1 2000-04-08 Richard Earnshaw (rearnsha@arm.com)
3 Merge changes from merged-arm-thumb-backend-branch onto trunk.
5 2000-04-08 Richard Earnshaw (rearnsha@arm.com)
7 * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
10 * arm.md (nop): Use the standard RTL expression. Don't code as a
12 (*arm_nop, *thumb_nop): Delete.
14 * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
15 constants. Use casts instead.
16 (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
17 output_multi_immediate, arm_poke_function_name): Likewise.
18 * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
19 MASK_RETURN_ADDDR): Likewise.
21 2000-03-31 Richard Earnshaw (rearnsha@arm.com)
23 * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325
26 * arm.md (eh_epilogue): New function.
27 * arm.h (struct machine_function): Move to here ...
28 * arm.c: ... from here.
29 (arm_output_epilogue): Support epilogues for __builtin_eh_return.
30 (thumb_exit): Extra parameter eh_ofs. All callers changed.
31 Handle epilogues for __builtin_eh_return. Make bit-fields unsigned.
33 2000-03-30 Nick Clifton <nickc@cygnus.com>
35 * config/arm/semi.h (ASM_SPEC): Restore definition.
36 (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
38 * config/arm/elf.h (ASM_SPEC): Restore definition.
39 (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
41 * config/arm/arm.h (ASM_SPEC): Remove definition.
42 (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
44 2000-03-26 Bernd Schmidt <bernds@cygnus.co.uk>
46 * config/arm/arm.c: Disable -fschedule-insns for Thumb.
48 2000-03-24 Nick Clifton <nickc@cygnus.com>
50 Various formating tidyups, elimination of compile time
51 warnings and synchronisation with internal sources:
53 * config/arm/arm-protos.h (assemble_align): Add prototype.
54 (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
55 (gen_comapre_reg): Rename to arm_gen_compare_reg.
56 (arm_return_addr_rtx): Rename to arm_return_addr.
58 * config/arm/arm.c: Include except.h.
59 Define shorter typenames for strict minipool_node and struct
61 (arm_return_in_memory): For WinCE return all structures <= 32 bits
63 (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
64 (gen_comapre_reg): Rename to arm_gen_compare_reg.
66 * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
68 (ASM_SPEC): Define if not already defined.
69 (ASM_OUTPUT_DEF_FROM_DECLS): Define.
71 * config/arm/arm.md: Rename references to gen_rotated_half_load to
72 arm_gen_rotated_half_load, and references to gen_comapre_reg to
74 (indirect_jump): Only accept register operands.
75 (load_indirect_jump): Keep this pattern since combine can generate
78 * config/arm/coff.h: Include aout.h.
79 (MULTILIB_DEFAULTS): Only define if not already defined.
81 * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
82 into arm.h (so that COFF ports can support thumb based aliases).
83 (ASM_SPEC): Move definition into arm.h
85 * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
87 (ASM_SPEC): Move definition to arm.h
89 * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
91 * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
92 for entries in the .bss section
94 2000-03-23 Nick Clifton <nickc@cygnus.com>
96 * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
97 to thumb_far_jump_used_p.
99 * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
100 single integer parameter.
102 * config/arm/arm.c (struct machine_function): Add two new
103 fields, 'far_jump_used' and 'arg_pointer_live'.
104 (thumb_far_jump_used_p): Once the decision has been made that
105 far jumps might be used, always return true.
106 If being called from the initial elimination offset macro then
107 do not bother to perform the test if the arg pointer is not
109 (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
110 (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
112 2000-03-23 Richard Earnshaw (rearnsha@arm.com)
114 * arm.c (output_return_instruction): Handle more cases where we can
115 return from a function with an ldr instruction.
116 (arm_output_epilogue): Likewise.
118 * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
119 if we need to push a large stack frame and there are no callee-saved
122 * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
123 in ARM code if the frame pointer has been eliminated.
125 * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
126 unspec_volatile arguments to avoid duplicates.
127 (consttable_1, consttable_2): Fixes for big-endian mode.
129 * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
132 Re-write constant pool code.
133 * arm.c (minipool_node, minipool_fix): New types.
134 (minifix): Delete type.
135 (arm_add_minipool_constant): Delete.
136 (arm_compute_minipool_offsets, arm_find_barrier,
137 arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
138 (get_jump_table_size): Now returns HOST_WIDE_INT.
139 (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
141 (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
142 (assign_minipool_offsets, arm_print_value): Likewise.
143 (dump_minipool): Rewrite.
144 (arm_barrier_cost): New function.
145 (create_fix_barrier): New function.
146 (push_minipool_barrier): New function.
147 (push_minipool_fix): Record additional information about the fixup
149 (note_invalid_constants): Remove push for (UNSPEC 3). Don't
150 check the mode of what needs fixing.
151 (arm_reorg): Rewrite.
153 2000-03-08 Nick Clifton <nickc@cygnus.com>
155 * config/arm/arm.md (indirect_jump): Force constant addresses into
158 2000-03-01 Bernd Schmidt <bernds@cygnus.co.uk>
160 * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
162 2000-02-24 Nick Clifton <nickc@cygnus.com>
164 * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
165 adjust is word aligned.
166 (thumb_expand_epilogue): Make sure that stack adjust is word
169 * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
171 2000-02-24 Bernd Schmidt <bernds@cygnus.com>
173 * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
174 pointer relative addresses.
176 2000-02-10 Richard Earnshaw <rearnsha@arm.com>
178 * arm.c (find_barrier): Find the last barrier within the allowed
181 2000-02-09 Nick Clifton <nickc@cygnus.com>
183 * config/arm/arm-protos.h: Replace PROTO with PARAMS.
185 2000-02-09 Nick Clifton <nickc@cygnus.com>
187 * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
188 ARM_FUNCTION_PROFILER.
190 * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
191 ARM_FUNCTION_PROFILER.
193 * config/arm/linux-oldld.h: Imported from mainline sources.
195 2000-02-07 Nick Clifton <nickc@cygnus.com>
197 * config/arm/lib1funcs.asm: Merge in thumb functions from
200 * config/arm/lib1thumb.asm: Delete.
202 2000-02-04 Nick Clifton <nickc@cygnus.com>
204 * config/arm/arm.c: Sychronised with current Red hat local
206 * config/arm/arm.h: Ditto.
207 * config/arm/arm-protos.h: Ditto.
209 2000-02-02 Bernd Schmidt <bernds@cygnus.co.uk>
211 * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
213 * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
216 2000-02-02 Nick Clifton <nickc@cygnus.com>
218 * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
220 * config/arm/arm.md (epilogue): Fix rtl checking abort because
221 (return) was emited using an emit_insn() call.
223 2000-01-31 Nick Clifton <nickc@cygnus.com>
225 * config/arm/arm.c (output_thumb_prologue): Fix bug generating
227 (thumb_exit): Move frame pointer back into hard frame pointer
228 register if backtracing is being used.
230 2000-01-13 Richard Earnshaw (rearnsha@arm.com)
232 * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113
235 1999-12-15 Bernd Schmidt <bernds@cygnus.co.uk>
237 * config/arm/arm.md (neg_pool_offset): Provide default for new
239 (arm_movsi_insn): Add neg_pool_offset attribute.
240 * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
241 rtx for the insn that starts the scan and an unsigned long for its
242 address. Add MIN_OFFSET and PINSERTED args. All callers changed.
243 Change scan to ignore insns before MIN_OFFSET. Store size of inserted
244 instructions in *PINSERTED.
245 (struct minipool_fixup): Add MIN_ADDRESS elt.
246 (sort_fixups): Compute it.
247 (arm_reorg): Changes to support inserting pools before the insn to be
250 1999-12-08 Bernd Schmidt <bernds@cygnus.co.uk>
252 * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
253 * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
254 * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
256 Wed Nov 3 10:04:07 1999 Nick Clifton <nickc@cygnus.com>
258 * config/arm/semi.h (TARGET_VERSION): Do not define if already
260 (TARGET_DEFAULT): Do not define if already defined.
262 Tue Nov 2 10:37:25 1999 Nick Clifton <nickc@cygnus.com>
264 * config/arm/arm.md (anddi3): Allow disjoint source operands.
265 (iordi3): Allow disjoint source operands.
266 (xordi3): Allow disjoint source operands.
267 (negdi2): Permit construction for ARM and Thumb.
268 (arm_negdi2): Renamed version of old negdi2 pattern.
269 (thumb_negdi2): New pattern: Only permit non-overlapping
270 source and destination.
272 Fri Oct 29 18:52:38 1999 Nick Clifton <nickc@cygnus.com>
274 * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
275 scratch low register so that it will not be deleted.
277 Fri Oct 29 15:23:48 1999 Nick Clifton <nickc@cygnus.com>
279 * config/arm/pe.h (ARM_PE): Define.
281 * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
282 interfacearm attribute if this is a PE toolchain.
283 (output_return_instruction): Do not emit anything if the function
284 has the naked attribute set.
285 (is_called_in_ARM_mode): If the function has the interfacearm
286 attribute then return true.
287 (thumb_expand_prologue): Do not generate a prologue for naked
289 (thumb_expand_epilogue): Do not generate an epilogie for a naked
291 (output_thumb_prologue): Do not bother if the function is naked.
292 Strip PE encoding from function name before emitting.
294 Thu Oct 28 11:05:13 1999 Richard Earnshaw <rearnsha@arm.com>
296 * arm.md (pic_load_addr): Fix constraints.
298 * arm.md (casesi_insn): Fix mis-applied patch.
300 * arm.md ("core" function unit): Add rules for single- and
302 (All TARGET_THUMB patterns): Add "type" attribute information
304 * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
305 the following insn is a CALL.
307 * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
309 * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the
310 ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
311 (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
313 Wed Oct 27 14:40:48 1999 Nick Clifton <nickc@cygnus.com>
315 * config/arm/linux-gas.h: oops - this file was missed out when the
316 branch was created...
318 Tue Oct 26 17:07:38 1999 Richard Earnshaw <rearnsha@arm.com>
320 * thumb.c: Deleted. Move contents to ...
322 * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
324 * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
327 * arm-protos.h: Use RTX_CODE and tidy up long lines. Don't
328 declare a prototype for asm_output_align();
330 * arm.c (thumb_condition_code): Delete.
331 (arm_print_operand): Always use arm_condition_code array.
333 * arm.c (thumb_return_addr_rtx): Delete.
334 (arm_save_machine_status, arm_restore_machine_status): Delete.
335 (arm_init_machine_status, arm_mark_machine_status): New functions.
336 (arm_init_expanders): Update accordingly.
337 (arm_return_addr): Renamed from arm_return_addr_rtx. Rewrite.
338 (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
339 * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
341 Tue Oct 26 13:24:16 1999 Nick Clifton <nickc@cygnus.com>
343 * configure.in : Fix arm-*-aout target to use new t-arm-aout
345 * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
348 Tue Oct 26 11:27:12 1999 Nick Clifton <nickc@cygnus.com>
350 * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
351 stack backtrace structure.
353 * config/arm/arm-protos.h: Add prototypes for functions defined in
356 * config/arm/arm.c (arm_override_options): Fix selection of
357 attributes of default processor.
359 * config/arm/coff.h: Delete needless #include.
361 * config/arm/pe.c: Delete unused code.
363 * config/arm/pe.h (CPP_DEFINES): Delete
364 (SUBTARGET_CPP_SPEC): Define.
365 (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
367 * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
369 Mon Oct 25 15:42:09 1999 Richard Earnshaw (rearnsha@arm.com)
371 * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
373 (CAN_DEBUG_WITHOUT_FP): Define.
374 (FIXED_REGISTERS): Make r11 call-saved.
375 (CALL_USED_REGISTERS): Likewise.
376 (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
377 (FRAME_POINTER_REQUIRED): Correct logic for determining when a
378 frame-pointer is required.
379 (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
380 * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
381 if the target normally needs a stack frame in non-leaf functions.
382 (use_return_insn): Correct logic for determining when a return
383 instruction can be used.
384 (output_return_instruction): Handle the frame-pointer register as
385 a normal register when not TARGET_APCS_FRAME.
386 (arm_output_prologue): Likewise.
387 (arm_output_epilogue): Likewise.
388 (output_func_epilogue): Likewise.
389 (arm_expand_prologue): Likewise.
390 * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
392 * arm.c (use_return_insn): No need to check floating point regs if
394 (arm_find_minipool_constant): Correct typo; use GET_CODE to get
395 the code of value stored in the minipool array.
396 (arm_add_minipool_constant): Likewise.
398 2000-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
400 * basic-block.h (conflict_graph_enum_fn): K&R fix.
402 2000-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
404 * tree.c (tree_expr_nonnegative_p): New function.
406 * tree.h (tree_expr_nonnegative_p): Declare.
408 * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
409 elide some sign_compare warnings.
410 (build_conditional_expr): Likewise.
412 Sat Apr 8 00:21:51 EDT 2000 John Wehle (john@feith.com)
414 * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
416 * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
417 * i386.c (print_operand): Use the proper suffix for a 387 HImode
418 operand. Abort if a 387 operand has an unsupported size.
420 2000-04-08 Neil Booth <NeilB@earthling.net>
422 * cppexp.c (parse_charconst): Null does not end character
424 * cppinit.c (ISTABLE): Null character handled as whitespace.
425 * cpplex.c (null_warning): new function.
426 (skip_string): Emit warning if nulls encountered.
427 (_cpp_skip_hspace): Emit warning if nulls encountered.
428 (_cpp_lex_token): Emit warning if nulls encountered. Drop
432 2000-04-07 Richard Henderson <rth@cygnus.com>
434 * flow.c (loop_depth): Remove.
435 (reg_next_use, cc0_live, mem_set_list): Replace with ...
436 (struct propagate_block_info): New.
437 (life_analysis): Don't allocate reg_next_use.
438 (propagate_block_delete_insn): Break out of propagate_block.
439 Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
440 (propagate_block_delete_libcall): Likewise.
441 (propagate_block): Create a propagate_block_info struct to pass
442 to subroutines. Allocate one not two temporary regsets. Don't
443 clobber memory for const calls. Look for clobbers in
444 CALL_INSN_FUNCTION_USAGE.
445 (mark_set_regs): Recognize COND_EXEC.
446 (mark_set_reg): Break out of mark_set_1.
447 (mark_used_reg): Break out of mark_used_regs.
448 (mark_used_regs): Recognize COND_EXEC.
449 (insn_dead_p): Use propagate_block_info struct.
450 (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
451 (find_auto_inc, try_pre_increment_1): Likewise.
452 (print_rtl_with_bb): Dump regs live at end too.
453 (count_reg_sets_1): Pass in loop_depth.
454 (count_reg_sets, count_reg_references): Likewise.
455 (recompute_reg_usage): Provide it.
457 2000-04-07 Richard Henderson <rth@cygnus.com>
459 * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
462 2000-04-07 Zack Weinberg <zack@wolery.cumb.org>
464 * cpplib.c (do_elif): Skip the rest of the line if we're
465 not going to bother evaluating it.
466 (skip_if_group): Clear pfile->only_seen_white. Reorder loop
467 to avoid pointless calls to the lexer.
469 Fri Apr 7 11:50:54 2000 Jim Wilson <wilson@cygnus.com>
471 * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
473 2000-04-07 Jason Merrill <jason@casey.cygnus.com>
475 * calls.c (expand_call): emit_queue if we're trying a sibcall.
477 2000-04-07 Jakub Jelinek <jakub@redhat.com>
479 * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
481 2000-04-06 Geoff Keating <geoffk@cygnus.com>
483 * Makefile.in: Build crtbeginS and crtendS like crtbegin and
484 crtend so they can be multilibbed.
485 (STAGESTUFF): Remove s-crt and s-crtS.
487 2000-04-07 Richard Henderson <rth@cygnus.com>
489 * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
490 if we discover we need a pseudo and no_new_pseudos is true.
491 * config/alpha/alpha.md (ne:DI insn): New.
492 (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
494 2000-04-07 Richard Henderson <rth@cygnus.com>
496 * rtl.def (COND_EXEC): New.
497 * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
498 * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
500 * genconfig.c (have_cond_arith_flag): Remove.
501 (have_cond_exec_flag): New.
502 (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
503 (main): Print HAVE_conditional_execution.
505 * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
506 (sched_analyze_insn, print_pattern): Likewise.
507 * reload.c (find_equiv_reg): Likewise.
508 * rtlanal.c (reg_referenced_p): Likewise.
509 (note_stores, dead_or_set_regno_p): Likewise.
510 (reg_overlap_mentioned_p): Rewrite to use a switch.
512 * ggc.h (struct rtx_def): Forward declare.
514 * print-rtl.c (debug_rtx_range): New.
515 * rtl.h (debug_rtx_range): Declare.
517 * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
519 * gcse.c (gcse_main): Don't rebuild the CFG here.
520 (delete_null_pointer_checks): Likewise.
521 * ssa.c (convert_to_ssa): Likewise.
522 * toplev.c (rest_of_compilation): Do it here instead. Combine
523 sequential calls to TIMEVAR. Consistently use `insns' instead of
524 `get_insns()'. Always split insns after reload when optimizing.
526 * basic-block.h (merge_blocks_nomove): Declare.
527 (tidy_fallthru_edge): Declare.
528 * flow.c (merge_blocks_nomove): Document as merging into previous
529 blocks. Remove cruft from between blocks; remove all edges out of A.
530 (tidy_fallthru_edge): Export.
532 2000-04-06 Alex Samuel <samuel@codesourcery.com>
534 * ssa.c (compute_conservative_reg_partition): Declare with
536 * toplev.c (clean_dump_file): Remove previously-deleted function
537 inadvertantly merged back in.
538 * conflict.c (conflict_graph_add): Use a single call to
539 htab_find_slot to look up and insert.
541 2000-04-06 Richard Henderson <rth@cygnus.com>
543 * genrecog.c (*): Rename _last_insn to last_insn.
544 (make_insn_sequence): Set the position of the peephole2 C test
545 to be at the last insn.
547 2000-04-06 Richard Henderson <rth@cygnus.com>
549 * flow.c (compute_flow_dominators): Free worklist.
551 2000-04-06 Michael Matz <matzmich@cs.tu-berlin.de>
553 * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
555 2000-04-06 Alex Samuel <samuel@codesourcery.com>
557 * rtl.h (INSN_P): New macro.
558 (successor_phi_fn): New typedef.
559 (for_each_successor_phi): New prototype.
560 (in_ssa_form): New variable.
561 (PHI_NODE_P): Likewise.
562 * flow.c (calculate_global_regs_live): Add to new_live_at_end from
563 phi nodes in successors.
564 (mark_used_regs): Add PHI case.
565 (set_phi_alternative_reg): New function.
566 (life_analysis): Assert that dead code elimination is not selected
568 * toplev.c (to_ssa_time): New variable.
569 (from_ssa_time): Likewise.
570 (compile_file): Zero to_ssa_time and from_ssa_time.
571 Print time to convert to and from SSA.
572 (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
573 (print_time): Compute percent fraction as integer.
574 * ssa.c (PHI_NODE_P): Moved to rtl.h.
575 (convert_to_ssa): Check if we're already in SSA.
576 Don't eliminate dead code in life_analysis.
577 Rerun flow and life analysis at bottom.
578 (eliminate_phi): Use canonical regnos when adding nodes.
579 (mark_reg_in_phi): New function.
580 (mark_phi_and_copy_regs): Likewise.
581 (convert_from_ssa): Rerun life analysis at top.
582 Use coalesced partition.
583 Check for removing a phi node at the end of the block.
584 (compute_coalesced_reg_partition): New function.
585 (coalesce_regs_in_copies): Likewise.
586 (coalesce_reg_in_phi): Likewise.
587 (coalesce_regs_in_sucessor_phi_nodes): Likewise.
588 (for_each_successor_phi): Likewise.
589 (rename_context): New struct.
590 (rename_block): Use a rename_context with rename_insn_1. When
591 renaming sets of a subreg, emit a copy of the entire reg first.
592 (rename_insn_1): Treat data as a rename_context *. Save current
594 (rename_set_data): Add field set_insn.
595 * Makefile.in (HASHTAB_H): Move up in file.
596 (OBSTACK_H): New macro.
597 (collect2.o): Use OBSTACK_H in dependencies.
598 (sdbout.o): Likewise.
599 (emit-rtl.o): Likewise.
600 (simplify-rtx.o): Likewise.
601 (fix-header.o): Likewise.
602 (OBJS): Add conflict.o.
603 (conflict.o): New rule.
604 * basic-block.h: Include partition.h.
605 (conflict_graph): New typedef.
606 (conflict_graph_enum_fn): Likewise.
607 (conflict_graph_new): New prototype.
608 (conflict_graph_delete): Likewise.
609 (conflict_graph_add): Likewise.
610 (conflict_graph_conflict_p): Likewise.
611 (conflict_graph_enum): Likewise.
612 (conflict_graph_merge_regs): Likewise.
613 (conflict_graph_print): Likewise.
614 (conflict_graph_compute): Likewise.
615 * conflict.c: New file.
617 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
619 * tlink.c (read_repo_files): Don't look for .rpo info for
622 Thu Apr 6 20:39:26 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
624 * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
626 Thu Apr 6 19:34:08 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
628 * config/sh/lib1funcs.asm (___udivsi3_i4):
629 ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
630 only depends on FMOVD_WORKS.
632 Thu Apr 6 19:11:47 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
634 * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
635 make double constant 8-byte aligned.
637 2000-04-06 Jakub Jelinek <jakub@redhat.com>
639 * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
640 movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
641 movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
642 (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
643 Accept storing GENERAL_REGS into offsetable memory.
644 * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
645 building a TFmode constant other than 0.0L into GENERAL_REGS.
647 2000-04-06 Clinton Popetz <cpopetz@cygnus.com>
649 * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
651 2000-04-06 Zack Weinberg <zack@wolery.cumb.org>
653 * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
654 (macro_cleanup): No need to cast pbuf->macro.
655 (collect_expansion): Use _cpp_get_define_token. Goto done if
656 it returns VSPACE. Remove check for trailing space after
658 (_cpp_create_definition): Don't diddle flags here. Return
660 (unsafe_chars): Handle c1 being EOF.
661 (push_macro_expansion): Use unsafe_chars for both accidental-paste
662 checks. Don't push the buffer till after we're done with
664 * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
665 (PEEKN, FORWARD, GETC, PEEKC): Use them.
666 (cpp_push_buffer): Don't set new->alimit. Set new->mark
668 (_cpp_parse_assertion): Don't NUL terminate.
669 (_cpp_lex_token): Fix -traditional macro handling. Don't skip
670 hspace before calling _cpp_parse_assertion. Remove all sets
671 of only_seen_white. Treat '\f' as hspace. Don't do anything
672 special with '\n' here.
673 (maybe_macroexpand): Handle T_EMPTY hash entries without
674 pushing a buffer at all.
675 (cpp_get_token): Handle clearing only_seen_white here. Handle
676 incrementing the line number here. Clear
677 potential_control_macro as well as only_seen_white, if
679 (cpp_get_non_space_token): Don't eat CPP_POP tokens.
680 (_cpp_get_define_token): New function, basically like
681 _cpp_get_directive_token was but doesn't eat horizontal space.
682 Don't do anything with only_seen_white here.
683 (_cpp_get_directive_token): Just call _cpp_get_define_token
684 repeatedly till it returns non-hspace.
686 * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
687 (conditional_skip, skip_if_group): Return int.
688 (DIRECTIVE_TABLE): Change origin of all conditional directives
690 (TRAD_DIRECT_P): New macro.
691 (_cpp_handle_directive): Use _cpp_get_directive_token. Issue
692 an error for a bogus directive, unless -lang-asm. Use
693 TRAD_DIRECT_P. Loop calling handler functions till one returns
695 (get_macro_name): Don't diddle flags here.
696 (do_define): Diddle flags here. Use _cpp_get_directive_token.
697 Create T_EMPTY nodes for #define macro /* nothing */.
698 (do_undef): Don't copy the name. Use _cpp_get_directive_token.
699 Use hp->name when calling pass_thru_directive.
700 (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
701 Return the result of conditional_skip and/or skip_if_group.
702 Don't call _cpp_output_line_command.
703 (consider_directive_while_skipping): Use _cpp_get_directive_token.
704 Issue -Wtraditional warnings as appropriate. Don't complain
705 about unrecognized directives. If we are to stop skipping,
706 return the number of the directive that ended the skip.
707 (skip_if_group): Use _cpp_get_directive_token. Turn off macro
708 expansion and line commands while skipping. Return the result
709 of consider_directive_while_skipping, if nonzero.
710 (do_endif): Just set potential_control_macro here.
711 (validate_else): Use _cpp_get_directive_token.
712 (do_assert, do_unassert): Don't save pointers into the
713 token_buffer across calls to the lexer. Use
714 _cpp_get_directive_token.
716 * cpplib.h (cpp_buffer): Remove alimit and colno. Make mark a
717 pointer, not an offset. Replace 'data', which was a generic
718 pointer, with 'macro', which points to a struct hashnode.
719 (cpp_reader): Add 'potential_control_macro' pointer.
720 * cpphash.h (T_UNUSED): Replace with T_EMPTY.
721 (CPP_BUF_GET, CPP_FORWARD): Delete.
722 (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
723 (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
724 ACTIVE_MARK_P): Update.
725 (_cpp_get_define_token): New internal function.
726 * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
728 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
730 * configure.in: And here.
731 * configure: Regenerate.
732 * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
733 --enable-libstdcxx-v3 is passed at configure time.
734 * config.h.in: Regenerate.
736 2000-04-05 Mark Mitchell <mark@codesourcery.com>
738 * final.c (final): Use xcalloc to allocate line_note_exists.
739 * function.c (free_after_compilation): Free the temp_slots.
740 (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
741 (combine_temp_slot): Free temp_slots when they get combined.
742 (purge_addressof): Fix typo in comment.
743 * stmt.c (mark_goto_fixup): Mark the fixup itself.
744 (expand_fixup): Allocate the fixup with ggc_alloc_obj.
746 * ggc.h: Include varray.h.
747 (ggc_pending_trees): Declare.
748 (ggc_mark_tree_children): Remove declaration.
749 (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
750 * ggc-common.c (ggc_pending_trees): New variable.
751 (ggc_mark_roots): Call ggc_mark_trees.
752 (ggc_mark_tree_children): Rename to ggc_mark_trees. Process all
753 the ggc_pending_trees.
754 * Makefile.in (GGC_H): New variable. Use it throughout in place
757 Thu Apr 6 00:30:50 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
759 * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
762 Wed Apr 5 23:17:10 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
764 * sh.c (sh_insn_length_adjustment): New function.
765 * sh-protos.h (sh_insn_length_adjustment): Declare.
766 * sh.h (ADJUST_INSN_LENGTH): Use it.
768 Wed Apr 5 12:35:18 2000 Hans-Peter Nilsson <hp@axis.com>
770 * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
771 from the insn where REG_RETVAL is added.
772 (emit_no_conflict_block): Ditto.
774 * md.texi (Standard Names): Clarify when movX is needed.
776 * combine.c (simplify_comparison) [MINUS]: Do not replace
777 all (op (minus A B) 0) with (op A B).
779 Wed Apr 5 18:03:31 2000 Toshiyasu Morita (toshi.morita@sega.com)
780 J"orn Rennecke <amylaar@cygnus.co.uk>
782 * sh.md (block_lump_real_i4): Add missing clobber of T_REG
783 (block_lump_real): Likewise.
785 2000-04-05 Chris Demetriou <cgd@netbsd.org>
787 * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
788 remaining non-zero debugging masks.
790 Wed Apr 5 09:44:07 2000 Jeffrey A Law (law@cygnus.com)
792 * basic-block.h (verify_flow_info): Declare.
793 (flow_loop_outside_edge_p): Declare.
794 * flow.c (verify_flow_info): Remove declaration.
795 (clear_log_links, flow_loop_outside_edge_p): Likewise.
797 Wed Apr 5 09:34:26 2000 Philippe De Muyter <phdm@macqel.be>
799 * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
802 2000-04-05 Jakub Jelinek <jakub@redhat.com>
804 * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
805 snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
806 seqdi_zero_trunc+1): Allow splits only if registers are
809 2000-04-04 Ulrich Drepper <drepper@cygnus.com>
811 * acconfig.h: Add HAVE_GAS_HIDDEN.
812 * config.in: Regenerated.
813 * configure.in: Add test for .hidden pseudo-op in gas.
814 * configure: Regenerated.
815 * crtstuff.c: Include auto-host.h.
816 Emit additional .hidden pseudo-op for __dso_handle if the
817 assembler knows about it.
819 2000-04-04 Philippe De Muyter <phdm@macqel.be>
821 * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
822 before freeing argnames.
823 * cpplib.c (do_ifndef): Cast return value of xstrdup.
825 2000-04-05 Michael Meissner <meissner@redhat.com>
827 * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
828 Walton <jonboy@gordian.com> to make memory references with update
829 work wtih -mregnames.
831 2000-04-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
833 * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
834 (regrename_optimize): Rename variables `def_uses' and
835 `ext_basic_blocks' to avoid conflicts with similarly named
836 typedefs in traditional C.
838 * calls.c (initialize_argument_information): Fix typo in previous
841 2000-04-04 Richard Henderson <rth@cygnus.com>
843 * regrename.c (consider_available): Test fixed_regs not
844 PIC_OFFSET_TABLE_REGNUM.
846 2000-04-04 Geoff Keating <geoffk@cygnus.com>
848 * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
850 (CRTSTUFF_T_CFLAGS_S): Delete definition.
851 * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
852 (ENDFILE_LINUX_SPEC): Always use crtend.
853 * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
854 (powerpc-*-linux-gnu): Likewise.
855 * configure: Regenerate.
857 * config/rs6000/eabi.h: Don't include sysv4.h.
858 (MULTILIB_DEFAULTS): Don't define.
859 * config/rs6000/eabiaix.h: Don't include eabi.h.
860 * config/rs6000/eabile.h: Delete.
861 * config/rs6000/eabilesim.h: Delete.
862 * config/rs6000/eabisim.h: Don't include eabi.h.
863 * config/rs6000/linux.h: Don't include sysv4.h.
864 (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
865 (MULTILIB_DEFAULTS): Don't redefine.
866 * config/rs6000/rtems.h: Don't include eabi.h.
867 * config/rs6000/sol2.h: Don't include sysv4le.h.
868 * config/rs6000/sysv4le.h: Don't include sysv4.h.
869 * config/rs6000/t-ppc: Delete.
870 * config/rs6000/t-ppcgas: Correct comment.
871 * config/rs6000/t-ppcos: Correct comment. Don't build
872 multilibs for -fPIC, rather use -fPIC -mstrict-align
874 * config/rs6000/t-ppc: Delete.
875 * config/rs6000/vxppc.h: Don't include sysv4.h.
876 * config/rs6000/vxppcle.h: Delete.
877 * configure.in: Use multiple header files for p2pc ELF targets
878 powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
879 powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
880 powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
881 powerpc-vxworks, powerpcle-vxworks. Assume GAS functionality is
882 always available for these platforms.
884 2000-04-04 Richard Henderson <rth@cygnus.com>
886 * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
888 2000-04-04 Stan Cox <scox@cygnus.com>
890 * Makefile.in: Add rules for regrename.o
891 * regrename.c: New file.
892 * rtl.h (regrename_optimize): Add prototype.
893 * toplev.c (rename_registers_dump, flag_rename_registers): New variables
894 (compile_file, decode_d_option): Add support for -frename-registers.
895 (rest_of_compilation): Call regrename_optimize.
896 * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
899 2000-04-04 Martin v. Löwis <loewis@informatik.hu-berlin.de>
901 * Makefile (gccbug): New target.
903 * gcc.texi (Bugs): Link subnodes.
905 * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
906 Document severities, priorities, and classes in bug form.
908 2000-04-04 Zack Weinberg <zack@wolery.cumb.org>
910 * cpplex.c (trigraph_map, speccase): Combine into single
912 (NORMAL, NONTRI): New macros.
913 (_cpp_read_and_prescan): Change to use unified table. Use
914 is_hspace to test for whitespace.
916 * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
917 definition that doesn't provoke the "empty body in an
918 if-statement" warning.
920 2000-04-04 Clinton Popetz <cpopetz@cygnus.com>
922 * builtins.c (expand_builtin_strlen): Force the source to
925 2000-04-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
927 * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
929 Tue Apr 4 19:17:20 MET DST 2000 Jan Hubicka <jh@suse.cz>
931 * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
932 ECF_LONGJMP, ECF_FORK_OR_EXEC): New constants.
933 (ECF_IS_CONST): Rename to ECF_CONST.
934 (special_function_p): Make static, change interface.
935 (flags_from_decl_or_type, try_to_integrate): Break out from ...
936 (expand_call) ... here; convert number of variables to flags.
937 (emit_library_call_vlue_1): Likewise.
938 (setjmp_call_p): New function.
939 (initialize_argument_information): Accepts flags as argument;
941 (precompute_arguments): Likewise.
942 * tree.h (special_function_p): Remove.
943 (setjmp_call_p): Add prototype.
945 2000-04-04 Jakub Jelinek <jakub@redhat.com>
947 * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
948 so that addresses are offsetable by up to 16 bytes.
949 (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
950 non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
953 * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
954 (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
955 (movsf): Don't force any constant to memory if target is integer
957 Move fp_zero_operand check below the const0_rtx check.
958 (movtf): Likewise. Also allow fp_zero_operand for stores into
960 (movdf): Likewise. Also allow fp_zero_operand for stores into
961 memory and into integer hard registers.
962 (clear_df, clear_dfp, movdf_const_intreg_sp32,
963 movdf_const_intreg_sp64): Remove.
964 (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
966 (movdf_no_e_insn_v9_sp32): New pattern.
967 (movdf_insn_v9only): Remove.
968 (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
969 (movdf_insn_sp64): Remove.
970 (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
971 (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
972 (following splits): Rewrite conditions. Add two new splits
973 for storing 0.0 into memory and registers.
974 (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
975 (movtf_insn_sp32): Redo constraints and conditions.
976 (movtf_insn_vis_sp32): New pattern.
977 (movtf_no_e_insn_sp32): Redo constraints and conditions.
978 (movtf_insn_hq_sp64): Likewise.
979 (movtf_insn_hq_vis_sp64): New pattern.
980 (movtf_insn_sp64): Redo constraints and conditions.
981 (movtf_insn_vis_sp64): New pattern.
982 (movtf_no_e_insn_sp64): Redo constraints and conditions.
983 (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
985 * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
986 -mvis or -m64 to take down the number of various reload patterns.
988 Tue Apr 4 00:41:53 2000 Jeffrey A Law (law@cygnus.com)
990 * pa/pa-64.h: New file.
991 * pa/pa64-regs.h: New file.
992 * pa/pa64-start.h: New file.
993 * pa/t-pa64: New file.
994 * pa/xm-pa64hpux.h: New file.
996 2000-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
998 * sparc.c (output_restore_regs): Prototype.
999 (sparc_emit_float_lib_cmp): Constification.
1001 * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
1003 * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
1006 * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
1007 (get_value_hash, hash_rtx): Likewise.
1009 * ssa.c (compute_conservative_reg_partition): Prototype.
1011 * tree.c (mark_hash_entry): Prototype.
1013 2000-04-03 Zack Weinberg <zack@wolery.cumb.org>
1015 * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
1016 * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
1017 * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
1019 * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
1020 * objc/lang-specs.h: Likewise.
1022 2000-04-03 Neil Booth <NeilB@earthling.net>
1024 * cppexp.c: wrap long lines. New macros CPP_ICE, SYNTAX_ERROR
1025 and SYNTAX_ERROR2. Replace `' in messages with ''.
1026 (op_to_str): Make re-entrant.
1027 (_cpp_parse_expr): Implement new error macros. Use | rather
1028 than || to logically or 2 boolean integers. Simply expression
1029 checking we have a left operand iff needed.
1031 2000-04-03 Nick Clifton <nickc@cygnus.com>
1033 * Makefile.in (diagnostic.o): Depend upon diagnostic.c
1035 2000-04-03 Philip Blundell <philb@gnu.org>
1037 * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
1039 2000-04-03 Felix Lee <flee@cygnus.com>
1041 * fixinc/server.c (find_shell): New function. Avoid $SHELL.
1042 (run_shell): Use it.
1044 2000-04-03 Jonathan Larmour <jlarmour@redhat.co.uk>
1046 * Makefile.in (stmp-int-hdrs): Make include subdir here...
1047 (stmp-fixproto): ...rather than here.
1049 Mon Apr 3 00:50:06 2000 Jason Eckhardt <jle@cygnus.com>
1051 * pa.c (print_operand): Compute 'base' only inside the code paths
1054 2000-04-03 Geoffrey Keating <geoffk@cygnus.com>
1056 * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
1059 2000-04-03 Philipp Thomas <pthomas@suse.de>
1061 * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
1063 Mon Apr 3 00:02:59 2000 Brad Lucier <lucier@math.purdue.edu>
1065 * Makefile.in (alias.o): Depend on $(TREE_H).
1067 2000-04-02 Zack Weinberg <zack@wolery.cumb.org>
1069 * cppinit.c (cpp_start_read): Turn off -Wtraditional if
1071 * cpplib.c (_cpp_handle_directive): Improve warnings for
1072 traditional C and indented directives.
1074 * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
1075 fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
1076 fixinc/inclhack.def: Indent the # of #include_next one space.
1077 * cp/rtti.c: Un-indent #if and #endif.
1079 * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
1080 syntax error, but an error has already been printed.
1081 * cpplex.c (_cpp_parse_assertion): Give a more specific error
1082 message when called with nothing remaining on the line.
1083 (_cpp_lex_token): If _cpp_parse_assertion fails, return an
1084 OTHER token, not an ASSERTION.
1085 * cpplib.c (do_assert): When we create a 'base' node, clear
1086 its aschain pointer.
1088 2000-04-02 Neil Booth <NeilB@earthling.net>
1090 * cppexp.c: New typedef op_t. struct operation and struct
1091 token updated to use it.
1092 (op_to_str): New function.
1093 (_cpp_parse_expr): Error messages modified to use op_to_str.
1095 2000-04-02 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1097 * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
1098 before checking MUST_PASS_IN_STACK.
1100 2000-04-02 Neil Booth <NeilB@earthling.net>
1102 * cppexp.c: New FINISHED dummy token. Combine operator initial
1103 flags and initial priority into a single constant. New
1104 EQUALITY macro. New operator flag SHORT_CIRCUIT.
1105 (_parse_cpp_expr): Implement new constants. Take left operand
1106 checks out of reduction loop. Handle SHORT_CIRCUIT. End of
1107 parse indicated by reducing FINISHED token. Remove new lines
1108 from cpp_error messages.
1110 2000-04-01 Mark Mitchell <mark@codesourcery.com>
1112 * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
1115 2000-04-01 Zack Weinberg <zack@wolery.cumb.org>
1117 * cpplib.c: Include symcat.h. Add 'origin' field to struct
1118 directive. Add origin values to DIRECTIVE_TABLE. Generate
1119 the strings and function names on the fly. Take the #sccs
1120 entry out of the table if SCCS_DIRECTIVE is not defined.
1121 (_cpp_handle_directive): Decide if the # was at the beginning
1122 of the line here. Issue -pedantic warnings for extended
1123 directives here. Warn about K+R directives with the #
1124 indented, and C89/extended directives with the # not indented,
1126 (do_import, do_include_next, do_warning, do_ident, do_sccs,
1127 do_assert, do_unassert): Don't issue pedantic warning here.
1129 * cpphash.h: Add CPP_WTRADITIONAL macro.
1130 * cpplib.h (struct cpp_options): Rename warn_stringify to
1131 warn_traditional; update comments.
1132 * cppinit.c (handle_option): Set warn_traditional not
1134 * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
1135 CPP_WTRADITIONAL (pfile).
1136 * cpplex.c (_cpp_lex_token): Don't decide if directives should
1137 be ignored in -traditional mode here.
1139 * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
1140 to initialize speccase[] and trigraph_map[]. Delete all
1141 references to pfile->input_speccase. Always treat '?' as a
1142 special character. Remove table-initialization code from
1143 _cpp_init_input_buffer.
1145 * cpplib.h (struct cpp_reader): Remove input_speccase field.
1146 * cppinit.c (cpp_cleanup): Don't free input_speccase.
1148 2000-04-01 Richard Henderson <rth@cygnus.com>
1150 * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
1151 (mostlyclean): Likewise.
1153 * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
1154 (struct dump_file_info, enum dump_file_index, dump_file): New.
1155 (open_dump_file): Take a dump_file_index not a suffix, and a decl
1156 not a string. Clean out file if we havn't yet done so. Do nothing
1157 if the dump isn't enabled.
1158 (close_dump_file): Do nothing if the dump isn't open. Dump
1159 graph data if requested.
1160 (dump_rtl, clean_dump_file): Remove.
1161 (compile_file): Don't clean the dump files. Only finalize .bp dump
1162 if flag_test_coverage or flag_branch_probabilities. Only finalize
1163 .combine dump if optimizing. Iterate over dump_file to finalize the
1165 (rest_of_compilation): Update for open_dump_file/close_dump_file.
1166 Convert all uses of dump_rtl.
1167 (decode_d_option): Iterate over dump_file to implement 'a' and to
1168 locate pass-specific dumps.
1170 2000-04-01 Neil Booth <NeilB@earthling.net>
1172 * cppexp.c: Redefine priority constants.
1173 (_cpp_parse_expr): Replace left and right priority scheme with
1174 single priority logic. Move LOGICAL to same place as COMPARE.
1175 Remove bogus check for multiple unary +/- operators.
1177 2000-04-01 Neil Booth <NeilB@earthling.net>
1179 * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
1180 within the switch statement. Binary operations break out of
1181 the switch naturally. '(' tokens handled by forcing
1182 immediate shift. ')' handled by forcing immediate reduce to
1183 the previous '('. New error messages.
1185 2000-03-31 Geoff Keating <geoffk@cygnus.com>
1187 * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
1188 part', it's already in use. Use %K instead. Add a return at the
1189 end of what is now %K.
1190 * config/rs6000/rs6000.md (elf_low): Use %K instead of %l.
1192 Sat Apr 1 02:05:29 MET DST 2000 Jan Hubicka <jh@suse.cz>
1194 * builtins.c (expand_builtin_apply): Pass proper parameters to
1195 allocate_dynamic_stack_space.
1196 * calls.c (emit_call_1): Do not adjust stack pointer for SIB,
1197 update stack_pointer_delta; do not update arg_size_so_far.
1198 (compute_argument_block_size): Use stack_delta instead of
1199 stack_pointer_pending and arg_size_so_far.
1200 (expand_call): Add sanity checking for stack_pointer_delta;
1201 save and restore stack_pointer_delta for SIB, use
1202 stack_pointer_delta for alignment; do not update arg_space_so_far.
1203 (emit_library_call_value): Use stack_pointer_delta for alignment.
1204 (store_one_arg): Do not update arg_space_so_far.
1205 * explow.c (adjust_stack, anti_adjust_stack): Update
1206 stack_pointer_delta.
1207 (allocate_dynamic_stack_space): Add sanity checking for
1208 stack_pointer_delta.
1209 * expr.c (init_expr, clear_pending_stack_adjust): Clear
1210 stack_pointer_delta.
1211 (emit_push_insn): Update stack_pointer_delta.
1212 * function.h (struct expr_status): Add x_stack_pointer_delta;
1213 remove x_arg_space_so_far.
1214 (arg_space_so_far): Remove.
1215 (stack_pointer_delta): New macro.
1217 2000-03-31 Zack Weinberg <zack@wolery.cumb.org>
1219 * cpplib.h: Merge struct cpp_options into struct cpp_reader.
1220 Reorder struct cpp_options and struct cpp_reader for better
1221 packing. Replace CPP_OPTIONS macro with CPP_OPTION which
1222 takes two args. Change all 'char' flags to 'unsigned char'.
1223 Move show_column flag into struct cpp_options. Don't
1224 prototype cpp_options_init.
1225 * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
1226 cppinit.c, cpplex.c, cpplib.c:
1227 Replace CPP_OPTIONS (pfile)->whatever with
1228 CPP_OPTION (pfile, whatever), and likewise for
1229 opts = CPP_OPTIONS (pfile); ... opts->whatever;
1231 * cppinit.c (merge_include_chains): Take a cpp_reader *.
1232 Extract CPP_OPTION (pfile, pending) and work with that
1234 (cpp_options_init): Delete.
1235 (cpp_reader_init): Turn on on-by-default options here.
1236 Allocate the pending structure here.
1237 (cl_options, enum opt_code): Define these from the same table,
1238 kept in a large macro. Add -fshow-column and -fno-show-column
1241 * cpperror.c (v_message): If show_column is off, don't print
1244 * cppmain.c: Update for new interface.
1245 * fix-header.c: Likewise.
1247 2000-03-30 Geoff Keating <geoffk@cygnus.com>
1249 * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
1251 * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
1252 are passed to any invocation of AR_FOR_TARGET.
1253 (AR_CREATE_FOR_TARGET): New macro.
1254 (AR_EXTRACT_FOR_TARGET): New macro.
1255 (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
1256 AR_EXTRACT_FOR_TARGET.
1257 (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
1258 in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
1259 `$(AR_FOR_TARGET) x'. Pass AR_CREATE_FOR_TARGET and
1260 AR_EXTRACT_FOR_TARGET to sub-makes.
1262 2000-03-31 Neil Booth <NeilB@earthling.net>
1264 * cppexp.c: Delete SKIP_OPERAND. Correct priority
1266 (_cpp_parse_expr): Check for multiple unary +/- operators.
1267 Correct priorities of ':' and '?'. Treat ')' as having a
1268 value. Ensure conditional expression is not void.
1270 2000-03-31 Mark Mitchell <mark@codesourcery.com>
1272 * alias.c (canon_rtx): Make it global.
1273 (rtx_equal_for_memref_p): CONST_INT equality is now pointer
1275 * cse.c (struct table_elt): Add canon_exp.
1277 (invalidate): Canonicalize expressions only once.
1278 * rtl.h (canon_rtx): Declare.
1280 2000-03-30 Mark Mitchell <mark@codesourcery.com>
1282 * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
1283 * alias.c (reg_known_value): Add comments.
1284 (init_alias_analysis): Likewise.
1285 * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
1287 (cse_basic_block): Fix typo in comment.
1288 * emit-rtl.c: Include hashtab.h.
1289 (const_int_htab): New variable.
1290 (const_int_htab_hash): New function.
1291 (const_int_htab_eq): Likewise.
1292 (rtx_htab_mark_1): Likewise.
1293 (rtx_htab_mark): Likewise.
1294 (gen_rtx_CONST_INT): Cache all CONST_INTs.
1295 (unshare_all_rtx): Fix formatting.
1296 (init_emit_once): Initialize const_int_htab.
1297 * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
1299 * rtl.texi: Document the fact that all CONST_INTs with the same
1302 2000-03-30 Richard Henderson <rth@cygnus.com>
1304 * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
1306 2000-03-30 Zack Weinberg <zack@wolery.cumb.org>
1308 * configure.in: Comment out --enable-c-cpplib stanza.
1309 * configure: Regenerate.
1311 Thu Mar 30 06:32:51 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1313 * expr.c (store_constructor): Properly compute displacement and
1314 alignment when offset is variable.
1316 * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
1317 cases of alignment in bytes.
1319 Thu Mar 30 13:30:40 2000 Jeffrey A Law (law@cygnus.com)
1321 * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
1322 since it is used to generate c-parse.y.
1323 * objc-parse.c, objc-parse.y: Regenerated.
1325 * function.c (expand_function_end): Pass alignment argument to
1326 emit_block_move in bits, not bytes.
1328 Thu Mar 30 06:32:51 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1330 * expr.c (move_by_pieces_ninsns): Fix one more missing align
1333 * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
1335 * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
1336 * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
1337 * function.c (assign_parms): Likewise.
1338 * integrate.c (expand_inline_function): Likewise.
1339 * stmt.c (expand_decl): Likewise.
1340 (copy_rtx_and_substitute): Likewise.
1341 * expr.c (expand_expr, expand_expr_unaligned): Likewise.
1342 (clear_by_pieces): Fix error in last change.
1343 * emit-rtl.c (init_emit): Set known registers alignment in bits.
1344 * function.h (regno_pointer_align): Now unsigned.
1345 * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
1347 * config/i386/i386.c (aligned_operand): Likewise.
1348 * config/sparc/sparc.c (mem_min_alignment): Likewise.
1349 * config/alpha/alpha.c (aligned_memory_operand): Likewise.
1350 (unaligned_memory_operand): Likewise.
1351 (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
1352 Also make alignments and sizes unsigned and some whitespace cleanup.
1353 (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
1355 * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
1356 (expand_builtin_apply): Pass alignment to emit_block_move in bits.
1357 (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
1358 (expand_builtin_memset): Likewise, but to clear_storage.
1359 * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
1360 (restore_fixed_argument_area): Likewise.
1361 (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
1362 (load_register_parameters): Likewise, to emit_group_load.
1363 (expand_call): Likewise, to emit_group_store and emit_block_move.
1364 (emit_library_call_value_1): Likewise, to emit_block_move.
1365 (store_one_arg): Likewise, and to emit_push_insn.
1366 * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
1367 (extract_fixed_bit_field, extract_split_bit_field): Likewise.
1368 * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
1369 (emit_block_move, emit_group_load, emit_group_store): Likewise.
1370 (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
1371 (expand_assigment, store_expr, store_constructor_field): Likewise.
1372 (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
1373 (store_constructor, store_field, get_inner_reference): Likewise.
1374 Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
1375 (expand_expr, case COMPONENT_REF): Likewise.
1376 (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
1377 and positions; reindent code.
1378 * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
1379 * function.c (purge_addressof_1): Pass bit align to store_bit_field.
1380 (assign_parms): Likewise to emit_group_store.
1381 * optabs.c (prepare_cmp_insn): Alignment is in bits.
1382 (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
1383 * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
1384 (expand_return): Likewise to {extract,store}_bit_field.
1385 * stor-layout.c (get_mode_alignment): Minor cleanup.
1386 * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
1387 * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
1389 2000-03-29 Nick Clifton <nickc@cygnus.com>
1391 * config/arm/arm.h: Undo effects of previous delta:
1392 (ASM_SPEC): Do not define.
1393 (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
1395 * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
1398 2000-03-29 Zack Weinberg <zack@wolery.cumb.org>
1400 * cppinit.c (cpp_start_read): Call initialize_dependency_output
1401 only after reading in the primary source file.
1403 2000-03-29 Geoff Keating <geoffk@cygnus.com>
1405 * c-common.c (c_common_nodes_and_builtins): The first parameter to
1406 __builtin_va_start and __builtin_va_copy is now either a 'va_list'
1407 or a reference to a va_list.
1408 * builtins.c (stabilize_va_list): Simplify now we don't have to
1409 work around C array address decay.
1410 * c-typeck.c (convert_for_assignment): Handle assignment to
1411 a reference parameter by taking the address of the RHS.
1412 * ginclude/stdarg.h (va_start): Don't take address of first parameter.
1413 (va_copy): Likewise.
1414 (__va_copy): Likewise.
1415 * ginclude/varargs.h (va_start): Likewise.
1416 (__va_copy): Likewise.
1418 Wed Mar 29 15:44:53 2000 Jeffrey A Law (law@cygnus.com)
1420 * i386/djgpp.h: Remove extraneous "+".
1422 * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
1424 * calls.c (expand_call): Fix typo in last change.
1426 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
1428 * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
1431 Wed Mar 29 15:39:10 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1433 * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
1434 (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
1435 (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
1436 * tree.c (bit_position, byte_position): Likewise.
1437 * tree.h: Declare new functions.
1439 2000-03-29 Nick Clifton <nickc@cygnus.com>
1441 * config/arm/arm.c: Minor formatting changes/
1442 * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
1444 (ASM_SPEC): Define if not already defined.
1446 2000-03-29 Zack Weinberg <zack@wolery.cumb.org>
1448 * cppfiles.c (cpp_read_file): Don't pass zero-length string to
1451 2000-03-29 Jakub Jelinek <jakub@redhat.com>
1453 * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
1454 value, don't output it as unsigned.
1456 Wed Mar 29 10:53:49 2000 Jeffrey A Law (law@cygnus.com)
1458 * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
1460 2000-03-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1462 * c-common.c (c_common_nodes_and_builtins): Don't special case
1463 cplus_mode when declaring builtin bzero/bcmp, always avoid
1464 prototype arguments.
1466 2000-03-29 Bruce Korb <bkorb@gnu.org>
1468 * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
1471 Wed Mar 29 15:08:01 MET DST 2000 Jan Hubicka <jh@suse.cz>
1473 Convert ACCUMULATE_OUTGOING_ARGS to an expression.
1474 * calls.c (PUSH_ARGS_REVERSED) Change to expression.
1475 (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
1476 (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
1477 (save_fixed_argument_area, restore_fixed_argument_area):
1478 conditionize by #ifdef REG_PARM_STACK_SPACE only.
1479 (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
1480 to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
1481 (precompute_register_parameters): Avoid #ifdefs on
1482 ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
1483 (stire_one_args): Likewise.
1484 (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
1485 (emit_library_call_value_1): Likewise.
1486 (compute_argument_block_size): Align to STACK_BOUNDARY only for
1487 ACCUMULATE_OUTGOING_ARGS.
1488 * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
1490 (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
1491 (use_crosses_set_p): Likewise.
1492 * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
1493 #define ACCUMULATE_OUTGOING_ARGS 1.
1494 * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
1496 * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
1498 (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
1499 (TARGET_SWITCHES): Add push-args, no-push-args,
1500 accumulate-outgoing-args and no-accumulate-outgoing-args.
1501 (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
1502 * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
1503 (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
1505 (emit_push_insn): Likewise.
1506 * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
1507 (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
1508 * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
1509 (STACK_DYNAMIC_OFFSET): Define correctly for both
1510 ACCUMULATE_OUTGOING_ARGS and normal mode.
1511 * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
1512 * tm.texi (PUSH_ARGS): Document.
1513 (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
1515 Wed Mar 29 11:51:13 MET DST 2000 Jan Hubicka <jh@suse.cz>
1517 * flags.h (flag_optimize_sibling_calls): Declare.
1518 * calls.c (expand_call): Fail sibcall when
1519 !flag_optimize_sibling_calls
1520 * invoke.texi (flag_optimize_sibling_calls): Document.
1521 * toplev.c (flag_optimize_sibling_calls): New global variable.
1522 (f_options): Add flag_optimize_sibling_calls.
1523 (rest_of_compilation): Conditionize
1524 optimize_sibling_and_tail_recursive_calls by
1525 flag_optimize_sibling_calls.
1526 (main): Set flag_optimize_sibling_calls for -O2.
1527 * stmt.c (expand_return): Conditionize tail recursion by
1528 flag_optimize_sibling_calls.
1530 2000-03-29 Richard Henderson <rth@cygnus.com>
1532 * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
1533 (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
1535 2000-03-29 Nathan Sidwell <nathan@codesourcery.com>
1537 * except.c (add_eh_table_entry): Mark type_info's as referenced.
1539 2000-03-29 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
1541 * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
1543 * config/rs6000/aix43.h (CPP_SPEC): Likewise.
1544 * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
1545 * config/rs6000/aix.h: then modified likewise.
1547 2000-03-28 Richard Henderson <rth@cygnus.com>
1549 * rtl.h: Redistribute enum reg_note documentation.
1550 Kill trailing whitespace.
1551 * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
1552 Kill trailing whitespace.
1554 2000-03-28 Zack Weinberg <zack@wolery.cumb.org>
1556 * cppfiles.c (hash_IHASH): Just return i->hash.
1557 (cpp_included): Set dummy.hash using _cpp_calc_hash. Use
1558 htab_find_with_hash.
1559 (cpp_read_file): Likewise.
1560 (find_include_file): Likewise. Properly initialize
1561 ih->nshort. Share ih->name and ih->nshort if possible.
1562 * cpphash.c (_cpp_calc_hash): New function.
1563 (hash_HASHNODE): Just return h->hash.
1564 (_cpp_lookup): Set dummy.hash using _cpp_calc_hash. Use
1565 htab_find_with_hash.
1566 * cpphash.h: Prototype _cpp_calc_hash.
1567 * cppinit.c (initialize_builtins): Provide a valid hash
1568 to _cpp_make_hashnode, using _cpp_calc_hash.
1570 * cpphash.c (collect_expansion): # is not a special character
1571 in object-like macros. In -traditional mode, /**/ is not
1572 token paste at the beginning or end of the line.
1573 * cpplib.c (do_include, do_import, do_include_next): If
1574 parse_include fails, return immediately.
1576 2000-03-28 Jason Merrill <jason@casey.cygnus.com>
1578 * config/arm/arm.md (return peepholes): Update to reflect the new
1580 * config/arm/arm.c (arm_volatile_func): Also check
1581 current_function_nothrow.
1582 (output_return_instruction, output_func_prologue): Use it.
1583 (arm_output_epilogue, arm_expand_prologue): Likewise.
1585 2000-03-27 Tom Tromey <tromey@cygnus.com>
1587 * gcc.c (handle_braces): In {x*...} case, break out of loop if
1590 Tue Mar 28 11:55:48 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1592 * expr.c (store_constructor): SIZE now signed.
1593 For EXPR_SIZE, don't evaluate size; just needed if constant.
1594 * fold-const.c (fold): Fix a number of cases when folded tree is
1596 * function.c (flush_addressof): Reenable.
1597 * tree.h (flush_addressof): Likewise.
1598 * toplev.c (independent_decode_option): Look at strings_processed.
1599 * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
1601 Tue Mar 28 08:29:46 2000 Jan Hubicka <jh@suse.cz>
1603 * sibcall.c (indentify_call_return_value): Find last call in the chain;
1604 Allow stack adjustment after function call.
1606 * regmove.c (struct csa_memlist): Make mem field rtx *.
1607 (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
1608 (try_apply_stack_adjustment): Replace whole MEM rtx.
1609 (combine_stack_adjustments_for_block): Update calls
1610 to record_one_stack_ref.
1612 2000-03-28 Neil Booth <NeilB@earthling.net>
1614 * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
1615 '\\' rather than a null character, so nulls are not special. Fix
1616 "\\\n" handling in end-of-buffer conditions. Use trigraph map to
1617 speed trigraph conversion.
1618 (_cpp_init_input_buffer): Initialize trigraph map.
1620 2000-03-27 Alan Modra <alan@linuxcare.com.au>
1622 * config/i386/i386.c (output_387_binary_op): Correct intel
1623 mode assembly output, and add spaces after commas in AT&T
1624 output. Correct Unixware assembler comment. Document input
1625 constraints. Comment fp operations. Reduce profligate buffer
1626 size. Remove extraneous abort. Localize temp var.
1627 (SYSV386_COMPAT): Define. Add !SYSV386_COMPAT code.
1628 (output_fix_trunc): Add spaces after commas in assembly output.
1630 2000-03-27 Richard Henderson <rth@cygnus.com>
1632 * i386-protos.h (ix86_match_ccmode): Declare.
1633 * i386.c (ix86_match_ccmode): New.
1634 (ix86_expand_fp_compare): Update for pattern renames.
1635 (ix86_expand_strlensi_unroll_1): Likewise.
1636 * i386.h (EXTRA_CC_MODES): Add CCZ.
1637 (SELECT_CC_MODE): Use it for EQ/NE zero.
1638 * i386.md (cmpsi_ccz_1): New.
1640 (*testsi_ccz_1): New.
1641 (testqi_ccz_1): New.
1642 (cmpsi_ccno_1): Rename from cmpsi_0.
1643 (testsi_ccno_1): Rename from testsi_1.
1644 (testqi_ccno_1): Rename from testqi_1.
1645 (*testqi_ext_ccz_0): Rename from testqi_ext_0.
1646 (testqi_ext_ccno_0): Rename from *testqi_ext_1.
1647 (*cmphi_0): Use ix86_match_ccmode.
1648 (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
1649 (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
1650 (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
1651 (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
1652 (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
1653 (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
1654 (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
1655 (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
1656 (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
1657 (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
1658 (appropriate peepholes): Likewise.
1659 (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
1660 (*subsi_3, *subhi_3, *subqi_3): Remove.
1661 (*negdi2_1+1 splitter): Use CCZ for neg patterns.
1662 (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
1663 (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
1664 (*neghi2_cmpz, *negqi2_cmpz): Similarly.
1665 (x86_shift_adj_1): Use CCZ.
1666 (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
1668 2000-03-27 Stan Cox <scox@cygnus.com>
1670 * resource.h (mark_resource_type): New.
1671 * resource.c (find_dead_or_set_registers, mark_target_live_regs,
1672 find_free_register): Use mark_resource_type.
1673 (mark_set_resources): Change include_delayed_effects
1674 to mark_resource_type.
1675 * reorg.c (steal_delay_list_from_target, try_merge_delay_insns,
1676 redundant_insn, fill_simple_delay_slots, fill_slots_from_thread):
1677 Use mark_resource_type.
1679 2000-03-27 Richard Henderson <rth@cygnus.com>
1681 * i386.md (call_pop_0, call_value_pop_0): New.
1682 (call_pop_1): Remove constraint from unused arg. Support sibcalls.
1683 (call_value_pop_1): Likewise.
1684 (call_0, call_value_0): New.
1685 (call_1, call_value_1): Remove constraint from unused arg.
1687 2000-03-27 Nick Clifton <nickc@cygnus.com>
1689 * invoke.texi (Spec Files): Document new spec % command created by
1690 Tom Tromey's recent patch.
1692 2000-03-27 Jakub Jelinek <jakub@redhat.com>
1694 * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
1697 Mon Mar 27 06:04:22 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1699 * expr.c (expand_assignment): Fix typo in last change.
1701 * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
1703 Sun Mar 26 20:15:26 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1705 * c-convert.c (convert): Return if output or input type is ERROR_MARK.
1706 * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
1707 and DECL_INLINE if FUNCTION_DECL.
1708 (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
1709 (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
1710 Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
1711 (combine_parm_decls): Likewise.
1712 * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
1713 * print-tree.c (print_node): Likewise.
1714 Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
1715 DECL_TRANSPARENT_UNION on proper decl types.
1716 Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
1717 * stor-layout.c (layout_decl): Only check DECL_PACKED and
1718 DECL_BIT_FIELD of FIELD_DECL.
1719 * tree.h (DECL_RESULT_FLD): New macro.
1721 * expr.c (expand_assignment): Add code to handle variable-sized
1724 2000-03-26 Richard Henderson <rth@cygnus.com>
1726 * calls.c (expand_call): Pass parms not original exp to
1727 optimize_tail_recursion. Mind return value instead of looking
1729 * stmt.c (optimize_tail_recursion): Take parameter list, not entire
1730 call_expr. Move checks for call_expr and current_function_decl ...
1731 (expand_return): ... here.
1733 2000-03-26 Tom Tromey <tromey@cygnus.com>
1735 * gcc.c (handle_braces): Recognize `%{<S}' construct.
1736 (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
1738 (process_command): Use them.
1739 (check_live_switch): Likewise.
1740 (give_switch): Skip ignored switches.
1742 2000-03-26 Jan Hubicka <jh@suse.cz>
1744 * jump.c (jump_optimize_1): Fix typo in elide optimizations
1745 for minimal jump pass test.
1747 2000-03-26 Mark Mitchell <mark@codesourcery.com>
1749 * integrate.c (function_cannot_inline_p): Do inline functions that
1752 Sun Mar 26 11:37:55 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1754 * stor-layout.c (layout_type, set_sizetype): early_type_list is
1755 now a list of TREE_LIST entries, not types.
1756 * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
1758 * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
1759 * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
1761 * config/mips/mips.c (function_arg): Likewise; also remove cast
1762 and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
1763 (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
1764 * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
1765 * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
1766 (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
1767 (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
1768 (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
1769 (struct mips_arg): arg_number, arg_words, fp_arg_words, and
1770 num_adjusts now unsigned.
1771 (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
1772 * config/sparc/sparc.c (struct function_arg_record_value_parms):
1774 (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
1775 as is BITPOS variable; use host_integerp and int_bit_position.
1776 (function_arg_record_value_2): Likewise.
1777 (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
1778 Variable REGNO now unsigned.
1779 (function_arg_record_value): NREGS now unsigned.
1781 2000-03-26 Bernd Schmidt <bernds@cygnus.co.uk>
1783 * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
1785 Sat Mar 25 09:12:10 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1787 * Rework fields used to describe positions of bitfields and
1788 modify sizes to be unsigned and use HOST_WIDE_INT.
1789 * alias.c (reg_known_value_size): Now unsigned.
1790 * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
1791 (really_start_incremental_init): Use bitsize_zero_node.
1792 (push_init_level, pop_init_level, output_init_element): Likewise.
1793 Use bitsize_unit_node and bitsize_one_node.
1794 (output_pending_init_elements, process_init_element): Likewise.
1795 * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
1796 (make_extraction): Position and length HOST_WIDE_INT and unsigned
1797 HOST_WIDE_INT, respectively.
1798 (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
1799 (num_sign_bit_copies): Returns unsigned.
1800 BITWIDTH now unsigned; rework arithmetic.
1801 Remove recursive call from arg to MAX.
1802 (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
1803 (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
1805 (set_nonzero_bit_and_sign_copies): NUM now unsigned.
1806 (find_split_point, expand_compound_operation, make_extraction): LEN
1807 now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
1808 (make_field_assignment): Likewise.
1809 (combine_simplify_rtx): Add cast.
1810 (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
1811 (force_to_mode): WIDTH now unsigned; add cast.
1812 (if_then_else_cond): SIZE now unsigned.
1813 (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
1814 (extended_count): Now returns unsigned.
1815 (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
1816 Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
1817 (simplify_comparison): MODE_WIDTH now unsigned.
1818 (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
1819 (mark_used_regs_combine): Likewise; rework arithmetic.
1820 (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
1821 (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
1822 (record_promoted_value): REGNO now unsigned.
1823 (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
1824 (get_last_value): REGNO now unsigned.
1825 (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
1826 (reg_dead_regno, reg_dead_endregno): Now unsigned.
1827 (remove_death): Arg REGNO now unsigned.
1828 (move_deaths): REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
1829 (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
1831 * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
1832 * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
1833 (struct cse_reg_info): REGNO now unsigned.
1834 (cached_regno): Now unsigned.
1835 (REGNO_QTY_VALID_P): Add cast.
1836 (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
1837 (remove_invalid_regs): Likewise.
1838 (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
1839 as are variables END and I.
1840 (get_cse_reg_info, insert): Likewise.
1841 (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
1842 (canon_hash): Likewise.
1843 (insert_regs, lookup_for_remove): REGNO now unsigned.
1844 (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
1846 * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
1847 * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
1848 * emit-rtl.c (subreg_realpart_p): Add cast.
1849 (operand_subword): Arg I is now unsigned as is var PARTWORDS.
1850 (operand_subword_force): Arg I is now unsigned.
1851 * except.c (eh_regs): Variable I is now unsigned.
1852 * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
1853 * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
1854 length is unsigned HOST_WIDE_INT; likewise for internal variables.
1855 (store_split_bit_field, extract_fixed_bit_field): Likewise.
1856 (extract_split_bit_field, store_bit_field, extract_bit_field):
1858 * expr.c (store_constructor_fields, store_constructor, store_field):
1859 Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
1860 (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
1861 (do_jump): Likewise.
1862 (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
1863 MAX_SIZE is now unsigned.
1864 (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
1865 (emit_group_store): Likewise.
1866 (emit_move_insn): I now unsigned.
1867 (store_constructor): Use host_integerp, tree_low_cst, and
1869 (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
1870 Rework all calculations to use trees and new fields.
1871 * expr.h (promoted_input_arg): Regno now unsigned.
1872 (store_bit_field, extract_bit_field): Adjust types of pos and size.
1873 (mark_seen_cases): Arg is HOST_WIDE_INT.
1874 * flow.c (verify_wide_reg_1): REGNO now unsigned.
1875 * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
1876 precisions and alignments are unsigned.
1877 (optimize_bit_field_compare, fold_truthop): Likewise.
1878 (int_const_binop): Adjust threshold for size_int_type_wide call.
1879 (fold_convert): Likewise.
1880 (size_int_type_wide): Make table larger and fix thinko that only
1881 had half of table used.
1882 (all_ones_mask_p, fold): Precisions are unsigned.
1883 * function.c (put_reg_info_stack): REGNO is unsigned.
1884 (instantiate_decl): Size is HOST_WIDE_INT.
1885 (instantiate_virtual_regs): I is unsigned.
1886 (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
1887 (promoted_input_arg): REGNO is unsigned.
1888 * function.h (struct function): x_max_parm_reg is now unsigned.
1889 * gcse.c (max_gcse_regno): Now unsigned.
1890 (struct null_pointer_info): min_reg and max_reg now unsigned.
1891 (lookup_set, next_set): REGNO arg now unsigned.
1892 (compute_hash_table): REGNO and I now unsigned.
1893 (handle_avail_expr): regnum_for_replacing now unsigned.
1894 (cprop_insn): REGNO now unsigned.
1895 (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
1896 * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
1897 * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
1898 * hard-reg-set.h (reg_class_size): Now unsigned.
1899 * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
1900 * jump.c (mark_modified_reg): I now unsigned; add cast.
1901 (rtx_equal_for_thread_p): Add cast.
1902 * loop.c (max_reg_before_loop): Now unsigned.
1903 (struct_movable): REGNO now unsigned.
1904 (try_copy_prop): REGNO arg unsigned.
1905 (regs_match_p): XN and YN now unsigned.
1906 (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
1907 (strength_reduce): Likewise; NREGS also unsigned.
1908 (first_increment_giv, last_increment_giv unsigned): Now unsigned.
1909 * loop.h (struct iv_class): REGNO now unsigned.
1910 (max_reg_before_loop, first_increment_giv, last_increment_giv):
1912 * machmode.h (mode_size, mode_unit_size): Now unsigned.
1913 (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
1914 * optabs.c (expand_binop): I and NWORDS now unsigned.
1915 (expand_unop): I now unsigned.
1916 * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
1917 print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
1918 * real.c (significand_size): Now returns unsigned.
1919 * real.h (significand_size): Likewise.
1920 * regclass.c (reg_class_size): Now unsigned.
1921 (choose_hard_reg_mode): Both operands now unsigned.
1922 (record_reg_classes): REGNO and NR now unsigned.
1923 (reg_scan): NREGS now unsigned.
1924 (reg_scan_update): old_max_regno now unsigned.
1925 (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
1926 * reload.c (find_valid_class): BEST_SIZE now unsigned.
1927 (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
1928 (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
1929 Likewise for variable R.
1930 (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
1931 as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
1932 (find_equiv_reg): Add casts.
1933 (regno_clobbered_p): Arg REGNO now unsigned.
1934 * reload.h (struct reload): NREGS now unsigned.
1935 (refers_to_regno_for_reload_p): Regno args are unsigned.
1936 (regno_clobbered_p): Likewise.
1937 * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
1938 (compute_use_by_pseudos): REGNO now unsigned.
1939 (find_reg): I and J now unsigned, new variable K, and change loop
1940 variables accordingly; THIS_NREGS now unsigned.
1941 (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
1942 (spill_hard_reg): REGNO arg now unsigned; add casts.
1943 (forget_old_reloads_1): REGNO, NR, and I now unsigned.
1944 (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
1945 (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
1946 END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
1947 (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
1948 (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
1949 (emit_reload_insns): REGNO now unsigned.
1950 (reload_cse_move2add): Add cast.
1951 (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
1953 * resource.c (mark_referenced_resources, mark_set_resources): New
1954 variable R; REGNO and LAST_REGNO now unsigned.
1955 (mark_target_live_regs): J and REGNO now unsigned.
1956 * rtl.c (mode_size, mode_unit_size): Now unsigned.
1957 * rtl.h (union rtunion_def): New field rtuint.
1958 (XCUINT): New macro.
1959 (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
1960 (operand_subword, operand_subword_force): Word number is unsigned.
1961 (choose_hard_reg_mode): Operands are unsigned.
1962 (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
1963 (find_regno_note, find_regno_fusage, replace_regs): Likewise.
1964 (regno_use_in, combine_instructions, remove_death): Likewise.
1965 (reg_scan, reg_scan_update): Likewise.
1966 (extended_count): Return is unsigned.
1967 * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
1968 INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
1969 (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
1970 (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
1971 (reg_reg_last_1): FIRS and LAST now unsigned.
1972 (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
1973 (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
1975 (find_regno_note, regno_use_in): Arg REGNO now unsigned.
1976 (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
1977 (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
1978 (replace_regs): Arg NREGS now unsigned.
1979 * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
1980 * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
1981 (simplify_binary_operation): Likewise.
1982 (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
1983 THIS_LAST now unsigned.
1984 (cselib_record_set): Add cast.
1985 * ssa.c (ssa_max_reg_num): Now unsigned.
1986 (rename_block): REGNO now unsigned.
1987 * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
1989 (all_cases_count): Just return -1 not -2.
1990 COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
1991 Rework tests to use trees whenever possible.
1992 Use host_integerp and tree_low_cst.
1993 (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
1994 Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
1995 (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
1996 * stor-layout.c (mode_for_size): SIZE arg now unsigned.
1997 (smallest_mode_for_size): Likewise.
1998 (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
1999 KNOWN_ALIGN is now an alignment, so simplify code.
2000 Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
2001 (start_record_layout): Renamed from new_record_layout_info.
2002 Update to new fields.
2003 (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
2005 (place_union_field): Renamed from layout_union_field.
2006 Update to use new fields in rli.
2007 (place_field): Renamed from layout_field.
2008 Major rewrite to use new fields in rli; pass alignment to layout_decl.
2009 (finalize_record_size): Rework to use new fields in rli and handle
2011 (compute_record_mode): Rework to simplify and to use new DECL fields.
2012 (finalize_type_size): Make rounding more consistent.
2013 (finish_union_layout): Deleted.
2014 (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
2015 (layout_type, case RECORD_TYPE): Call new function names.
2016 (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
2017 (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
2018 (get_best_mode): UNIT is now unsigned; remove casts.
2019 * tree.c (bit_position): Compute from new fields.
2020 (byte_position, int_byte_position): New functions.
2021 (print_type_hash_statistics): Cast to remove warning.
2022 (build_range_type): Use host_integerp and tree_low_cst to try to hash.
2023 (build_index_type): Likewise; make subtype of sizetype.
2024 (build_index_2_type): Pass sizetype to build_range_type.
2025 (build_common_tree_nodes): Use size_int and bitsize_int to
2026 initialize nodes; add bitsize_{zero,one,unit}_node.
2027 * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
2028 (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
2029 (DECL_PACKED, DECL_BIT_FIELD): Likewise.
2030 (DECL_FIELD_BITPOS): Deleted.
2031 (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
2032 (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
2033 (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
2034 (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
2035 (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
2036 (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
2037 (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
2038 (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
2039 (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
2040 (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
2041 (DECL_ALIGN): Adjust to new field in union.
2042 (DECL_OFFSET_ALIGN): New field.
2043 (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
2044 (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
2045 (union tree_decl): Add struct for both aligns.
2046 (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
2047 (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
2048 (struct record_layout_info): Rework fields to have offset
2049 alignment and byte and bit position.
2050 (start_record_layout, place_field): Renamed from old names.
2051 (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
2052 (byte_position, int_byte_position): Likewise.
2053 (get_inner_reference): Change types of position and length.
2054 * unroll.c (unroll_loop): New variable R; use for some loops.
2055 MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
2056 (calculate_giv_inc): Arg REGNO now unsigned.
2057 (copy_loop_body): REGNO and SRC_REGNO now unsigned.
2058 * varasm.c (assemble_variable): Clean up handling of size using
2059 host_integerp and tree_low_cst.
2060 (decode_addr_const): Use byte, not bit, position.
2061 (output_constructor): bitpos and offsets are HOST_WIDE_INT;
2062 use tree_low_cst and int_bit_position.
2063 * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
2065 Fri Mar 24 20:13:49 2000 Jason Eckhardt <jle@cygnus.com>
2067 * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
2068 (reorder_block_def): New members eff_head and eff_end.
2069 (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
2070 (verify_insn_chain): New function.
2071 (skip_insns_between_block): Add code to skip deleted insns.
2072 Check for note before using.
2073 (chain_reorder_blocks): Replace calls to skip_insns_between_block
2074 with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
2075 Check for note before using.
2076 (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
2077 (fixup_reorder_chain): Restructure, clean up, defect removal.
2078 (reorder_basic_blocks): Remove last_insn and references to it.
2079 Moved insn chain verification code into a new function (see above).
2080 Delete defective code that sets last insn.
2081 Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
2084 2000-03-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2086 * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
2088 2000-03-24 Richard Henderson <rth@cygnus.com>
2090 * tree.c (lang_safe_for_unsave): Remove.
2091 (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
2092 allowing for two levels of unsafeness. Remove lang hook.
2093 * tree.h: Update declarations.
2094 * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
2095 Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
2096 Always fail sibcalls when there are pending cleanups.
2098 2000-03-24 Geoff Keating <geoffk@cygnus.com>
2100 * flow.c (propagate_block): When we delete an ADDR_VEC,
2101 also delete the BARRIER following it if there is one.
2103 2000-03-24 Richard Henderson <rth@cygnus.com>
2105 * builtins.c (expand_builtin_bzero): Convert `length' argument
2108 2000-03-24 Jakub Jelinek <jakub@redhat.com>
2110 * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
2111 comparison if regno's are equal.
2112 * calls.c (initialize_argument_informat): Add ecf_flags argument.
2113 Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
2114 (expand_call): Update caller.
2115 Avoid making a sibling call if argument size of the callee is larger
2116 than argument size of the caller.
2117 Call hard_function_value with outgoing set if in sibcall pass.
2118 Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
2120 * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
2121 Change LEAF_REGISTERS from an array initializer to actual array
2122 identifier. Move static global variable into the function.
2123 (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
2124 sequences for leaf functions.
2125 * global.c (global_alloc): Likewise.
2126 * tm.texi (LEAF_REGISTERS): Update documentation.
2128 * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
2129 TARGET_FLAT leaf disabling hack.
2130 (LEAF_REGISTERS): Changed from an array initializer to actual array
2131 identifier to avoid duplication and remove the above hack.
2132 (FUNCTION_OK_FOR_SIBCALL): Define.
2133 * config/sparc/sparc.md (sibcall): New attr type. Use it almost
2134 always like call attribute.
2135 (eligible_for_sibcall_delay): New attribute.
2136 (sibcall): New delay type.
2137 (sibcall, sibcall_value, sibcall_epilogue): New expands.
2138 (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
2139 sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
2140 * config/sparc/sparc.c (sparc_leaf_regs): New array.
2141 (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
2143 (output_function_epilogue): Move part of the code into
2144 output_restore_regs.
2145 (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
2147 * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
2150 * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
2151 until infrastructure is finished.
2153 Fri Mar 24 13:49:45 2000 Jeffrey A Law (law@cygnus.com)
2155 * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
2156 (save_parm_insns): Not here.
2158 2000-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2160 * builtins.c (expand_builtin_bzero): New function.
2161 (expand_builtin): Handle bzero.
2163 * builtins.def: Add BUILT_IN_BZERO.
2165 * c-common.c (c_common_nodes_and_builtins): Provide builtin
2166 prototype & function for bzero.
2168 2000-03-23 Michael Meissner <meissner@redhat.com>
2170 * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
2171 change adding TARGET_FP to the TF floating point insns, except for
2172 trunctfsf2, which generates direct calls to truncdfsf2.
2174 2000-03-23 Geoff Keating <geoffk@cygnus.com>
2176 * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
2177 try to protect against middle-end changes that break binary
2179 (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
2181 2000-03-24 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2183 * config/c4x/c4x.md (load_immed_address): Add DP reg clobber.
2185 Thu Mar 23 17:10:48 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2187 * calls.c (expand_call): If TARGET is passed by reference and
2188 is readonly, write a CLOBBER.
2190 2000-03-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2192 * builtins.c (expand_builtin): Handle bcmp.
2194 * builtins.def: Add BUILT_IN_BCMP.
2196 * c-common.c (c_common_nodes_and_builtins): Provide builtin
2197 prototype & function for bcmp.
2199 Thu Mar 23 11:34:39 2000 Jim Wilson <wilson@cygnus.com>
2201 * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
2202 (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
2203 * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
2205 Thu Mar 23 16:04:40 2000 Andrew Haley <aph@cygnus.com>
2207 * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
2208 alternative when using -fp64 -gp32.
2210 2000-03-22 Jason Merrill <jason@casey.cygnus.com>
2212 * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
2213 * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
2214 * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
2216 * frame.h (frame_state): Revert last change.
2217 * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
2218 * libgcc2.c (throw_helper): Revert last change.
2220 2000-03-22 Richard Henderson <rth@cygnus.com>
2222 * stmt.c (expand_asm_operands): Don't promote the temporary.
2224 2000-03-22 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
2226 * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
2227 * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
2228 c_get_alias_set): Likewise.
2229 * c-decl.c (duplicate_decls): Likewise.
2230 * c-typeck.c (default_conversion,build_unary_op): Likewise.
2231 * calls.c (initialize_argument_information): Likewise.
2232 * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
2234 * dwarfout.c (decl_class_context,output_type): Likewise.
2235 * expr.c (get_inner_reference): Likewise.
2236 * fold-const.c (simple_operand_p,fold): Likewise.
2237 * function.c (aggregate_value_p): Likewise.
2238 * stmt.c (expand_asm_operands): Likewise.
2239 * varasm.c (named_section): Likewise.
2241 2000-03-22 Jason Merrill <jason@casey.cygnus.com>
2243 Implement dwarf2 exception handling for the ARM.
2244 * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
2245 (DWARF_FRAME_RETURN_COLUMN): Define.
2246 * config/arm/arm.c (emit_multi_reg_push): Return rtx. Attach
2247 REG_FRAME_RELATED_EXPR note.
2248 (emit_sfm): Likewise.
2249 (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
2250 * dwarf2out.c (reg_save): Handle saving a register to itself.
2251 (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
2252 * except.c (eh_regs): Don't use the static chain reg if it's
2254 * frame.h (frame_state): Add cfa_saved field.
2255 * frame.c (execute_cfa_insn): Set it.
2256 * libgcc2.c (throw_helper): Don't adjust sp if it's restored in
2258 * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
2260 (instantiate_virtual_regs): Adjust.
2262 * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
2263 * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
2264 * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
2266 * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
2267 (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
2269 2000-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2271 * builtins.def: New file.
2273 * Makefile.in (TREE_H): Depend on builtins.def.
2275 * builtins.c (built_in_names): Use builtins.def.
2277 * tree.h (built_in_function): Likewise.
2279 2000-03-22 Mark Mitchell <mark@codesourcery.com>
2281 * tree.c (size_in_bytes): Return size_zero_node, not
2284 2000-03-22 Geoff Keating <geoffk@cygnus.com>
2286 * config/fp-bit.c (pack_d): Correct the case when a denormal
2287 is rounded up and stops being denormal.
2289 2000-03-21 Richard Henderson <rth@cygnus.com>
2291 * config/alpha/alpha.c (function_arg): Check for void_type_node
2292 before using MUST_PASS_IN_STACK.
2294 2000-03-21 Stephane Carrez <stcarrez@worldnet.fr>
2296 * regmove.c (combine_stack_adjustments_for_block): Check that
2297 the stack pointer is a valid memory address.
2299 Wed Mar 22 11:44:50 MET 2000 Jan Hubicka <jh@suse.cz>
2301 * calls.c: re-install Mar 16 emit_library_call merge.
2303 2000-03-21 Jakub Jelinek <jakub@redhat.com>
2305 * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
2306 we cannot be sure that if reload_completed base register will
2307 be properly aligned.
2309 2000-03-21 Richard Henderson <rth@cygnus.com>
2311 * flow.c (delete_block): Fix typo last change.
2313 2000-03-21 Mark Mitchell <mark@codesourcery.com>
2315 * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
2316 not COMPLETE_TYPE_P, to check the type of the expression.
2318 2000-03-21 Michael Meissner <meissner@redhat.com>
2320 * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
2321 all floating point insns that just tested the macro
2322 TARGET_HAS_XFLOATING_LIBS.
2323 (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
2324 used to only use the gprs.
2326 2000-03-21 Nathan Sidwell <nathan@codesourcery.com>
2328 * tree.h (COMPLETE_TYPE_P): New macro.
2329 (COMPLETE_OR_VOID_TYPE_P): New macro.
2330 (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
2331 * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
2332 * c-aux-info.c (gen_type): Use them.
2333 * c-common.c (c_expand_expr_stmt): Likewise.
2334 * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
2335 grokdeclarator, grokparms, finish_struct, start_function,
2336 store_parm_decls, combine_parm_decls): Likewise.
2337 * c-parse.y (cast_expr): Likewise.
2338 * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
2339 c_size_in_bytes, c_alignof, build_component_ref,
2340 build_indirect_ref, build_array_ref, convert_arguments,
2341 build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
2342 * calls.c (initialize_argument_information): Likewise.
2343 * convert.c (convert_to_integer): Likewise.
2344 * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
2345 * dwarfout.c (location_or_const_value_attribute,
2346 output_enumeration_type_die, output_structure_type_die,
2347 output_union_type_die, output_type): Likewise.
2348 * expr.c (safe_from_p, expand_expr): Likewise.
2349 * function.c (assign_parms): Likewise.
2350 * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
2351 * tree.c (build_array_type, build_function_type,
2352 build_method_type, build_offset_type, build_complex_type): Likewise.
2353 * c-parse.c, c-parse.h: Regenerated.
2355 2000-03-21 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2357 * config/c4x/rtems.h: Include config/rtems.h.
2359 Tue Mar 21 09:24:00 2000 Denis Chertykov <denisc@overta.ru>
2361 * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
2362 decl is a FUNCTION_DECL
2364 Mon Mar 20 19:53:53 2000 Jim Wilson <wilson@cygnus.com>
2366 * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
2367 function uses output registers. Don't save RP for leaf functions.
2368 Do save RP even if no epilogue.
2369 * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
2370 (CALL_USED_REGISTERS): Unmark in registers.
2371 (REG_ALLOC_ORDER): Move out regs up, to near the top. Move in regs up,
2374 2000-03-20 Geoff Keating <geoffk@cygnus.com>
2376 * config/rs6000/rs6000.md (bunordered): New expander.
2377 (bordered): New expander.
2378 (buneq): New expander.
2379 (bunge): New expander.
2380 (bungt): New expander.
2381 (bunle): New expander.
2382 (bunlt): New expander.
2383 (bltgt): New expander.
2385 * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
2386 (ccr_bit_negated_p): New function.
2387 (print_operand): For %C, generate appropriate cror for UNEQ,
2388 UNLT, UNGT, and LTGT. For %T and %t, use ccr_bit_negated_p.
2390 2000-03-20 Andreas Jaeger <aj@suse.de>
2392 * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
2395 * tree.h (safe_for_unsave): Prototype.
2397 2000-03-20 Richard Henderson <rth@cygnus.com>
2399 * regmove.c (stack_memref_p): Fix typo, reorg for readability.
2400 (combine_stack_adjustments_for_block): Don't allow sp references
2401 in the side of a set we're not fixing up.
2402 * toplev.c (rest_of_compilation): Run combine_stack_adjustments
2403 after life_analysis.
2405 2000-03-20 Richard Henderson <rth@cygnus.com>
2407 * calls.c (expand_call): Don't bother generating tail call
2408 sequences if there are pending cleanups. Use
2409 expand_start_target_temps/expand_end_target_temps to elide
2410 cleanups created during sibcall expansion.
2412 2000-03-20 Geoff Keating <geoffk@cygnus.com>
2414 * configure.in: Set $IFS to a value if it doesn't already have one
2415 in the --enable-checking handling.
2416 * configure: Regenerate.
2418 2000-03-20 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2420 * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
2421 * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
2424 Mon Mar 20 11:43:15 MET 2000 Jan Hubicka <jh@suse.cz>
2426 * jump.c (delete_noop_moves): Remove code attempting to
2427 combine stack adjustments.
2429 2000-03-19 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2431 * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
2432 * except.c (emit_cleanup_handler): Use them.
2433 (expand_end_all_catch): Likewise.
2434 * function.c (fixup_var_refs): Likewise.
2435 (expand_function_end): Clear catch_clauses_last.
2436 * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
2437 * except.h (struct eh_status): New field x_catch_clauses_last.
2438 (catch_clauses_last): New define.
2440 * Makefile.in (tree.o): Depend on HASHTAB_H.
2441 * tree.c: Include hashtab.h.
2442 (struct type_hash): Remove next field.
2443 (TYPE_HASH_SIZE): Remove.
2444 (TYPE_HASH_INITIAL_SIZE): New define.
2445 (type_hash_table): Change type to htab_t.
2446 (type_hash_eq, type_hash_hash, print_type_hash_statistics,
2447 mark_hash_entry): New functions.
2448 (init_obstacks): Allocate type hash.
2449 (type_hash_lookup): Use htab functions.
2450 (type_hash_add, mark_type_hash): Likewise.
2451 (dump_tree_statistics): Call print_type_hash_statistics.
2453 2000-03-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2455 * rs6000/t-aix41: New file.
2457 * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
2459 Sun Mar 19 13:27:30 2000 Hans-Peter Nilsson <hp@axis.com>
2461 * tm.texi (Driver): Fix typos and tweak entry for
2463 Move misplaced STRUCT_FORCE_BLK entry ...
2464 (Storage Layout): ... to here.
2465 (Run-time Target): Recommend having TARGET_MASK_... helper macros.
2467 2000-03-19 Richard Henderson <rth@cygnus.com>
2469 * flow.c (delete_block): Delete the addr_vec along with the block.
2470 (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
2473 * fold-const.c (extract_muldiv): Apply type check for defined
2474 overflow to multiply as well as divide.
2476 * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
2478 2000-03-18 Mark Mitchell <mark@codesourcery.com>
2480 * emit-rtl.c (remove_unncessary_notes): Check that all
2481 NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
2482 associated NOTE_BLOCK.
2483 * function.h (identify_blocks): Update comments.
2484 (reorder_blocks): Declare.
2485 * function.c (identify_blocks): Don't take paramters.
2486 (reorder_blocks): Don't take parameters.
2487 * loop.h (find_loop_tree_blocks): Remove.
2488 (unroll_block_trees): Likewise.
2489 * loop.c (loop_optimize): Don't call find_loop_tree_blocks. Use
2490 reorder_blocks instead of unroll_block_trees.h
2491 * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
2492 * stmt.c (find_loop_tree_blocks): Remove.
2493 (unroll_block_trees): Likewise.
2494 * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
2495 in whole-function mode.
2496 * tree.h (reorder_blocks): Remove declaration.
2498 * expr.c: Include intl.h.
2499 * Makefile.in (expr.o): Depend on intl.h.
2501 2000-03-18 Richard Henderson <rth@cygnus.com>
2503 * expr.c (emit_move_insn_1): Clarify cannot_inline message.
2505 2000-03-18 Mark Mitchell <mark@codesourcery.com>
2507 * tree.h (tree_index): Remove enumerals for integer types.
2508 (integer_type_kind): New type.
2509 (integer_types): New variable.
2510 (char_type_node): Adjust.
2511 (signed_char_type_node): Likewise.
2512 (unsigned_char_type_node): Likewise.
2513 (short_integer_type_node): Likewise.
2514 (short_unsigned_type_node): Likewise.
2515 (integer_type_node): Likewise.
2516 (unsigned_type_node): Likewise.
2517 (long_integer_type_node): Likewise.
2518 (long_unsigned_type_node): Likewise.
2519 (long_long_integer_type_node): Likewise.
2520 (long_long_unsigned_type_node): Likewise.
2521 * tree.c (integer_types): New variable.
2522 (init_obstacks): Register it as a root.
2524 Sat Mar 18 14:38:00 2000 Jason Eckhardt <jle@cygnus.com>
2526 * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
2527 NEXT_INSN. Update last insn in chain.
2529 2000-03-17 Jason Merrill <jason@casey.cygnus.com>
2531 * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
2532 with TYPE_DECL_SUPPRESS_DEBUG set.
2534 2000-03-18 Richard Henderson <rth@cygnus.com>
2536 * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
2538 2000-03-18 Richard Henderson <rth@cygnus.com>
2540 * i386.c (call_insn_operand): Always allow SYMBOL_REF,
2541 care for HALF_PIC_P.
2542 (expander_call_insn_operand): Remove.
2543 (ix86_expand_epilogue): New arg `emit_return' to control return insn.
2544 * i386.h (PREDICATE_CODES): Update.
2545 * i386.md (all call expanders): Remove predicates, remove special
2546 handling for half-pic.
2547 (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
2548 (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
2549 (sibcall_epilogue): New.
2551 2000-03-17 Richard Henderson <rth@cygnus.com>
2553 * rtlanal.c (single_set): Reject if the parallel has anything
2554 except SET or USE or CLOBBER.
2556 2000-03-17 Jeff Law <law@cygnus.com>
2557 Richard Henderson <rth@cygnus.com>
2559 * Makefile.in (OBJS): Add sibcall.o.
2561 * sibcall.c: New file.
2562 * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
2563 (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
2564 (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
2565 Emit sibcall patterns when requested. Update all callers.
2566 (expand_call): Generate CALL_PLACEHOLDER insns when tail call
2567 elimination seems feasable.
2568 * final.c (leaf_function_p): Sibling calls don't discount being
2570 * flow.c (HAVE_sibcall_epilogue): Provide default.
2571 (find_basic_blocks_1): Sibling calls don't throw.
2572 (make_edges): Make edge from sibling call to EXIT.
2573 (propagate_block): Don't remove sibcall_epilogue insns.
2574 * function.c (prologue, epilogue): Turn into varrays. Update all uses.
2575 (sibcall_epilogue): New.
2576 (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
2577 (identify_blocks_1): Likewise. Break out from ...
2578 (identify_blocks): ... here.
2579 (reorder_blocks_1): Scan CALL_PLACEHOLDER. Break out from ...
2580 (reorder_blocks): ... here.
2581 (init_function_for_compilation): Zap prologue/epilogue as varrays.
2582 (record_insns): Extend a varray instead of mallocing new memory.
2583 (contains): Read a varray not array of ints.
2584 (sibcall_epilogue_contains): New.
2585 (thread_prologue_and_epilogue_insns): Emit and record
2586 sibcall_epilogue patterns.
2587 (init_function_once): Allocate prologue/epilogue varrays.
2588 * genflags.c (gen_insn): Treat sibcall patterns as calls.
2589 * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
2591 (save_for_inline_nocopy): ... here.
2592 (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns.
2594 (expand_inline_function): ... here.
2595 (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
2596 (subst_constants): Handle 'n' formats.
2597 * jump.c (jump_optimize_minimal): New.
2598 (jump_optimize_1): New arg `minimal'; update callers. Elide most
2599 optimizations if it's set.
2600 * rtl.c (copy_rtx): Do copy jump & call for insns.
2601 * rtl.h (struct rtx_def): Document use of jump and call for insns.
2602 (SIBLING_CALL_P): New.
2603 (sibcall_use_t): New.
2604 * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
2605 Invoke optimize_sibling_and_tail_recursive_calls.
2606 * tree.c (lang_safe_for_unsave): New.
2607 (safe_for_unsave): New.
2608 * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
2610 * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
2611 * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
2612 (*sibcall_osf_1, *sibcall_value_osf_1): New.
2614 2000-03-17 Mark Mitchell <mark@codesourcery.com>
2616 * objc/objc-act.c (encode_method_prototype): Pass types, not
2617 PARM_DECLs, to int_size_in_bytes.
2619 Fri Mar 17 11:51:34 2000 Jim Wilson <wilson@cygnus.com>
2621 * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
2623 * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
2624 config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
2626 Fri Mar 17 08:09:14 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2628 * Clean up usages of TREE_INT_CST_LOW.
2629 * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
2630 * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
2632 * c-tree.h (min_precision): Move declaration to here.
2633 * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
2634 (build_unary_op, add_pending_init): Use bit_position.
2635 (pending_init_member, process_init_element): Likewise.
2636 (really_start_incremental_init, push_init_level, pop_init_level):
2637 Don't make copies of nodes or modify them in place, use consistent
2638 types when tracking positions, and use tree routines computations.
2639 (set_init_index, output_init_element): Likewise.
2640 (output_pending_init_elements, process_init_element): Likewise.
2641 * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
2642 tree_low_cst and int_bit_position; also minor cleanup.
2643 (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
2644 (print_cst_octal): Precision is unsigned.
2645 (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
2646 * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
2647 (simple_type_align_in_bits): Result is unsigned int.
2648 Use tree_int_low_cst and host_integerp.
2649 (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
2650 (field_byte_offset): Result is HOST_WIDE_INT.
2651 Change types of internal variables so alignments are unsigned int,
2652 offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
2653 Use host_integerp, tree_low_cst, and int_bit_position.
2654 (add_bit_offset_attribute): Likewise.
2655 (add_data_member_location_attribute): Use tree_cst_low.
2656 (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
2657 (add_bit_size_attribute): Use tree_low_cst.
2658 (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
2659 * dwarfout.c: Similar changes to dwarf2out.c.
2660 * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
2661 * genoutput.c (n_occurences): Return -1 for null string.
2662 (strip_whitespace): Accept null string and make into function.
2663 (scan_operands): Reflect above changes.
2664 * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
2665 (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
2666 * ssa.c (rename_registers): Add missing cast of arg to bzero.
2667 * tree.c (int_size_in_bytes): Check for too big to represent.
2668 (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
2669 * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
2671 (min_precision): Delete from here.
2672 * varasm.c (decode_addr_const): Use host_integerp, bit_position,
2673 and int_bit_position.
2674 * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
2675 (encode_method_def): Likewise.
2676 (build_ivar_list_initializer): Use int_bit_position.
2677 (generate_shared_structures): Convert size.
2678 (encode_type, encode_complete_bitfield): Use integer_zerop.
2679 (encode_bitfield): Use tree_low_cst and int_bit_position.
2681 2000-03-17 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2683 * config/c4x/c4x.h (CPP_SPEC): Fix typo.
2685 2000-03-17 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2687 * call.c (special_function_p): It is only malloc if it returns
2690 2000-03-17 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2692 * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
2693 (C33_FLAG, TARGET_C3X): Add macros.
2694 (TARGET_SWITCHES): Add -m33 option.
2695 * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
2697 2000-03-17 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2699 * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
2700 (PARALLEL_PACK_FLAG): Delete.
2701 (TARGET_SWITCHES): Update.
2702 (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
2704 Thu Mar 16 18:52:32 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2706 * fold-const.c (fold): Fix a few cases when the returned result
2707 is not of the same type as the input.
2709 2000-03-16 Nick Clifton <nickc@cygnus.com>
2711 * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
2714 2000-03-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2716 * libgcc2.h: Move prototypes above macros with the same name.
2717 Wrap some function prototypes in the conditional which indicates
2718 whether they are supported, i.e. "BITS_PER_UNIT == 8".
2720 2000-03-16 Richard Henderson <rth@cygnus.com>
2722 * calls.c: Revert last two changes.
2724 2000-03-16 Bernd Schmidt <bernds@cygnus.co.uk>
2726 * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
2727 has exponent 0 is a zero.
2729 * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
2730 HASH may already be nonzero. Add code/mode into hash value
2731 immediately after repeat label.
2732 (cselib_lookup): Don't leave the hash table in an inconsistent
2733 state before a hash lookup operation.
2735 Thu Mar 16 17:03:10 MET 2000 Jan Hubicka <jh@suse.cz>
2737 * i386.md (all HI and QI mode non-move patterns): Conditionize
2738 by TARGET_[HQ]IMODE_MATH.
2739 * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
2740 x86_promote_qi_regs): Declare.
2741 (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
2742 TARGET_PROMOTE_QI_REGS): New macros.
2743 (PROMOTE_MODE): New macro.
2744 * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
2745 x86_promote_qi_regs): New global variables.
2747 Thu Mar 16 16:50:44 MET 2000 Jan Hubicka <jh@suse.cz>
2749 * calls.c (emit_library_call_value_1): Break out from ...; handle
2750 VOIDmode function calls too.
2751 (emit_library_call_value): ... here.
2752 (emit_library_call): Implement by calling emit_library_call_value_1.
2754 Thu Mar 16 16:01:30 MET 2000 Jan Hubicka <jh@suse.cz>
2756 * calls.c (expand_call): Do sanity checking on arg_space_so_far.
2757 Update arg_space_so_far on stack adjustments.
2758 (emit_library_call, emit_library_call_value): Likewise; take into
2759 account arg_space_so_far and pending_stack_adjust when calculcating
2762 Thu Mar 16 09:02:19 2000 Jason Eckhardt <jle@cygnus.com>
2764 * flow.c: Move all basic block reordering code into its own file.
2765 (create_basic_block): Externalize.
2766 * bb-reorder.c: New file. Copy all basic block reordering code from
2767 flow.c to this file.
2768 (reorder_basic_blocks): Fix fencepost error in for-loop.
2769 (reorder_basic_blocks): Remove braces from single statement for-loops.
2770 * basic-block.h: Add declaration for create_basic_block.
2771 * Makefile.in: Add rules for bb-reorder.o.
2773 2000-03-16 Neil Booth <NeilB@earthling.net>
2775 * cppinit.c (handle_option): Implement #unassert directive
2776 as -A- command line option.
2777 (print_help): Update.
2778 * cpptexi.c: Update.
2780 Thu Mar 16 02:14:16 2000 Hans-Peter Nilsson <hp@bitrange.com>
2782 * md.texi (Standard Names): Document `jump'.
2784 2000-03-15 Jason Merrill <jason@casey.cygnus.com>
2786 * calls.c (emit_call_1): Nothrow functions can still have nonlocal
2789 2000-03-15 Geoff Keating <geoffk@cygnus.com>
2791 See the ChangeLog on the branch for more details.
2793 * configure.in: Merge in changes from newppc-branch.
2794 * configure: Regenerate.
2795 * config/rs6000/*: Merge in changes from newppc-branch.
2796 Also correct copyright notices.
2798 Wed Mar 15 15:43:38 2000 Jeffrey A Law (law@cygnus.com)
2800 * acconfig.h (HAVE_GAS_WEAK): New define.
2801 * configure.in (assembler weak support): Check for .weak support.
2802 * config.in, configure: Rebuilt.
2803 * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
2804 HAVE_GAS_WEAK is defined.
2806 2000-03-15 Nick Clifton <nickc@cygnus.com>
2808 * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
2811 2000-03-15 Zack Weinberg <zack@wolery.cumb.org>
2813 * cppfiles.c (open_include_file): New function.
2814 (find_include_file, cpp_read_file): Use it.
2816 2000-03-15 Jason Merrill <jason@casey.cygnus.com>
2818 * cpphash.c (dump_hash_helper): Take the slot, not the element.
2820 Wed Mar 15 14:28:54 2000 Jason Eckhardt <jle@cygnus.com>
2822 * flow.c (verify_flow_info): Check for unconditional return.
2824 Wed Mar 15 11:34:27 2000 Jim Wilson <wilson@cygnus.com>
2826 * config/ia64/ia64.md (restore_stack_nonlocal): New.
2827 * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
2828 (__ia64_restore_stack_nonlocal): New.
2829 * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
2831 2000-03-15 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
2833 * cpphash.c (collect_formal_parameters): Do not complain about
2834 parameter names that just start with `__VA_ARGS__'.
2836 Wed Mar 15 13:26:58 MET 2000 Jan Hubicka <jh@suse.cz>
2838 * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
2839 movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
2840 * i386.c (pentiumpro_cost): Set mul cost to 4.
2841 (x86_use_movx): Set for PPro.
2843 Wed Mar 15 13:07:05 MET 2000 Jan Hubicka <jh@suse.cz>
2845 * i386.md (ix86_compute_frame_size): stack_alignment_needed is
2846 STACK_BOUNDARY for empty frames now.
2848 2000-03-14 Mark Mitchell <mark@codesourcery.com>
2850 * stor-layout.c (layout_union): Remove.
2851 (layout_union_field): New function, split out from layout_union.
2852 (finish_union_layout): Likewise.
2853 (layout_field): Handle unions by calling layout_union_field.
2854 (finish_record_layout): Handle unions.
2855 (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
2856 QUAL_UNION_TYPE handling.
2858 Wed Feb 23 13:00:06 CET 2000 Jan Hubicka <jh@suse.cz>
2860 * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
2861 end of basic block is jump_insn, not barrier; use create_basic_block
2862 instead of creating basic block by hand.
2864 2000-03-14 Jason Eckhardt <jle@cygnus.com>
2866 * flow.c (reorder_basic_blocks): Account for barriers when writing
2867 over NEXT_INSN (last_bb->end).
2868 (verify_flow_info): Add check for missing barriers.
2870 2000-03-14 Greg McGary <gkm@gnu.org>
2872 * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
2873 * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
2874 * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
2875 __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
2876 __unbounded, __unbounded__): New keywords.
2877 * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
2878 * c-parse.y, c-parse.c, c-parse.h: Regenerate.
2879 * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
2881 2000-03-14 Bernd Schmidt <bernds@cygnus.co.uk>
2883 * cselib.h: New file.
2884 * alias.c: Include "cselib.h".
2885 (fixed_scalar_and_varying_struct_p): Accept the addresses of the
2886 MEMs as two new arguments.
2887 (get_addr): New static function.
2888 (find_base_term): Handle VALUEs.
2889 (memrefs_conflict_p): Likewise.
2890 (true_dependence): Call get_addr on the addresses.
2891 Call fixed_scalar_and_varying_struct_p with addresses that have been
2892 passed through get_addr and canon_rtx.
2893 (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
2894 with true_dependence.
2895 Call get_addr on the addresses; don't call canon_rtx on the MEMs.
2896 * loop.c: Include "cselib.h".
2897 (load_mems): Process extended basic block that enters the loop with
2898 cselib. Use that information to change initialization of the shadow
2899 register so that a constant equivalence is seen by later passes.
2900 * reload1.c: Include "cselib.h".
2901 (reload_cse_invalidate_regno): Delete function.
2902 (reload_cse_mem_conflict_p): Likewise.
2903 (reload_cse_invalidate_mem): Likewise.
2904 (reload_cse_invalidate_rtx): Likewise.
2905 (reload_cse_regno_equal_p): Likewise.
2906 (reload_cse_check_clobber): Likewise.
2907 (reload_cse_record_set): Likewise.
2908 (reg_values): Delete static variable.
2909 (invalidate_regno_rtx): Likewise.
2910 (reload_cse_delete_noop_set): New static function.
2911 (reload_cse_simplify): New static function, broken out of
2913 (reload_cse_noop_set_p): Delete unused argument INSN.
2914 Just call rtx_equal_for_cselib_p on set source and destination.
2915 (reload_cse_regs_1): Break out some code into reload_cse_simplify and
2916 reload_cse_delete_noop_set. Delete code to keep track of values; use
2917 cselib functions instead. Delete code to push/pop obstacks.
2918 (reload_cse_simplify_set): Use cselib to find equivalent values.
2919 Delete code to push/pop obstacks.
2920 (reload_cse_simplify_operands): Likewise.
2921 * rtl.def (VALUE): New rtx code.
2922 * rtl.h (union rtunion_def): New elt rt_cselib.
2923 (X0CSELIB, CSELIB_VAL_PTR): New macros.
2924 * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
2925 (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
2926 unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
2927 discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
2928 hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
2929 cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
2930 cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
2931 cselib_record_set, cselib_record_sets): New static functions.
2932 (cselib_lookup, cselib_update_varray_sizes, cselib_init,
2933 cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
2934 references_value_p): New functions.
2935 (MAX_USELESS_VALUES, REG_VALUES): New macros.
2936 (table, cselib_current_insn, next_unknown_value, cselib_nregs,
2937 n_useless_values, reg_values, callmem, cselib_obstack,
2938 cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
2939 New static variables.
2940 * varray.h (union varray_data_tag): New elt te.
2941 (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
2942 * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
2945 2000-03-14 Nick Clifton <nickc@cygnus.com>
2947 * gcc.c (do_spec_1): Catch the case where %* is used in a
2948 substitution pattern, but it has not been initialised.
2949 Issue a meaningful error message if an unrecognised operator
2950 is encountered in a spec string.
2952 2000-03-14 Richard Earnshaw <rearnsha@arm.com>
2954 * function.c (prepare_function_start): Correctly initialize
2955 cfun->stack_alignment_needed.
2957 2000-03-14 Zack Weinberg <zack@wolery.cumb.org>
2959 * cppfiles.c (find_include_file): Don't assume nshort is a
2962 Tue Mar 14 08:42:21 2000 Jeffrey A Law (law@cygnus.com)
2964 * configure.in (hppa configurations): Add pa32-regs.h to the
2965 list of tm files as appropriate.
2966 * configure: Rebuilt.
2967 * pa.c (compute_frame_size): Remove explicit knowledge about FP
2969 (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
2970 (fmpyaddoperands, fmpysuboperands): Likewise.
2971 * pa.h: Remove various definitions which depend on knowing
2972 how registers are numbered.
2973 * pa32-regs.h: New file with PA32 register numbering specific
2976 2000-03-14 Richard Henderson <rth@cygnus.com>
2978 * regmove.c (combine_stack_adjustments): New.
2979 (stack_memref_p, single_set_for_csa): New.
2980 (free_csa_memlist, record_one_stack_memref): New.
2981 (try_apply_stack_adjustment): New.
2982 (combine_stack_adjustments_for_block): New.
2983 * rtl.h (combine_stack_adjustments): Declare.
2984 * toplev.c (rest_of_compilation): Call it.
2986 * i386.md: Revert 2000-01-16 change.
2988 2000-03-14 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2990 * gccbug.in: Add web category, gcc specific classes.
2992 2000-03-14 Nathan Sidwell <nathan@codesourcery.com>
2994 * stor-layout.c (finalize_record_size): Fix typo.
2996 2000-03-14 Stan Shebs <shebs@apple.com>
2998 * c-typeck.c (c_alignof): Error on incomplete types.
2999 * extend.texi (Alignment): Document this.
3001 2000-03-13 Zack Weinberg <zack@wolery.cumb.org>
3003 * cppfiles.c: Include mkdeps.h.
3004 (find_include_file, read_include_file): Remove _cpp_ prefix
3005 from name, make static.
3006 (_cpp_execute_include): New function, broken out of
3009 * cpplib.c: Don't include mkdeps.h.
3010 (struct directive): Remove type field. Reorder entries. The
3011 function takes only one argument.
3012 (struct if_stack): Make type field an int.
3013 (directive_table): Rename to dtable. Generate it, the
3014 prototypes of the directive handlers, and the enum for the
3015 directive numbers, from a template macro.
3016 (do_ifndef, do_include_next, do_import): New functions.
3017 (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
3018 do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
3019 do_ident, do_assert, do_unassert, do_sccs): Take only one
3021 (do_sccs): Define always, but alter behavior based on
3023 (_cpp_handle_directive, consider_directive_while_skipping):
3024 Restructure for new directive table layout.
3026 (pass_thru_directive): Take a directive number, not a pointer
3027 to a struct directive.
3028 (parse_include): New function, broken out of do_include.
3029 (do_include, do_import, do_include_next): Use parse_include
3030 and _cpp_execute_include.
3031 (do_elif, do_else): Test for T_ELSE specifically when checking
3032 for #elif/#else after #else.
3033 (parse_ifdef): New function, broken out of do_ifdef.
3034 (validate_else): Expect a name arg without a leading #.
3035 (if_directive_name): Delete.
3036 (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
3037 directive handlers with only one argument.
3039 * cpphash.h: Update prototypes.
3040 (enum node_type): Remove entries for directives.
3041 * Makefile.in: Update dependencies.
3043 * cpphash.c (dump_hash_helper): Only dump nodes of type
3044 T_MACRO. Emit a newline after each definition.
3046 2000-03-14 Martin v. Löwis <loewis@informatik.hu-berlin.de>
3048 * gccbug.in: New file.
3049 * configure.in (all_outputs): Add gccbug.
3050 * Makefile.in (install-common): Install gccbug.
3051 (GCCBUG_INSTALL_NAME): New variable.
3052 * configure: Rebuilt.
3054 2000-03-13 Jason Merrill <jason@casey.cygnus.com>
3056 * function.c (put_var_into_stack): Use type_for_mode to calculate
3057 part_type. Use MEM_SET_IN_STRUCT_P.
3058 * expr.c (store_field): Handle CONCAT.
3059 (store_constructor): Use fields_length.
3060 * tree.c (fields_length): New fn.
3061 * tree.h: Declare it.
3063 2000-03-13 Zack Weinberg <zack@wolery.cumb.org>
3065 * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
3066 (cpplex.o): New target.
3067 * po/POTFILES.in: Add cpplex.c.
3069 * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
3070 cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
3071 cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
3072 skip_block_comment, skip_line_comment, skip_comment,
3073 copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
3074 _cpp_parse_name, skip_string, parse_string,
3075 _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
3076 _cpp_get_directive_token, find_position,
3077 _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
3078 (maybe_macroexpand, _cpp_lex_token): New functions.
3080 * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
3081 parse_goto_mark): Delete.
3082 (_cpp_handle_eof): New function.
3083 (_cpp_handle_directive): Rename from handle_directive.
3084 (_cpp_output_line_command): Rename from output_line_command.
3085 (do_if, do_elif): Call _cpp_parse_expr directly.
3086 * cppfiles.c (_cpp_read_include_file): Don't call
3087 init_input_buffer here.
3088 * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
3089 * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
3090 here; pop the token_buffer and skip the rest of the line here.
3091 * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
3094 * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
3096 (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
3097 CPP_GOTO_MARK): New macros.
3098 (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
3099 _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
3100 _cpp_read_and_prescan, _cpp_init_input_buffer,
3101 _cpp_grow_token_buffer, _cpp_get_directive_token,
3102 _cpp_handle_directive, _cpp_handle_eof,
3103 _cpp_output_line_command): Prototype them here.
3104 * cpplib.h (enum cpp_token): Add CPP_MACRO.
3105 (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
3106 quote_string, output_line_command): Remove.
3108 2000-03-13 Bernd Schmidt <bernds@cygnus.co.uk>
3110 * stmt.c (expand_end_case): RANGE may be signed, and when checking
3111 whether it is too large we must also verify that it isn't negative.
3113 2000-03-13 Jakub Jelinek <jakub@redhat.com>
3115 * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
3116 (movsi_zero_liveg0): Remove.
3117 (movsf_insn_novis_liveg0): Remove.
3119 (negsi2_not_liveg0): Rename to negsi2.
3120 (one_cmplsi2): Remove.
3121 (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
3122 (one_cmplsi2_liveg0): Remove.
3123 * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
3124 MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
3125 (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
3126 (PREDICATE_CODES): Remove zero_operand.
3127 * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
3128 TARGET_BROKEN_SAVERESTORE.
3129 (zero_operand): Remove.
3130 * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
3131 -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
3133 (SUBTARGET_OVERRIDE_OPTIONS): Remove.
3134 * config/sparc/linux-aout.h (TARGET_LIVE_G0,
3135 TARGET_BROKEN_SAVERESTORE): Remove.
3136 * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
3138 * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
3140 * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
3143 * config/sparc/sparc.md (return_df_no_fpu): New pattern.
3145 2000-03-13 Zack Weinberg <zack@wolery.cumb.org>
3147 * cpplib.c (do_pragma_implementation): Fix off-by-one error
3148 truncating a string. Don't assume tokens are nul terminated.
3149 Problem noted by Andreas Jaeger <aj@suse.de>
3151 2000-03-13 Jason Merrill <jason@casey.cygnus.com>
3153 * dwarf2out.c (add_name_and_src_coords_attributes): Only add
3154 DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
3155 (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
3157 2000-03-13 Richard Earnshaw <rearnsha@arm.com>
3159 * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
3160 STRUCTURE_SIZE_BOUNDARY.
3162 2000-03-13 Mark Mitchell <mark@codesourcery.com>
3164 * tree.h (record_layout_info_s): New structure.
3165 (record_layout_info): New type.
3166 (new_record_layout_info): New function.
3167 (layout_field): Likewise.
3168 (finish_record_layout): Likewise.
3169 * stor-layout.c (layout_record): Remove.
3170 (new_record_layout_info): New function.
3171 (layout_field): New function, broken out from layout_record.
3172 (finalize_record_size): Likewise.
3173 (compute_record_mode): Likewise.
3174 (finalize_type_size): New function, broken out from layout_type.
3175 (finish_record_layout): Likewise.
3176 (layout_type): Use them.
3178 2000-03-12 Zack Weinberg <zack@wolery.cumb.org>
3180 * cpphash.c: Don't include version.h.
3181 (special_symbol) [case T_VERSION]: Look for the string in
3182 hp->value.cpval; don't use version_string.
3183 * cppinit.c (initialize_builtins): Set hp->value.cpval for
3184 __VERSION__ to version_string.
3185 * Makefile.in (cpphash.o): Update deps.
3187 2000-03-12 Zack Weinberg <zack@wolery.cumb.org>
3189 Convert cpplib to use libiberty/hashtab.c.
3191 * cpplib.h (struct cpp_reader): Make hashtab and
3192 all_include_files of type 'struct htab *'. Delete HASHSIZE
3193 and ALL_INCLUDE_HASHSIZE macros.
3195 * cpphash.h: Update prototypes.
3196 (struct hashnode): Remove next, prev, and bucket_hdr members.
3197 Make length a size_t. Add hash member.
3198 (struct ihash): Remove next member. Add hash member. Make
3199 name a flexible array member.
3201 * cppfiles.c: Include hashtab.h.
3202 (include_hash): Delete.
3203 (IHASHSIZE): New macro.
3204 (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
3205 (cpp_included): Do the hash lookup here.
3206 (_cpp_find_include_file): Rewrite.
3207 (cpp_read_file): Put the "fake" hash entry into the hash
3208 table. Honor the control_macro, if it turns out we've seen
3209 the file before. Don't push the buffer here.
3210 (_cpp_read_include_file): Push the buffer here.
3211 (OMODES): New macro. Use it whenever we call open(2).
3213 * cpphash.c: Include hashtab.h.
3214 (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
3215 _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
3216 _cpp_lookup_slot): New functions.
3217 (HASHSIZE): new macro.
3218 (hashf, _cpp_install, _cpp_delete_macro): Delete.
3219 (_cpp_lookup): Use hashtab.h routines.
3221 * cppinit.c: Include hashtab.h.
3222 (cpp_reader_init): Call _cpp_init_macro_hash and
3223 _cpp_init_include_hash. Don't allocate hashtab directly.
3224 (cpp_cleanup): Just call htab_delete on pfile->hashtab and
3225 pfile->all_include_files.
3226 (initialize_builtins): Use _cpp_make_hashnode and
3227 htab_find_slot to add hash entries.
3228 (cpp_finish): Just call _cpp_dump_macro_hash.
3229 * cpplib.c: Include hashtab.h.
3230 (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
3231 create hash entries.
3232 (do_pragma_poison, do_assert): Likewise.
3233 (do_include): Don't push the buffer here. Don't increment
3234 system_include_depth unless _cpp_read_include_file succeeds.
3235 (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
3237 (do_pragma_implementation): Use alloca to create copy.
3239 * Makefile.in: Update dependencies.
3241 2000-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3243 * cppinit.c (cl_directive_handler): More K&R fixing.
3245 Sat Mar 11 23:54:26 2000 Jim Wilson <wilson@cygnus.com>
3247 * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
3249 * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
3251 2000-03-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3253 * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
3254 Change from char[] to macros.
3256 2000-03-12 Neil Booth <NeilB@earthling.net>
3258 * cppinit.c (cpp_start_read): Update indirect function
3261 Sat Mar 11 16:18:12 2000 Jim Wilson <wilson@cygnus.com>
3263 * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
3266 * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
3267 config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
3269 2000-03-11 Neil Booth <NeilB@earthling.net>
3271 * cppinit.c (struct pending option): Replace undef with a
3272 pointer to a directive handling routine.
3273 (struct cpp_pending): Replace separate assert_ and define_
3274 lists with one directive_ list.
3275 (new_pending_define): Rename new_pending_directive. Extra
3276 argument is the directive's handling routine.
3277 (handle_option): Update to use new_pending_directive.
3279 2000-03-11 Neil Booth <NeilB@earthling.net>
3281 * cppfiles.c (file_cleanup, _cpp_find_include_file,
3282 remap_filename, _cpp_read_include_file, actual_directory,
3283 hack_vms_include_specification): Replace bcopy(), index() etc
3284 calls. Add casts to some allocations. Make some variables
3285 pointers to const [unsigned] char.
3286 * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
3287 collect_formal_parameters): Similarly.
3288 * cppinit.c (struct pending_option, append_include_chain,
3289 cpp_options_init, cpp_reader_init, initialize_standard_includes,
3290 cpp_start_read, new_pending_define, handle_option): Similarly.
3291 * cpplib.c (cpp_define, copy_comment, do_define, do_include,
3292 do_undef, do_error, do_warning, do_pragma, do_pragma_once,
3293 do_pragma_implementation, detect_if_not_defined,
3294 do_ifdef, skip_if_group, cpp_get_token, parse_string,
3295 do_assert, do_unassert): Similarly.
3296 * cpplib.h (cpp_buffer, cpp_options): Update types. Update
3297 function prototypes.
3298 * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.
3300 2000-03-10 Richard Henderson <rth@cygnus.com>
3302 * builtins.c (expand_builtin_strlen): Revert last change.
3303 Use emit_insn_before if we're at the beginning of a sequence.
3305 2000-03-10 Jason Merrill <jason@casey.cygnus.com>
3307 * builtins.c (expand_builtin_strlen): Make sure that we have something
3308 at the beginning of the sequence.
3310 * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
3313 * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
3315 2000-03-10 Richard Henderson <rth@cygnus.com>
3317 * except.c (can_throw): Use INTVAL on a CONST_INT.
3318 (reachable_handlers): Likewise.
3319 * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
3321 2000-03-10 Andreas Jaeger <aj@suse.de>
3323 * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
3324 MD_STARTFILE_PREFIX since those are not needed on linux.
3325 (ASM_FILE_START): New, from mips/gnu.h.
3327 2000-03-09 Richard Henderson <rth@cygnus.com>
3328 Alex Samuel <samuel@codesourcery.com> and others
3330 * Makefile.in (ssa.o): New rule.
3332 (STAGESTUFF): Add *.ssa and *.ussa.
3333 (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
3334 * rtl.def (PHI): New RTL expression.
3335 * rtl.h (clear_log_links): New declaration.
3336 (convert_to_ssa): Likewise.
3337 (convert_from_ssa): Likewise.
3338 * flow.c (split_edge): If the entry node falls through to the
3339 split edge's source block, split the entry edge.
3340 (clear_log_links): New function.
3341 * toplev.c (ssa_dump): New variable.
3342 (flag_ssa): Likewise.
3343 (f_options): Add "ssa".
3344 (compile_file): Create SSA dump files.
3345 (rest_of_compilation): Go to and from SSA if enabled.
3346 (decide_d_option): Handle -de for SSA dump files.
3349 Thu Mar 9 20:01:38 2000 Jim Wilson <wilson@cygnus.com>
3351 * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
3354 2000-03-09 Benjamin Kosnik <bkoz@cygnus.com>
3356 * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
3358 Thu Mar 9 18:10:02 2000 Jeffrey A Law (law@cygnus.com)
3360 * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
3361 (MD_STARTFILE_PREFIX_1): New macro.
3363 2000-03-09 Robert Lipe <robertl@sco.com>
3365 * config/ia64/ia64.c: Include system.h.
3367 2000-03-09 Jason Merrill <jason@casey.cygnus.com>
3369 * except.c (nothrow_function_p): If -fno-exceptions, just return.
3370 (init_eh_nesting_info): Likewise.
3372 * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
3373 (TREE_NOTHROW): Rename from TREE_RAISES.
3374 * toplev.c (rest_of_compilation): Set it.
3375 * print-tree.c (print_node): Adjust.
3376 * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
3377 (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
3378 * calls.c (emit_call_1): Add 'nothrow' parm. Add
3379 REG_EH_REGION note as appropriate.
3380 (libfunc_nothrow): New fn.
3381 (emit_library_call, emit_library_call_value): Use it.
3382 (expand_call): Check TREE_NOTHROW.
3384 * varasm.c (make_decl_rtl): Skip initial '*' when setting
3385 DECL_ASSEMBLER_NAME.
3387 2000-03-09 Andreas Jaeger <aj@suse.de>
3389 * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
3390 (TARGET_MEM_FUNCTIONS): Define.
3392 2000-03-09 Jason Merrill <jason@casey.cygnus.com>
3394 * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
3396 * except.c (can_throw): See through a SEQUENCE.
3397 (nothrow_function_p): New fn.
3398 * except.h: Declare it.
3399 * function.c (current_function_nothrow): New var.
3400 (prepare_function_start): Initialize it.
3401 * output.h: Declare it.
3402 * toplev.c (rest_of_compilation): Set it.
3403 * dwarf2out.c (dwarf2out_begin_prologue): Use it.
3405 2000-03-09 Zack Weinberg <zack@wolery.cumb.org>
3407 * cpphash.c (collect_formal_parameters): strncmp returns 0 for
3408 match. (cpp_compare_defs): Count the nul separator when
3409 advancing over argument names.
3411 2000-03-09 Bernd Schmidt <bernds@cygnus.co.uk>
3413 * recog.c (preprocess_constraints): Matching constraints affect
3414 same alternative/different operand, not same operand/different
3417 * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
3418 register and a constant specially.
3420 2000-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3422 * libgcc2.h: New file.
3423 * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
3425 Wed Mar 8 16:19:42 2000 Jim Wilson <wilson@cygnus.com>
3427 * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
3428 * configure: Regenerate.
3431 2000-03-08 Zack Weinberg <zack@wolery.cumb.org>
3433 * Makefile.in (LIBCPP_DEPS): New macro.
3434 (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
3436 * cpperror.c: Include cpphash.h.
3437 * cppexp.c: Include cpphash.h. Remove MULTIBYTE_CHARS
3439 (lex): Don't use CPP_WARN_UNDEF.
3440 (_cpp_parse_expr): Return an int, the truth value.
3441 * cppfiles.c: Include cpphash.h.
3442 (_cpp_merge_include_chains): Move to cppinit.c and make static.
3443 * cppinit.c (include_defaults_array): Disentangle.
3444 (cpp_cleanup): Don't free the if stack here.
3445 (cpp_finish): Pop off all buffers, not just one.
3446 * cpplib.c (eval_if_expr): Return int.
3447 (do_xifdef): Rename do_ifdef.
3448 (handle_directive): Don't use CPP_PREPROCESSED.
3449 (cpp_get_token): Don't use CPP_C89.
3450 * fix-header.c: Don't use CPP_OPTIONS.
3452 * cpplib.h: Move U_CHAR, enum node_type, struct
3453 file_name_list, struct ihash, is_idchar, is_idstart,
3454 is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
3455 CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
3456 CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
3457 CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
3458 CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
3459 of _cpp_simplify_pathname, _cpp_find_include_file,
3460 _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
3461 Move struct if_stack to cpplib.c. Move struct cpp_pending to
3463 Change all uses of U_CHAR to be unsigned char instead.
3464 Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
3466 2000-03-08 Jason Merrill <jason@casey.cygnus.com>
3468 * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
3469 (dwarf2out_begin_prologue): Set it.
3470 (output_call_frame_info): Don't emit EH unwind info for leaves.
3472 * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
3473 can occur outside of an EH region.
3474 * except.c: Correct comments about rethrow behavior.
3475 (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
3477 2000-03-08 Andrew MacLeod <amacleod@cygnus.com>
3479 * flow.c (make_edges): Always call make_eh_edge for calls.
3481 2000-03-08 Zack Weinberg <zack@wolery.cumb.org>
3483 * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
3484 (struct cpp_buffer): Remove fname and underflow fields.
3485 (struct cpp_reader): Remove get_token field.
3486 (struct include_hash): Rename to struct ihash. Add typedef to
3488 (struct if_stack): Remove fname field.
3489 (IF_STACK_FRAME): Rename to IF_STACK.
3491 * cpperror.c (print_containing_files): Trust that there are no
3492 macro buffers below the top file buffer.
3493 * cppfiles.c: Replace all references to 'struct include_hash'
3494 with 'IHASH'. Rename initialize_input_buffer to
3495 init_input_buffer. Don't set or reference cpp_buffer->fname,
3496 use buffer->ihash->name instead.
3497 * cpphash.c (special_symbol): Use cpp_file_buffer. Use NULL
3498 not CPP_NULL_BUFFER.
3499 * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
3500 IF_STACK_FRAME, IHASH not struct include_hash.
3501 * cpplib.c: Rename eval_if_expression to eval_if_expr. Remove
3502 null_underflow. Use IF_STACK not IF_STACK_FRAME, IHASH not
3503 struct include_hash, NULL not CPP_NULL_BUFFER. Remove all
3504 references to cpp_buffer->fname (delete entirely, or use
3505 ->ihash->name instead) and IF_STACK->fname.
3506 (cpp_push_buffer): Don't set new->underflow.
3507 (do_include): Use cpp_file_buffer.
3509 * cpphash.c (collect_formal_parameters): Remove duplicate
3510 increment of argslen. Pedwarn in C99 mode if __VA_ARGS__ is
3511 used as a macro argument name. Don't append "..." to namebuf
3512 for varargs macros. After we're done scanning, go through
3513 namebuf and make it NUL separated, not comma separated.
3514 (_cpp_compare_defs): Remove register tag from variables.
3515 Expect defn->argnames to be NUL separated.
3516 (_cpp_dump_definition): Expect defn->argnames to be NUL
3517 separated and in forward order.
3518 * cpphash.h: Update documentation of argnames field.
3520 2000-03-08 Richard Henderson <rth@cygnus.com>
3522 * builtins.c (expand_builtin_strlen): Be prepared for strlensi
3523 to fail. Don't pre-expand the source operand.
3525 * i386.md (strlensi): Initialize eoschar and align before use.
3527 2000-03-08 Jason Merrill <jason@casey.cygnus.com>
3529 * expr.c (expand_expr, case ARRAY_REF): Still check for missing
3530 CONSTRUCTOR element.
3532 2000-03-08 Gavin Romig-Koch <gavin@cetus.cygnus.com>
3534 * mips.c (mips_expand_prologue): If the last
3535 named argument is the vararg marker "va_list", treat it as
3536 an unnamed argument.
3538 2000-03-08 Clinton Popetz <cpopetz@cygnus.com>
3540 * dbxout.c (dbxout_parms): When correcting for promoted
3541 big-endian parameters, use the mode of the DECL_RTL rather
3542 than UNITS_PER_WORD.
3544 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
3546 * c-common.h (make_fname_decl): Declare.
3547 * c-common.c (make_fname_decl): Define.
3548 (declare_hidden_char_array): Remove.
3549 (declare_function_name): Use make_fname_decl.
3550 * c-decl.c (c_make_fname_decl): New function.
3551 (init_decl_processing): Set make_fname_decl.
3553 Tue Mar 7 23:50:31 2000 Jeffrey A Law (law@cygnus.com)
3555 * cccp.c (handle_directive): Initialize backslash_newlines_p.
3557 2000-03-07 Philipp Thomas <pthomas@suse.de>
3559 * po/POTFILES.in: Remove cppalloc.c from file list.
3561 2000-03-07 Steve Chamberlain <sac@pobox.com>
3563 * pj.c (pj_expand_prologue): current_function->args_info is
3564 now current_function_args_info.
3566 * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
3567 LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
3568 ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
3570 2000-03-08 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3572 * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
3573 output as hexadecimal rather than the default octal.
3575 2000-03-07 Zack Weinberg <zack@wolery.cumb.org>
3577 * cpphash.c (special_symbol): Fix thinko in previous commit.
3579 2000-03-07 Neil Booth <NeilB@earthling.net>
3581 * cppexp.c (struct operation, left_shift, right_shift,
3582 cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
3583 "int"s to "unsigned int"s.
3584 * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
3586 * cpplib.h: Update for above.
3587 * mkdeps.c (deps_init, deps_calc_target): Cast pointers
3588 returned from allocations.
3590 * cppinit.c (opt_comp, parse_options): New functions.
3591 (handle_option): Use parse_option to parse a single command
3592 line option, that possibly takes an argument.
3593 (cpp_handle_options): Sort the array of command line options on
3594 first invocation (non-ASCII hosts only).
3595 (print_help): Update.
3597 2000-03-07 Zack Weinberg <zack@wolery.cumb.org>
3599 * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
3600 backslash counting loops. Problem noted by Matt Kraai <kraai@ghs.com>.
3602 * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
3604 * cppinit.c (cpp_cleanup): Free imp->nshort also.
3606 * cpperror.c (cpp_print_containing_files,
3607 cpp_print_file_and_line, v_cpp_message): Rename to
3608 print_containing_files, print_file_and_line, and v_message.
3609 * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
3610 to _cpp_parse_expr, parse_escape, and lex.
3611 (parse_charconst): Remove broken multibyte support.
3612 * cppfiles.c (include_hash): Make static.
3613 (cpp_included): New function.
3614 (merge_include_chains, find_include_file, finclude,
3615 simplify_pathname): Rename to _cpp_merge_include_chains,
3616 _cpp_find_include_file, _cpp_read_include_file, and
3617 _cpp_simplify_pathname.
3618 * cpphash.c (cpp_lookup, free_definition, delete_macro,
3619 cpp_install, create_definition, macroexpand, compare_defs,
3620 dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
3621 _cpp_delete_macro, _cpp_install, _cpp_create_definition,
3622 _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
3623 * cppinit.c (cpp_handle_option): Rename to handle_option, make
3625 * cpplib.c: Remove extern prototype of cpp_parse_expr.
3627 * cpphash.h: Update prototypes.
3628 * cpplib.h: Likewise. Prototype _cpp_parse_expr here.
3630 2000-03-07 Andrew Haley <aph@cygnus.com>
3632 * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
3633 PTRDIFF_TYPE should be based solely on Pmode.
3636 2000-03-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3638 * rtl.h (rtunion_def): Constify member `rtstr'.
3639 (emit_line_note_after, emit_line_note, emit_line_note_force,
3640 emit_note, decode_asm_operands): Constify.
3642 * cse.c (canon_hash): Likewise.
3644 * dbxout.c (dbxout_block): Likewise.
3646 * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
3647 v_warning_for_asm): Likewise.
3649 * dwarfout.c (function_start_label): Likewise.
3651 * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
3652 emit_line_note_force): Likewise.
3654 * final.c (last_filename, asm_insn_count, final_scan_insn,
3655 output_source_line): Likewise.
3657 * function.h (struct emit_status): Likewise.
3659 * gcse.c (hash_expr_1): Likewise.
3661 * genattr.c (gen_attr, main): Likewise.
3663 * genattrtab.c (struct function_unit, current_alternative_string,
3664 write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
3665 attr_numeral, check_attr_test, check_attr_value,
3666 convert_set_attr_alternative, convert_set_attr,
3667 compute_alternative_mask, simplify_by_exploding, gen_attr,
3668 gen_unit): Likewise.
3670 * genflags.c (gen_insn): Likewise.
3672 * gengenrtl.c (type_from_format): Likewise.
3674 * genopinit.c (gen_insn): Likewise.
3676 * genoutput.c (n_occurrences, process_template, process_template):
3679 * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
3682 * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
3685 * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
3686 ggc_set_mark, ggc_get_size): Likewise.
3688 * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
3690 * optabs.c (init_one_libfunc): Likewise.
3692 * output.h (assemble_start_function): Likewise.
3694 * recog.c (decode_asm_operands): Likewise.
3696 * toplev.c (rest_of_compilation): Likewise.
3698 * tree.h (emit_line_note_after, emit_line_note,
3699 emit_line_note_force): Likewise.
3701 * varasm.c (asm_output_bss, asm_output_aligned_bss,
3702 asm_emit_uninitialised, assemble_start_function,
3703 assemble_variable, const_hash, compare_constant_1,
3704 find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
3706 * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
3708 * alpha/alpha.md (call_vms, call_value_vms): Likewise.
3710 * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
3712 * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
3714 * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
3715 arm_dllimport_name_p): Likewise.
3717 * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
3720 * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
3722 * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
3724 * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
3725 arm_mark_dllexport, arm_mark_dllimport,
3726 arm_pe_encode_section_info): Likewise.
3728 * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
3729 ASM_FINISH_DECLARE_OBJECT): Likewise.
3731 * arm/thumb.c (thumb_function_prologue): Likewise.
3733 * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
3735 * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
3737 * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
3739 * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
3741 * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
3743 * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
3745 * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
3746 ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
3748 * i386/i386-protos.h (asm_output_function_prefix): Likewise.
3750 * i386/i386.c (asm_output_function_prefix): Likewise.
3752 * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
3754 * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
3756 * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
3758 * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
3759 ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
3760 ASM_OUTPUT_SECTION_NAME): Likewise.
3762 * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
3764 * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
3766 * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
3768 * m32r/m32r.c (m32r_encode_section_info): Likewise.
3770 * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
3772 * mcore/mcore.c (mcore_encode_section_info): Likewise.
3774 * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
3776 * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
3778 * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
3780 * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
3782 * mips/mips.md (movdi, movsi): Likewise.
3784 * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
3786 * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
3788 * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
3790 * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
3791 ASM_OUTPUT_ASCII): Likewise.
3793 * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
3794 output_mi_thunk, output_toc): Likewise.
3796 * rs6000/rs6000.md (movsi): Likewise.
3798 * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
3800 * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
3802 * v850/v850.c (print_operand, print_operand_address,
3803 v850_encode_data_area): Likewise.
3805 2000-03-07 Clinton Popetz <cpopetz@cygnus.com>
3807 * config/mips/mips.md (zero_extendsidi2): Always force operand
3808 one to memory for mips16.
3810 Mon Mar 6 15:22:29 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3812 * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
3813 (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
3814 (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
3815 (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
3816 (min_precision): Result is unsigned.
3817 (add_double, neg_double, mul_double): Low word is unsigned.
3818 (lshift_double, rshift_double, lrotate_double): Likewise.
3819 (rrotate_double, div_and_round_double): Likewise.
3820 (tree_floor_log2, compare_tree_int): New functions.
3821 (preserve_rtl_expr_temps): New declaration.
3822 * c-common.c (declare_hidden_char_array): Use compare_tree_int.
3823 (decl_attributes): Use tree_log2 to find alignment.
3824 Check for TREE_INT_CST_HIGH for format args.
3825 (min_precision): Now unsigned.
3826 Use tree_floor_log2.
3827 (truthvalue_conversion): Delete long-disabled code.
3828 * c-decl.c (finish_struct): Clean up tests on field width.
3829 (finish_function): Use compare_tree_int.
3830 * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
3831 * c-typeck.c (comptypes): Use tree_int_cst_equal.
3832 (default_conversion, digest_init): Use compare_tree_int.
3833 (build_binary_op): Use integer_all_onesp and compare_tree_int.
3834 Fix type errors in forming masks.
3835 * calls.c (initialize_argument_information): Use compare_tree_int.
3836 * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
3837 * except.c (expand_eh_region_start_tree): Use compare_tree_int.
3838 * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
3839 (store_field): Use compare_tree_int.
3840 (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
3841 (expand_expr, case ARRAY_REF): Use compare_tree_int.
3842 (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
3843 (do_store_flag): Use compare_tree_int.
3844 * fold-const.c (encode, decode): Low part is always unsigned.
3845 (force_fit_type, add_double, neg_double, mul_double): Likewise.
3846 (lshift_double, rshift_double, lrotate_double): Likewise.
3847 (rrotate_double, div_and_round_double, int_const_binop): Likewise.
3848 (fold_convert): Use compare_tree_int.
3849 (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
3850 (invert_truthvalue, case INTEGER_CST): Likewise.
3851 (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
3852 * mkdeps.c (deps_dummy_targets): Make I unsigned.
3853 * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
3854 (lshift_double, rshift_double, lrotate_double, rrotate_double):
3856 * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
3857 (expand_end_case): Use compare_tree_int.
3858 (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
3859 * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
3860 (layout_decl): Likewise.
3861 (layout_record, layout_union): Make sizes unsigned.
3862 (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
3863 (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
3864 * tree.c (struct type_hash): hashcode is unsigned.
3865 (build_type_attribute_variant, type_hash_list): Likewise.
3866 (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
3867 (attribute_hash_list, build_array_type, build_method_type): Likewise.
3868 (build_complex_type): Likewise.
3869 (real_value_from_int_cst): Remove unneeded casts.
3870 (integer_all_onesp): Add casts.
3871 (tree_floor_log2, compare_tree_int): New functions.
3872 (build_index_type): Use tree_int_cst_sgn.
3873 * varasm.c (assemble_variable): Use compare_tree_int.
3875 2000-03-06 Jason Merrill <jason@casey.cygnus.com>
3877 * cpphash.c (collect_expansion): Also catch ## at start of macro.
3879 * varasm.c (make_decl_rtl): Don't add a number to members of
3881 (make_function_rtl): Likewise.
3883 2000-03-06 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3885 * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
3886 patch from 2000-01-28.
3888 2000-03-06 Clinton Popetz <cpopetz@cygnus.com>
3890 * config/sh/sh.c: (barrier_align): Handle a delay slot that is
3891 filled with an insn from the jump target.
3893 2000-03-07 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3895 * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
3896 (c4x_external_ref): Likewise.
3897 * config/c4x/c4x.c (struct name_list): Likewise.
3899 1999-12-16 Ben Collins <bcollins@debian.org>
3901 * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
3902 argument to genmultilib.
3903 * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
3904 the contents into the multilib.h header.
3905 * gcc.c: Declare multilib_exclusions for the specs file.
3906 (set_multilib_dir): Use it.
3907 (print_multilib_info): Likewise.
3908 * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
3909 to pass to genmultilib.
3911 2000-03-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3913 * builtins.c (built_in_class_names, built_in_names): Constify a
3916 * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
3918 (_mcleanup): Ensure value matches format specifier in sprintf.
3920 * cpphash.c (special_symbol): Don't needlessly cast away
3923 * cppinit.c (base_name): Delete unused prototype.
3925 * mkdeps.c (deps_init): Make definition K&R safe.
3927 * tree.h (built_in_class_names, built_in_names): Constify a
3930 2000-03-06 Jakub Jelinek <jakub@redhat.com>
3932 * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
3933 floating point instructions for epilogue delay.
3935 * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
3936 to gas if it supports .register pseudo.
3938 * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
3939 LONG_DOUBLE_TYPE_SIZE if not defined.
3940 Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
3941 LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
3943 * gengenrtl.c: Likewise.
3944 * print-rtl.c: Likewise.
3946 * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
3947 MASK_LONG_DOUBLE_128.
3948 * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
3949 * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
3950 * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
3951 (SUBTARGET_SWITCHES): Define.
3952 (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
3953 with -mlong-double-128.
3954 (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
3955 (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
3956 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
3957 (CC1_SPEC): Include -mlong-double-{64,128} as needed.
3958 * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
3959 (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
3960 with -mlong-double-128.
3961 (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
3962 (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
3963 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
3964 * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
3965 TARGET_LONG_DOUBLE_128): Define.
3966 * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
3967 * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
3968 long double on TARGET_ARCH64.
3970 2000-03-06 Mark Mitchell <mark@codesourcery.com>
3972 * function.c (free_temps_for_rtl_expr): Don't free slots
3973 that have been pushed into a higher level.
3976 2000-03-05 Mark Mitchell <mark@codesourcery.com>
3978 2000-03-05 Mark Mitchell <mark@codesourcery.com>
3980 * basic-block.h (ALLOCA_REG_SET): Remove.
3981 (INITIALIZE_REG_SET): New macro.
3982 * flow.c (update_life_info): Use it.
3983 (calculate_global_regs_live): Likewise.
3984 (propagate_block): Likewise.
3985 * global.c (build_insn_chain): Likewise.
3986 * haifa-sched.c (schedule_region): Likewise.
3988 2000-03-05 Stephane Carrez <stcarrez@worldnet.fr>
3990 * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
3991 (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
3992 (DWARF_ARANGES_PAD_SIZE): New define.
3993 (output_aranges): Use it to pad the address range header.
3994 (DWARF_ROUND): Fix for non power of 2 rounding.
3996 2000-03-05 Jason Merrill <jason@casey.cygnus.com>
3998 * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
4000 2000-03-05 Mark Mitchell <mark@codesourcery.com>
4002 * tree.def (RTL_EXPR): Update documentation.
4003 * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
4004 * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
4005 * function.c (preserve_rtl_expr_temp): New function.
4006 (preserve_rtl_expr_temps): Likewise.
4007 (preserve_rtl_expr_result): Use it.
4010 2000-03-04 Mark Mitchell <mark@codesourcery.com>
4012 2000-03-04 Thomas Schuster <Thomas.Schuster@gmx.net>
4014 * regmove.c (copy_src_to_dest) Do not create src->dest move
4015 for unchanging destination.
4017 2000-03-04 Mark Mitchell <mark@codesourcery.com>
4019 * function.h (struct sequence_stack): Remove rtl_expr.
4020 (struct emit_staus): Likewise.
4021 (seq_rtl_expr): Remove.
4022 * tree.h (free_temps_for_rtl_expr): Don't declare.
4023 (start_sequence_for_rtl_expr): Likewise.
4024 * rtl.h (preserve_rtl_expr_result): Likewise.
4025 * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
4026 (start_sequence_for_rtl_expr): Remove.
4027 (push_topmost_sequence): Don't save sequence_rtl_expr.
4028 (pop_topmost_sequence): Remove comment about not restoring it.
4029 (end_sequence): Don't set seq_rtl_expr.
4030 (init_emit): Don't initialize it.
4031 (mark_sequence_stack): Don't mark it.
4032 (mark_emit_status): Likewise.
4033 * except.c (protect_with_terminate): Use
4034 start_sequence_for_rtl_expr, not start_sequence.
4035 * expr.c (expand_expr, case RTL_EXPR): Don't call
4036 preserve_rtl_expr_result or free_temps_for_rtl_expr.
4037 * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
4038 (preserve_rtl_expr_result): Remove.
4039 (free_temps_for_rtl_expr): Likewise.
4040 (pop_temp_slots): Likewise.
4041 (mark_temp_slot): Don't mark the rtl_expr.
4042 * stmt.c (expand_start_stmt_expr): Use start_sequence, not
4043 start_sequence_for_rtl_expr.
4045 2000-03-04 Zack Weinberg <zack@wolery.cumb.org>
4047 * mkdeps.c, mkdeps.h: New files.
4048 * po/POTFILES.in: Add them.
4049 * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
4050 (cpplib.o, cppinit.o): Depend on mkdeps.h.
4051 (mkdeps.o): New target.
4053 * cppfiles.c: Delete deps_output.
4054 * cppinit.c: Include mkdeps.h. Delete known_suffixes,
4055 OBJECT_SUFFIX, and base_name.
4056 (cpp_cleanup): Use deps_free. Free ihash->name when clearing
4058 (initialize_dependency_output): Use deps_init,
4059 deps_add_target, deps_calc_target, and deps_add_dep. Remove
4060 all the unnecessary string bashing.
4061 (cpp_finish): Use deps_write. Remove an unnecessary nesting
4063 * cpplib.c (do_include): Use deps_add_dep.
4064 * cpplib.h (struct cpp_reader): Replace deps_buffer,
4065 deps_allocated_size, deps_size, deps_column members with
4066 single pointer to a struct deps. Delete prototype of
4069 * cppinit.c: Fix thinko in previous patch.
4071 Sat Mar 4 11:32:30 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4073 * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
4074 * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
4075 (mode_for_size_tree): New function.
4076 (layout_decl, layout_type): Call it and clean up BLKmode checks.
4077 * tree.h (mode_for_size_tree): New declaration.
4079 * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
4081 2000-03-04 Jason Merrill <jason@casey.cygnus.com>
4083 * stmt.c (is_body_block): Move...
4084 * dwarfout.c, dwarf2out.c: ...from here.
4085 * tree.h: Declare it.
4086 * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
4087 * final.c (final_start_function): Do call remove_unnecessary_notes
4090 2000-03-03 Zack Weinberg <zack@wolery.cumb.org>
4092 * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
4094 * cpplib.h (_dollar_ok): New macro.
4095 (is_idchar, is_idstart): Use it.
4096 (IStable): Rename to _cpp_IStable. Declare it const if
4097 gcc >=2.7 or C99. Delete all references to FAKE_CONST.
4098 (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
4099 is_space): Update for renamed IStable.
4101 * cppinit.c: Delete all references to FAKE_CONST and CAT
4102 macros. Define init_IStable as empty macro if gcc >=2.7 or
4103 C99. Change TABLE() to ISTABLE and hardcode name of table.
4104 (cpp_start_read): Don't change the IStable based on
4107 * cpphash.c (unsafe_chars): Add pfile argument. All callers
4108 changed. Handle '$' for char1 correctly.
4109 * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
4111 * cppexp.c (tokentab2): Make const.
4112 (cpp_lex): Make toktab const.
4113 * cppinit.c (include_defaults_array): Make const.
4114 (initialize_standard_includes): Make default_include const.
4116 2000-03-03 Jason Merrill <jason@casey.cygnus.com>
4118 * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
4119 (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
4120 (gen_decl_die): Likewise.
4121 * dwarfout.c (dwarfout_file_scope_decl): Likewise.
4122 (output_decl): Likewise.
4124 * varasm.c (make_function_rtl): If we change the name used in the
4125 rtl, update DECL_ASSEMBLER_NAME accordingly.
4126 (make_decl_rtl): Likewise.
4128 * toplev.c (rest_of_compilation): Tweak formatting.
4130 * toplev.c (rest_of_compilation): find_loop_tree_blocks before
4131 remove_unnecessary_notes.
4132 (debug_ignore_block): New fn.
4133 * toplev.h: Declare it.
4134 * emit-rtl.c (remove_unncessary_notes): Call it.
4135 * dwarf2out.c (dwarf2out_ignore_block): New fn.
4136 * dwarf2out.h: Declare it.
4137 * final.c (final_start_function): Don't call remove_unnecessary_notes
4138 if we did insn scheduling.
4140 2000-03-03 Zack Weinberg <zack@wolery.cumb.org>
4142 * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
4143 * cpplib.h: Delete SET_CPP_PEDANTIC.
4145 Fri Mar 3 14:56:12 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4147 * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
4148 result is a RECORD_TYPE.
4150 2000-03-03 Jonathan Larmour <jlarmour@cygnus.co.uk>
4152 * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
4154 2000-03-03 Richard Henderson <rth@cygnus.com>
4156 * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
4157 addition over compliments over shifts.
4159 Fri Mar 3 12:49:28 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
4161 * reload1.c (reload_combine_note_use): Handle return register USEs.
4162 REG case: Handle multi-hard-register hard regs.
4164 Fri Mar 3 07:38:34 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4166 * md.texi: Document use of '*' in insn pattern name.
4168 2000-03-03 Jason Merrill <jason@casey.cygnus.com>
4170 * calls.c (special_function_p): operator new may not be malloc-like.
4172 * gcse.c (dump_hash_table): Really fix error in last change.
4174 2000-03-02 Denis Chertykov <denisc@overta.ru>
4176 * avr.c (print_operand): Use print_operand_address instead of
4178 * avr/libgcc.S: Cleanup code.
4180 2000-03-02 Richard Henderson <rth@cygnus.com>
4182 * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
4184 2000-03-02 Mark Mitchell <mark@codesourcery.com>
4186 * tree.h (TYPE_ALIGN_UNIT): New macro.
4188 2000-03-02 Clinton Popetz <cpopetz@cygnus.com>
4190 * i386.c: (constant_call_address_operand): Reject CONST_INT.
4192 2000-03-02 Jason Merrill <jason@casey.cygnus.com>
4194 * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
4196 (SET_CPP_PEDANTIC): New macro.
4197 * cpplib.c (do_include): Don't bother checking system_header_p.
4198 (do_warning, do_ident, do_assert, do_unassert): Likewise.
4199 * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
4201 * function.h (struct expr_status): Add x_arg_space_so_far.
4202 (arg_space_so_far): New macro.
4203 * expr.c (init_expr): Initialize it.
4204 * calls.c (emit_call_1): Reset it.
4205 (compute_argument_block_size, expand_call): Use it.
4206 (expand_call, store_one_arg): Increment it.
4208 Thu Mar 2 17:27:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4210 * varasm.c (output_constant): Strip off a CONVERT_EXPR to
4213 2000-03-02 Zack Weinberg <zack@wolery.cumb.org>
4215 * cppfiles.c (cpp_read_file): New function.
4217 * cpphash.c (collect_expansion): Make sure to reset last_token
4218 to NORM when we hit a string. Handle trailing whitespace
4219 properly when the expansion is empty.
4220 (create_definition): Disable line commands while parsing the
4222 (dump_definition): If pfile->lineno == 0, output a line
4223 command ahead of the dump, and add a trailing newline.
4225 * cppinit.c (append_include_chain): Add fifth argument, which
4226 indicates whether or not system headers are C++ aware.
4227 (initialize_standard_includes): New function,
4228 broken out of read_and_prescan. Pass 'cxx_aware' value from
4229 the include_defaults_array on to append_include_chain.
4230 (dump_special_to_buffer): Const-ify char array.
4231 (builtin_array): Don't dump __BASE_FILE__.
4232 (cpp_start_read): Use cpp_read_file. Reorder code for
4233 clarity. Don't output line commands here for -D/-A/-U
4234 switches. Don't call deps_output for files included with
4235 -include or -imacros.
4237 * cpplib.c (do_define): Don't pay any attention to the second
4239 (cpp_expand_to_buffer): Disable line commands while scanning.
4240 (output_line_command): Work in the file buffer.
4241 * cpplib.h: Remove no_record_file flag from struct cpp_reader.
4242 Fix formatting of comments. Prototype cpp_read_file.
4244 Thu Mar 2 13:29:46 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4246 * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
4247 reference the language-equivalent of sizetype.
4248 * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
4249 * fold-const.c (size_binop, size_diffop): Put back checks.
4250 * gcse.c (dump_hash_table): Fix minor error in last change.
4251 * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
4252 Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
4255 Thu Mar 2 12:48:45 MET 2000 Jan Hubicka <jh@suse.cz>
4257 * calls.c (expand_call) Do not attempt to combine stack adjustments
4258 with inhibit_defer_pop set.
4260 2000-03-01 Mark Mitchell <mark@codesourcery.com>
4262 * stor-layout.c (layout_decl): Allow front-ends to explicitly set
4263 the DECL_SIZE for a FIELD_DECL.
4265 2000-03-01 Bruce Korb <bkorb@gnu.org>
4267 * fixinc/inclhack.tpl: remove unused symlinks
4268 * fixinc/README: GCC Maintainer info
4269 * fixinc/inclhack.sh: regen
4270 * fixinc/fixincl.sh: regen
4272 2000-03-01 Zack Weinberg <zack@wolery.cumb.org>
4274 * cpphash.c (collect_expansion): Trim trailing white space
4275 from macro definitions, but don't go past the last insertion
4278 Wed Mar 1 12:14:31 MET 2000 Jan Hubicka <jh@suse.cz>
4280 * i386.md (mulqi3): New pattern.
4282 2000-02-29 Zack Weinberg <zack@wolery.cumb.org>
4284 * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
4286 (struct cpp_reader): Add parsing_if_directive and
4287 parsing_define_directive flags.
4288 (struct cpp_options): Remove output_conditionals flag.
4289 (check_macro_name): Delete prototype.
4291 * cpphash.h (struct macrodef): Delete.
4292 (struct reflist): Separate from struct definition.
4293 (struct definition): Remove unused fields. Add column number.
4294 (create_definition): Returns a DEFINITION *. Takes a
4295 cpp_reader * and an int.
4297 * cpphash.c (SKIP_WHITE_SPACE): Delete.
4298 (PEEKC): Copy defn from cpplib.c.
4299 (rest_extension, REST_EXTENSION_LENGTH): Delete.
4301 (struct arglist): Simplify.
4302 (collect_expansion): Rewrite. Get tokens by calling
4303 cpp_get_token. Add more error checking.
4304 (collect_formal_parameters): New function, broken out of
4305 create_definition and reworked to use get_directive_token.
4306 (create_definition): All real work is now in collect_expansion
4307 and collect_formal_parameters. do_define handles finding the
4308 macro name. Return a DEFINITION, not a MACRODEF.
4309 (macroexpand): Replace bcopy with memcpy throughout. Replace
4310 character-at-a-time copy loop with memcpy and pointer increments.
4311 (compare-defs): d1->argnames / d2->argnames might be null.
4313 * cpplib.c (copy_rest_of_line): Delete function.
4314 (skip_rest_of_line): Do all the work ourselves.
4315 (skip_string): New function.
4316 (parse_string): Use skip_string.
4317 (get_macro_name): New function.
4318 (check_macro_name): Delete.
4319 (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
4320 (cpp_skip_hspace): Use CPP_BUMP_LINE.
4321 (handle_directive): ICE if we're called on a macro buffer.
4322 (do_define): Determine macro name and type (funlike/objlike)
4323 here. Expunge all uses of MACRODEF.
4324 (cpp_push_buffer): Set line_base to NULL.
4325 (do_undef, read_line_number): Don't worry about getting a POP token.
4326 (eval_if_expression): Set/reset parsing_if_directive around
4327 cpp_parse_expr. Don't clear only_seen_white.
4328 (skip_if_group): Remove output_conditionals logic. Use
4330 (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
4331 tokens under appropriate conditions.
4332 (cpp_unassert): Call do_unassert not do_assert. Oops.
4334 * cppexp.c (parse_defined): New function, break out of
4336 (cpp_lex): We now get CPP_ASSERTION tokens and can check them
4337 ourselves, with cpp_defined.
4338 * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
4340 * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
4341 * gcc.dg/strpaste-2.c: New.
4343 2000-02-29 Mark Mitchell <mark@codesourcery.com>
4345 * fold-const.c (size_binop): Don't asert inputs are the same and
4346 have TYPE_IS_SIZETYPE set.
4347 (size_diffop): Likewise.
4349 2000-02-29 Jason Merrill <jason@casey.cygnus.com>
4351 * dwarfout.c (output_block): Output abstract blocks even if they
4352 don't have TREE_ASM_WRITTEN set.
4354 * calls.c (emit_library_call): Check for null REG.
4356 2000-03-01 Martin von Loewis <loewis@informatik.hu-berlin.de>
4358 * c-decl.c (current_function_decl): Move to toplev.c.
4359 (init_decl_processing): Don't add current_function_decl as a ggc
4361 * dbxout.c (dbxout_symbol): Change return type to int.
4362 (dbxout_symbol_location, dbxout_syms): Likewise.
4363 (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
4364 any locals. Use current_function_func_begin_label if set.
4365 * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
4366 * dwarf2out.c (dwarf2out_begin_prologue): Set
4367 current_function_func_begin_label.
4368 * final.c (final_start_function): Reset it.
4369 * toplev.c (current_function_decl): Define it here.
4370 (current_function_func_begin_label): New variable.
4371 (main): Add both as ggc roots.
4372 * tree.h (current_function_func_begin_label): Declare.
4374 Tue Feb 29 14:07:04 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4376 * gcse.c: Cleanups throughout: mostly white-space, but also
4377 some minor rearrangement of code.
4379 Tue Feb 29 10:45:59 2000 Jeffrey A Law (law@cygnus.com)
4381 * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
4382 returns a PARALLEL. Use emit_group_load and use_group_regs
4384 (emit_library_call_value): Similarly.
4386 * pa/t-pa: Use quadlib.c instead of quadlib.asm.
4387 * pa/quadlib.asm: Remove.
4388 * pa/quadlib.c: New file.
4390 * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
4391 * configure: Rebuilt.
4393 2000-02-29 Philip Blundell <pb@futuretv.com>
4395 * config/arm/conix-elf.h: New file.
4396 * configure.in (arm*-*-conix*): New configuration.
4397 * configure: Regenerate.
4399 2000-02-28 Jason Merrill <jason@casey.cygnus.com>
4401 * dwarf2out.c (gen_block_die): Output abstract blocks even if they
4402 don't have TREE_ASM_WRITTEN set.
4404 Mon Feb 28 21:07:59 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4406 * Eliminate DECL_FIELD_SIZE.
4407 * builtins.c (built_in_class_names, built_in_names): New variables.
4408 * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
4409 * expr.c (expand_expr, case COMPONENT_REF): Get field size from
4410 DECL_SIZE, not DECL_FIELD_SIZE.
4411 * print-tree.c (print_node): Remove code that prints extra blank
4412 lines in some cases.
4413 Properly handle inline and builtin function cases.
4414 * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
4415 * tree.h (built_in_class_named, built_in_names): New declarations.
4416 (union tree_decl): Rename internal unions to u1 and u2 and change
4417 some of their components.
4418 Add new field built_in_class.
4419 (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
4420 Reflect above changes.
4421 (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
4422 (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
4423 * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
4424 (encode_field_decl): Likewise; also remove obsolete test for bitfield.
4426 2000-02-28 Dmitri Makarov <dim@windriver.com>
4428 * extend.texi: Document ARM's support for long/short calls.
4430 * invoke.texi: Document ARM's -mlong-calls command line switch.
4432 * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
4433 (arm_encode_call_attribute): Add prototype.
4434 (arm_set_default_type_attribute): Add prototype.
4435 (arm_strip_name_encoding): Add prototype.
4437 * config/arm/arm.c (arm_init_cumulative_args): replace
4438 initialisation og 'long_calls' field with initialisation of
4439 'call_cookie' field.
4440 (enum arm_pragma_enum): New enum.
4441 (arm_pragma_long_calls): New static variable.
4442 (arm_process_pragma): Also process "#pragma long_calls_off".
4443 (arm_valid_type_attribute_p): Accept short_call attribute.
4444 (arm_comp_type_attributes): Check long/short call attributes.
4445 (arm_encode_call_attribute): New function: Encode long_call
4446 or short_call attribute in function name.
4447 (arm_set_default_type_attributes): New function: Assign
4448 default attributes to newly defined type.
4449 (current_file_function_operand): New function: Return true if
4450 the symbol is a function which has already been compiled.
4451 (arm_is_longcall_p): New function: Return true if the
4452 indicated function should be called via a long call.
4453 (arm_get_strip_length): New function. Returns number of
4454 prefix characters to be stripped from a function's name.
4455 (arm_strip_name_encoding): New function. Strip prefix characters
4456 from a function's name.
4458 * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
4460 (SHORT_CALL_FAG_CHAR): Define.
4461 (LONG_CALL_FAG_CHAR): Define.
4462 (ENCODED_SHORT_CALL_ATTR_P): Define.
4463 (ENCODED_LONG_CALL_ATTR_P): Define.
4464 (ARM_NAME_ENCODING_LENGTHS): Define.
4465 (STRIP_NAME_ENCODING): Define.
4466 (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
4467 (ARM_ENCODE_CALL_TYPE): Define.
4468 (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
4469 (ARM_DECLARE_FUNCTION_SIZE): Define.
4470 (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
4472 * config/arm/arm.md (call): Call arm_is_longcall_p to decide
4473 if a long call is needed.
4474 (call_value): Ditto.
4475 (call_symbol): Ditto.
4477 * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
4478 ARM_DECLARE_FUNCTION_SIZE.
4480 * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
4481 (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
4482 (ARM_STRIP_NAME_ENCODING): Undefine.
4483 (STRIP_NAME_ENCODING): Undefine.
4484 (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
4485 (ASM_DECLARE_FUNCTION_NAME): Ditto.
4486 (ASM_OUTPUT_COMMON): Ditto.
4487 (ASM_DECLARE_OBJECT_NAME): Ditto.
4489 * config/arm/pe.c (arm_dllexport_name_p): Check for
4491 (arm_dllimport_name_p): Ditto.
4492 (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
4493 (arm_mark_dllimport): Ditto.
4495 Mon Feb 28 22:11:12 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
4497 * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
4499 2000-02-28 Mark Mitchell <mark@codesourcery.com>
4501 * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
4503 2000-02-28 Zack Weinberg <zack@wolery.cumb.org>
4505 * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
4506 * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
4507 NO_BUILTIN_WCHAR_TYPE is not defined.
4508 (CPP_WCHAR_TYPE): Delete.
4509 * cccp.c (main): Don't change wchar_type if cplusplus.
4510 (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
4512 2000-02-28 Nick Clifton <nickc@cygnus.com>
4514 * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
4516 Mon Feb 28 14:21:15 2000 Catherine Moore <clm@cygnus.com>
4518 * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
4519 (ASM_WEAKEN_LABEL): Define.
4521 Mon Feb 28 13:07:19 MET 2000 Jan Hubicka <jh@suse.cz>
4523 * expr.c (store_constructor): Do not emit USE.
4524 * rtl.h (stupid_life_analysis): Remove.
4526 Mon Feb 28 07:03:27 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4528 * function.c (number_blocks): Reset next_block_index based on
4529 what debugging format is used, not what is defined.
4531 * lcm.c: Minor reformatting throughout.
4532 (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
4534 * toplev.c (rest_of_compilation): Account for time in
4535 optimize_mode_switching.
4537 * jump.c (jump_optimize_1): Don't call delete_barrier_successors
4538 if only marking labels.
4540 Mon Feb 28 12:53:57 MET 2000 Jan Hubicka <jh@suse.cz>
4542 * calls.c (expand_call): Attempt to combine stack adjustments with
4543 pending stack adjustments.
4545 Mon Feb 28 11:34:43 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
4547 * loop.c (reg_in_basic_block_p): Don't abort when falling through
4548 to the end of the function.
4550 2000-02-27 Mark Mitchell <mark@codesourcery.com>
4552 * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
4554 * final.c (next_block_index): Remove.
4555 (max_block_depth): Likewise.
4556 (pending_blocks): Likewise.
4557 (init_final): Don't initialize them.
4558 (final_start_function): Don't set next_block_index. Set up
4560 (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
4561 * function.h (number_blocks): New function.
4562 * function.c (get_block_vector): New function.
4563 (identify_blocks): Use it.
4564 (reorder_blocks): Set NOTE_BLOCK.
4565 (number_blocks): New function.
4566 * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
4567 * tree.h (BLOCK_NUMBER): New macro.
4568 (tree_block): Add block_num field.
4569 * dbxout.c (next_block_number): Remove.
4570 (dbxout_init): Don't set it.
4571 (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
4572 set. Use BLOCK_NUMBER, rather than next_block_num, to determine
4574 * toplev.c (rest_of_compilation): Always call
4575 find_loop_tree_blocks. Fix indentation.
4576 * dwarf2out.c (next_block_number): Remove.
4577 (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
4578 to determine block numbers.
4579 (gen_inlined_subroutine_die): Likewise.
4580 (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
4581 (decls_for_scope): Don't increment next_block_number.
4582 * dwarfout.c (next_block_number): Remove.
4583 (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
4584 to determine block numbers.
4585 (output_inlined_subroutine_die): Likewise.
4586 (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
4587 (output_decls_for_scope): Don't increment next_block_number.
4588 * sdbout.c (next_block_number): Remove.
4589 (sdbout_block): Use BLOCK_NUMBER.
4590 (sdbout_begin_block): Simplify.
4591 * xcoffout.c (next_block_number): Remove.
4592 (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
4593 (xcoffout_begin_block): Don't set next_block_number.
4594 (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
4597 Sun Feb 27 16:40:33 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4599 * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
4600 (expand_builtin_strcpy): Pass correct type to size_binop.
4601 (expand_builtin_strcmp): Likewise.
4602 Clean up conditional structure.
4603 * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
4604 (complete_array_type): Don't use size_binop for MAXINDEX.
4605 * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
4606 (c_sizeof_nowarn, c_size_in_bytes): Likewise.
4607 (c_alignof): Use size_one_node.
4608 (build_unary_op): Pass arg of proper type to size_binop.
4609 (really_start_incremental_init, push_init_level): Use sizetype for
4610 constructor{,_bit,_unfilled}_index.
4611 (pop_init_label, output_init_element): Likewise.
4612 (output_pending_init_elements, process_init_element): Likewise.
4613 * calls.c (compute_argument_block_size): Field VAR is ssizetype.
4614 * expr.c (store_expr): Use size_int.
4615 (store_constructor): Use proper types for size_binop args.
4616 (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
4617 (expand_expr_unaligned): Likewise.
4618 (string_contant): Return object of sizetype.
4619 * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
4620 (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
4621 (ARGS_SIZE_TREE): Pass proper types to size_binop.
4622 * fold-const.c (int_const_binop): Refine when size_int is called.
4623 (fold_convert): Likewise.
4624 (size_int_wide): Rework to take KIND as arg, only take low order
4625 bits, handle new sizetype_tab datatype, and chain entries in
4627 (size_int_type_wide): New function.
4628 (size_binop): Validate types of arguments.
4629 (ssize_binop): Deleted.
4630 (size_diffop): New function.
4631 (extract_muldiv): Only fold division into multiplication for sizetypes.
4632 * function.c (assign_parms): Use size_diffop and make sure
4633 VAR field is of ssizetype; also pass proper type to size_binop.
4634 (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
4635 (round_down): Deleted from here.
4636 * store-layout.c (sizetype_tab): Now an array.
4637 (sizetype_set, early_root_list): New variables.
4638 (variable_size): Use size_one_node.
4639 (round_up): Pass proper type to size_binop.
4640 (round_down): Moved to here and corrected as above.
4641 (layout_record): Pass proper arg types to size_binop.
4642 (layout_type): Likewise.
4643 If sizetype_set is zero, record the type just laid out.
4644 (make_unsigned_type): Don't call set_sizetype;
4645 (make_signed_type): Likewise; also, call fixup_signed_type.
4646 (initialize_sizetypes): New function.
4647 (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
4648 set name of bitsizetype to "bit_size_type".
4649 Fix up type of sizes of all types made before call.
4650 * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
4651 * tree.c (fix_sizetype): Deleted.
4652 (build_common_tree_nodes): Call initialize_sizetypes.
4653 (build_common_tree_nodes_2): Don't call fix_sizetype.
4654 * tree.h (TYPE_IS_SIZETYPE): New macro.
4655 (initialize_sizetype): New declaration.
4656 (enum size_type_kind): New type.
4657 (struct sizetype_tab): Deleted.
4658 (sizetype_tab): Now array; adjust sizetype macros.
4659 (size_diffop, size_int_type_wide): New functions.
4660 (size_int_wide): Change number of args and type; access macros changed.
4661 (ssize_int, sbitsize_int): New macros.
4662 * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
4663 (ROUND_TYPE_SIZE_UNIT): New macro.
4665 2000-02-27 Zack Weinberg <zack@wolery.cumb.org>
4667 * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
4669 Sun Feb 27 07:44:17 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4671 * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
4672 Mark as possibly unused.
4674 * cse.c (cse_insn): Delete dead code involving tablejump.
4675 Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
4677 * Makefile.in (libcpp.a): Start by deleting it.
4679 2000-02-27 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4681 * cpplib.h (enum file_change_code): Added rename_file.
4682 * cpplib.c (do_line): If a filename is given, set file_change to
4684 (output_line_command): If file_change is rename_file, always
4685 output a # directive with the file name.
4687 * cpplib.c (do_pragma): Accept #pragma without consecutive token.
4689 2000-02-26 Mark Mitchell <mark@codesourcery.com>
4691 * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
4692 when copying a PARM_DECL or RESULT_DECL.
4694 2000-02-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4696 * fix-header.c (recognized_function): Also fix prototypes for
4697 functions taking "void".
4699 2000-02-26 Geoff Keating <geoffk@cygnus.com>
4701 * reload1.c (do_output_reload): Check reg_reloaded_valid before
4702 looking at reg_reloaded_contents.
4704 2000-02-26 Zack Weinberg <zack@wolery.cumb.org>
4706 * Makefile.in (STMP_FIXINC): New toggle.
4707 (LIBGCC2_DEPS): Delete all references.
4708 (stmp-headers): Delete target. All references either deleted
4709 or changed to stmp-int-headers.
4710 (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
4711 (LIBCPP_OBJS): Take out cppalloc.o.
4712 (cppalloc.o): Delete target.
4713 (stmp-int-hdrs): Depend on $(STMP_FIXINC).
4714 (gen-protos, fix-header): Link with libiberty.a.
4715 * build-make: Don't change FIXINCLUDES. Override STMP_FIXINC
4718 * configure.in: Remove refs to strerror.
4719 * acconfig.h: Take out NEED_DECLARATION_STRERROR.
4720 * system.h: Take out strerror stanza.
4722 * cpperror.c (my_strerror): Delete function.
4723 (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
4724 * cppmain.c (main): Call xmalloc_set_program_name first thing.
4725 * cppalloc.c: Delete file.
4726 * gen-protos.c: Don't provide xrealloc.
4728 * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
4729 xstrerror throughout.
4731 2000-02-26 Bruce Korb <bkorb@gnu.org>
4733 * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
4734 match for DOS headers, too.
4735 * fixinc/inclhack.sh,fixincl.x: Regenerate.
4737 2000-02-26 Geoff Keating <geoffk@cygnus.com>
4739 * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define. The default
4740 is right for most ELF targets.
4741 * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
4742 Let the default file use %U properly.
4743 * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define. Use the
4746 * config/fp-bit.c (pack_d): Properly handle rounding of denormal
4749 Sat Feb 26 09:39:16 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4751 * toplev.c (documented_lang_options): Correct spelling error.
4752 (decode_d_option, decode_f_option, main): Likewise.
4754 * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
4756 * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
4757 to tell assembler it is permitted to expand large constants.
4759 2000-02-25 Mumit Khan <khan@xraylith.wisc.edu>
4761 * protoize.c: (AUX_INFO_SUFFIX): New macro.
4762 (aux_info_suffix): Use.
4763 (SAVE_SUFFIX): New macro.
4765 (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
4766 (gen_aux_info_file): Use aux_info_suffix instead of ".X".
4767 (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
4769 * invoke.texi (Running Protoize): Update documentation.
4771 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
4773 * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
4775 2000-02-25 John Wehle (john@feith.com)
4777 * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
4779 2000-02-25 Anthony Green <green@cygnus.com>
4781 * toplev.c (rest_of_compilation): Rebuild jump labels if
4782 combine_instructions has created a new direct jump.
4783 * combine.c (try_combine): Add new_direct_jump_p argument. Set it
4785 (combine_instructions): Call try_combine with new argument.
4786 Return non-null value when new direct jump instruction is created.
4787 * rtl.h: combine_instructions returns an int.
4789 Fri Feb 25 19:49:08 2000 Jeffrey A Law (law@cygnus.com)
4791 * cse.c (cse_insn): Replace the PATTERN of the insn with an new
4792 jump when changing a computed jump into a jump to a known
4795 Fri Feb 25 19:22:44 2000 Graham Stott <grahams@rcp.co.uk>
4797 * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
4798 to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
4800 * i386.md (define_expand "clrstrsi"): Fix typo.
4802 Fri Feb 25 18:49:39 2000 "K. Richard Pixley" <rich@microunity.com>
4804 * rtl.texi: Fix typo.
4806 Fri Feb 25 20:02:35 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
4808 * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
4809 UNITS_PER_WORD. Change caller initial_elimination_offset.
4810 (rounded_frame_size): Take into account that argument pushed has
4811 changed. Fix TARGET_ALIGN_DOUBLE problem.
4813 2000-02-25 Geoff Keating <geoffk@cygnus.com>
4815 * haifa-sched.c (schedule_block): Explain the real reason
4816 we delete REG_SAVE_NOTEs on the first insn of a block.
4817 Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
4819 2000-02-24 Mark Mitchell <mark@codesourcery.com>
4821 * input.h (push_srcloc): New function.
4822 (pop_srcloc): Likewise.
4823 * toplev.c (push_srcloc): Define it.
4824 (pop_srcloc): Likewise.
4826 2000-02-24 Richard Henderson <rth@cygnus.com>
4828 * flow.c (life_analysis): When collecting reg info, clear
4831 Thu Feb 24 22:06:52 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
4833 Fix bug exposed by reload.c no longer rounding the frame
4834 size to BIGGEST_ALIGNMENT:
4835 * sh.c (rounded_frame_size): New function.
4836 (sh_expand_prologue, sh_expand_epilogue): Use it.
4837 (initial_elimination_offset): Likewise.
4839 Thu Feb 24 20:04:11 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
4841 Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
4842 * sh-protos.h (sh_need_epilogue): Declare.
4843 * sh.c (sh_need_epilogue_known): New static variable.
4844 (sh_need_epilogue): New function.
4845 (function_epilogue): Clear need_epilogue_known.
4846 * sh.md (return): Split into expander / insn pattern.
4847 Make the expander conditional on ! sh_need_epilogue ().
4849 2000-02-24 Nathan Sidwell <nathan@codesourcery.com>
4851 * machmode.h (get_mode_alignment): Declare.
4852 (GET_MODE_ALIGNMENT): Call it.
4853 * stor-layout.c (get_mode_alignment): New function. Make
4854 sure alignment is always power of 2.
4856 2000-02-23 Zack Weinberg <zack@wolery.cumb.org>
4858 * i386.h: Remove useless definition of "I386" and misleading
4861 2000-02-23 Zack Weinberg <zack@wolery.cumb.org>
4863 * tree.h (TREE_SET_PERMANENT): New macro. Document conditions
4864 under which TREE_PERMANENT will be set.
4865 * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
4866 build1): Use TREE_SET_PERMANENT.
4867 * print-tree.c (print_node): Don't report value of
4868 TREE_PERMANENT if ggc_p is true.
4870 * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
4871 decide whether to give a type a new alias set.
4872 * objc/objc-act.c (build_objc_string_object): Never copy the string.
4873 * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
4874 of value of 'obstack'.
4877 2000-02-24 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
4879 * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
4881 2000-02-23 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4883 * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
4884 * cpplib.c (cpp_get_token): Produce them.
4885 * cppexp.c (cpp_lex): Handle them.
4887 2000-02-23 Nick Clifton <nickc@cygnus.com>
4889 * config/arm/arm.c (arm_comp_type_attributes): Simply and
4890 comment tests on type attributes.
4892 Wed Feb 23 16:42:21 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
4894 * final.c (shorten_branches): Make value passed to LOOP_ALIGN
4895 conform to documentation.
4896 * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
4897 to check for special cases.
4898 * sh-protos.h (sh_loop_align): Declare.
4899 * sh.c (sh_loop_align): Define.
4901 2000-02-22 Andrew Haley <aph@cygnus.com>
4903 * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
4904 (SIZE_TYPE): Is 32 bits when using -mgp32.
4905 (PTRDIFF_TYPE): Ditto.
4907 Wed Feb 23 07:26:27 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4909 * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
4911 2000-02-23 Zack Weinberg <zack@wolery.cumb.org>
4913 * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
4914 BIGGEST_FIELD_ALIGNMENT a constant.
4916 2000-02-21 Jason Merrill <jason@casey.cygnus.com>
4918 * dwarf2out.c (output_line_info): Put the marker for the end of
4919 the line number info at the actual end.
4920 (gen_struct_or_union_type_die): Use decl_function_context
4921 to check for local classes.
4922 * dwarfout.c (output_type): Likewise.
4924 Tue Feb 22 01:38:57 2000 Jeffrey A Law (law@cygnus.com)
4926 * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
4927 for arguments with a mode, but no type.
4928 (FUNCTION_ARG_CALLEE_COPIES): Similarly.
4929 * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
4930 * pa/long_double.h: New file.
4931 * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
4932 both have 128bit wide long doubles.
4933 * configure: Rebuilt.
4935 2000-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4937 * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
4939 * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
4940 fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
4941 (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
4943 * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
4945 * integrate.c (compare_blocks, find_block): Likewise.
4947 * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
4949 * rtl.h (set_file_and_line_for_stmt): Constify a char*.
4951 * stmt.c (stmt_status, set_file_and_line_for_stmt,
4952 expand_asm_operands): Likewise.
4954 Mon Feb 21 17:06:27 2000 Jason Eckhardt <jle@cygnus.com>
4956 * predict.c (estimate_probability): Added the pointer heuristic to
4957 the collection of static branch predictors.
4959 2000-02-21 Catherine Moore <clm@cygnus.com>
4961 * config/mips/mips.h (ASM_SPEC): Add -mfix700.
4962 * invoke.texi (-mfix7000): Document.
4964 2000-02-21 Gabriel Dos Reis <gdr@codesourcery.com>
4966 * diagnostic.c (init_output_buffer): Make it possible to output at
4967 least 32 characters if we're given a too long prefix.
4969 2000-02-20 Mark Mitchell <mark@codesourcery.com>
4971 * varasm.c (initializer_constant_valid_p): Call
4972 lang_expand_constant to simplify the constant.
4974 2000-02-20 Bruce Korb <bkorb@gnu.org>
4976 * fixinc/inclhack.def(stdio_va_list):
4977 typedef needs to be disabled.
4978 * fixinc/inclhack.sh: regen
4979 * fixinc/fixincl.x: regen
4981 2000-02-20 Geoff Keating <geoffk@cygnus.com>
4983 * print-rtl.c (print_rtx): Don't print addresses when
4984 flag_dump_unnumbered.
4986 2000-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4988 * sparc.c (sparc_output_scratch_registers): Mark parameter with
4990 (sparc_va_arg, sparc_flat_output_function_prologue,
4991 sparc_flat_output_function_epilogue): Cast value to unsigned in
4993 (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
4995 * sparc.md: Add default case in switch.
4997 2000-02-19 Richard Henderson <rth@cygnus.com>
4999 * c-typeck.c (add_pending_init): Don't abort for multiple
5000 fields at the same offset.
5001 (pending_init_member): Test the correct member.
5003 2000-02-19 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
5005 * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
5007 (start_catch_handler) : Same.
5009 2000-02-19 Brad Lucier (lucier@math.purdue.edu)
5011 * Makefile.in: Have flow.o depend on $(EXPR_H)
5013 Sat Feb 19 18:43:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5015 * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
5016 * c-decl.c (duplicate_decls, finish_enum): Likewise.
5017 (finish_decl): Remove -Wlarger-than code from here.
5018 * flags.h (id_clash_len): Now int.
5019 (larger_than_size): Now HOST_WIDE_INT.
5020 * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
5021 Clean up checking to see if in table.
5022 (make_bit_field_ref): Remove extra parm to bitsize_int.
5023 * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
5024 * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
5025 * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
5026 and for computing size of decl.
5027 * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
5028 Move -Wlarger-than code to here.
5029 (layout_record): Remove extra arg to bitsize_int.
5030 Set TYPE_BINFO_SIZE_UNIT.
5031 (layout_union): Remove extra arg to bitsize_int.
5032 Use proper type for size of QUAL_UNION.
5033 (layout_type): Remove extra arg to bitsize_int.
5034 * toplev.c (id_clash_len): Now int.
5035 (larger_than_size): Now HOST_WIDE_INT.
5036 (decode_W_option): Clean up id-clash and larger-than- cases.
5037 * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
5038 (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
5039 * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
5040 (struct tree_decl): New field size_unit.
5041 (size_int_wide): No HIGH operand; NUMBER is now signed.
5042 (size_int_2): Deleted.
5043 (size_int, bitsize_int): Don't use it and rework args.
5044 * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
5046 Fri Feb 18 20:01:58 2000 Jeffrey A Law (law@cygnus.com)
5048 * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
5050 2000-02-18 Geoff Keating <geoffk@cygnus.com>
5052 * invoke.texi (Warning Options): Add an explanation of why
5053 you might want the -Wfloat-equal flag.
5055 Fri Feb 18 20:08:57 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5057 * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
5058 * cppinit.c (new_pending_define): Add cast to avoid warning.
5059 * expmed.c (extract_bit_field): Likewise.
5060 * flow.c (enum reorder_skip_type): New type.
5061 (skip_insns_between_blcok): New it.
5062 Rework to avoid warning about possibly undefined variable.
5063 * function.c (assign_parms): Make thisparm_boundary unsigned.
5064 * genrecog.c (write_switch): Cast XWINT result to int.
5065 * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
5066 * mips-tfile.c (init_file): Make two versions of FDR intializer:
5067 one for MIPS and one for Alpha.
5068 (get_tag, copy_object): Add casts to avoid warnings.
5069 * optabs.c (init_one_libfunc): Cast NAME to (char *).
5070 * reload.c (find_reloads): Make TYPE enum reload_type.
5071 * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
5072 * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
5073 * varasm.c (compare_constant_1): Add cast to avoid warning.
5074 * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
5076 (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
5077 Cast switch operand of size to int.
5078 (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
5079 * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
5082 2000-02-18 Nick Clifton <nickc@cygnus.com>
5084 * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
5085 anything for an alignment of zero.
5087 * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
5088 anything for an alignment of zero.
5090 2000-02-18 Martin von Loewis <loewis@informatik.hu-berlin.de>
5092 * gcc.texi (Bug Reporting): Refer to bugs.html.
5093 (Bug Lists): Likewise.
5094 * system.h (GCCBUGURL): New preprocessor define.
5095 * rtl.c (fancy_abort): Use it.
5096 * gcc.c (main): Likewise.
5098 2000-02-18 Richard Henderson <rth@cygnus.com>
5100 * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
5101 (life_analysis_1): Subsume into ...
5102 (life_analysis): ... here. Force PROP_REG_INFO off after reload.
5103 Use update_life_info for the relaxation.
5104 (update_life_info): Update REG_BASIC_BLOCK for registers live on
5105 entry and regs_live_at_setjmp.
5106 (set_noop_p): Simplify.
5107 (notice_stack_pointer_modification_1): Renamed from s/_1//.
5108 (record_volatile_insns): Split into ...
5109 (delete_noop_moves): ... here,
5110 (notice_stack_pointer_modification): ... here,
5111 (insn_dead_p): ... and here.
5112 (propagate_block): Don't query INSN_VOLATILE.
5113 (mark_used_regs): Mind !PROP_REG_INFO.
5114 * toplev.c (rest_of_compilation): Call mark_constant_function here,
5115 not in life_analysis.
5117 Fri Feb 18 01:29:22 EST 2000 John Wehle (john@feith.com)
5119 * loop.c (canonicalize_condition): New function,
5120 broken out of get_condition.
5121 (get_condition): Use it.
5122 * expr.h (canonicalize_condition): Prototype it.
5124 * tree.h (tree_int_cst_msb): Declare.
5125 * tree.c (tree_int_cst_msb): New function.
5127 2000-02-17 Mark Mitchell <mark@codesourcery.com>
5129 * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
5132 * invoke.texi (-fmessage-length=n): Document.
5134 2000-02-17 Jason Merrill <jason@casey.cygnus.com>
5136 * bitmap.c (bitmap_operation): Don't leak bitmap elements.
5138 2000-02-17 Mark Mitchell <mark@codesourcery.com>
5140 * function.c (thread_prologue_and_epilogue_insns): Put a line note
5143 2000-02-17 Nick Clifton <nickc@cygnus.com>
5145 * config/arm/thumb.c: Replace includes of system headers with
5146 #include "system.h".
5148 2000-02-16 Richard Henderson <rth@cygnus.com>
5150 * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
5151 Add crtbeginS.o and crtendS.o.
5152 * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
5153 (ENDFILE_SPEC): Use crtendS.o.
5154 * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
5156 * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
5157 (__do_global_dtors_aux): ... here. Call __cxa_finalize if
5159 (__dso_handle): New variable.
5160 * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
5161 bias to __CTOR_END__.
5163 2000-02-16 Richard Henderson <rth@cygnus.com>
5165 * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
5167 Wed Feb 16 21:40:04 2000 Hans-Peter Nilsson <hp@bitrange.com>
5169 * longlong.h (__clz_tab): Declare as static to match definition.
5171 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
5172 * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
5173 (XREF_FILE_NAME): Define.
5175 * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
5176 (EH_FRAME_SECTION_ASM_OP): Define.
5177 (IDENT_ASM_OP): Define.
5178 (TEXT_SECTION_ASM_OP): Define.
5180 (CTORS_SECTION_ASM_OP): Define.
5181 (CTOR_SECTION_FUNCTION): Use it.
5182 (DTORS_SECTION_ASM_OP): Define.
5183 (DTOR_SECTION_FUNCTION): Use it.
5185 2000-02-16 Zack Weinberg <zack@wolery.cumb.org>
5187 * reg-stack.c (emit_swap_insn): Do not put a new insn before a
5190 * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
5191 debug_bb_n): New functions.
5192 (dump_flow_info, print_rtl_with_bb): Use dump_regset.
5193 * basic-block.h: Prototype new functions.
5195 Wed Feb 16 21:07:53 2000 Denis Chertykov <denisc@overta.ru>
5197 * configure.in: Add support for avr target.
5198 * configure: Rebuilt.
5200 * invoke.texi: Add AVR invocation docs.
5201 * install.texi: Add information about AVR.
5202 * md.texi: Add AVR constraint letters description.
5203 * extend.texi: Add description for AVR specific attributes.
5205 2000-02-16 Jason Merrill <jason@casey.cygnus.com>
5207 * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
5209 2000-02-16 Nick Clifton <nickc@cygnus.com>
5211 * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
5212 (make_insn_raw): Move RTL check here.
5214 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5216 * version.c: Include gansidecl.h and version.h.
5218 * version.h: Wrap entire file in macro __GCC_VERSION_H__.
5220 * configure.in (gcc_version): When setting, narrow search to
5221 lines containing `version_string'.
5223 * Makefile.in (mainversion): Likewise.
5224 (GCC_H): New variable.
5225 (gcc.h): Delete target.
5226 (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
5227 (version.o): Depend on version.h.
5228 (dbxout.o): Don't depend on gcc.h.
5230 Wed Feb 16 15:04:49 2000 Hans-Peter Nilsson <hp@bitrange.com>
5231 Michael Meissner <meissner@cygnus.com>
5233 * md.texi (Simple Constraints): Add item about whitespace.
5234 * genoutput.c (strip_whitespace): New.
5235 (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
5236 strip_whitespace for constraints.
5237 Test pointer using NULL, not 0.
5239 2000-02-16 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5241 * cpplib.c (do_line): Pedwarn for #line > 32767.
5243 * c-lex.c (readescape): Warn about '\x', but do not reject it.
5245 2000-02-15 Jonathan Larmour <jlarmour@redhat.co.uk>
5247 * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
5248 to default cpp spec.
5249 (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
5250 * cpp.texi: Document __GNUC_PATCHLEVEL__.
5253 * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
5256 2000-02-15 Denis Chertykov <denisc@overta.ru>
5258 * configure.in: Add support for avr target.
5260 Wed Feb 16 03:21:43 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
5262 * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
5263 (sh_addr_diff_vec_mode): Don't declare.
5264 * sh.c (sh_addr_diff_vec_mode): Delete.
5266 Wed Feb 16 01:27:52 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
5268 * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
5270 Wed Feb 16 00:58:06 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
5272 * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
5273 (smulsi3_highpart_i): Name.
5274 (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
5275 (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
5276 (smulsi3_highpart, umulsi3_highpart): Likewise.
5278 (mulsidi3_i, umulsidi3_i): Make rtl describe operation
5279 correctly independent of endianness.
5280 (mulsidi3, umulsidi3): Now define_insn. Hide details that
5281 confuse the optimizers.
5282 (mulsidi3+1, umulsidi3+1): New define_split.
5284 Tue Feb 15 23:22:26 2000 Andrew Haley <aph@cygnus.com>
5286 * config/sh/sh.md: Guard insn splits against illegal registers.
5287 * config/sh/sh.h: Correct comment about macros.
5289 Tue Feb 15 22:30:36 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
5290 Andrew MacLeod <amacleod@cygnus.com>
5292 * Makefile.in (lcm.o): Depend on insn-attr.h.
5293 * basic-block.h (optimize_mode_switching): Declare.
5294 * lcm.c (tm_p.h, insn-attr.h): #include.
5295 (seginfo, bb_info): New structs.
5296 (antic, transp, comp, delete, insert) : New file-scope static variables.
5297 (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
5298 (reg_becomes_live, optimize_mode_switching): Likewise.
5299 * tm.texi: Add description of mode switching macros.
5300 * toplev.c (rest_of_compilation): Call optimize_mode_switching.
5302 * sh-protos.h (remove_dead_before_cse): Remove prototype.
5303 (fldi_ok, fpscr_set_from_mem): New prototypes.
5304 * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
5305 (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
5306 Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
5307 (sh_flag_remove_dead_before_cse): Remove declaration.
5308 (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
5309 (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
5310 (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
5311 * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
5312 (barrier_align): Allow for JUMP_INSNS containing a parallel.
5313 (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
5314 (fldi_ok): New function.
5315 (get_fpscr_rtx): Add fpscr_rtx as GC root.
5316 (emit_sf_insn): Only generate fpu switches when optimize < 1.
5317 (emit_df_insn): Likewise.
5318 (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
5319 (sh_flag_remove_dead_before_cse): Delete.
5320 (get_free_reg, fpscr_set_from_mem): New functions.
5321 * sh.md (movdf, movsf): Remove no_new_pseudos code.
5322 (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
5324 2000-02-15 Loren Rittle <ljrittle@acm.org>
5326 * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
5328 2000-02-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5330 * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
5331 cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
5333 * cccp.c: Include version.h and/or don't declare `version_string'.
5334 * collect2.c: Likewise.
5335 * alpha.c: Likewise.
5336 * arm/aof.h: Likewise.
5337 * arm/coff.h: Likewise.
5338 * arm/elf.h: Likewise.
5339 * arm/pe.h: Likewise.
5340 * arm/tcoff.h: Likewise.
5341 * arm/telf.h: Likewise.
5342 * arm/tpe.h: Likewise.
5343 * arm/vxarm.h: Likewise.
5344 * convex/convex.c: Likewise.
5345 * i386/dgux.c: Likewise.
5346 * i386/sun386.h: Likewise.
5347 * m88k/m88k.c: Likewise.
5348 * mcore/mcore-pe.h: Likewise.
5349 * mips/mips.h: Likewise.
5350 * romp/romp.h: Likewise.
5351 * sh/sh.c: Likewise.
5352 * cpphash.c: Likewise.
5353 * cppinit.c: Likewise.
5354 * dwarf2out.c: Likewise.
5355 * dwarfout.c: Likewise.
5358 * mips-tfile.c: Likewise.
5359 * protoize.c: Likewise.
5360 * toplev.c: Likewise.
5363 * version.c (version_string): Constify a char*.
5365 * version.h: New file.
5367 2000-02-14 Nick Clifton <nickc@cygnus.com>
5369 * configure.in: Add mcore-elf and mcore-pe targets.
5370 * configure: Regenerate.
5372 * NEWS: Add note that MCore port has been contributed.
5374 * invoke.texi: Document command line switches for MCore port.
5375 * install.texi: Add MCore to list of supported targets.
5377 2000-02-14 Geoff Keating <geoffk@cygnus.com>
5379 * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
5380 then we will need to import the frame handling functions.
5381 (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
5382 to import the frames themselves.
5384 Mon Feb 14 13:31:01 2000 Stan Cox <scox@cygnus.com>
5385 Jason Eckhardt <jle@cygnus.com>
5387 * basic_block.h: Added prototype for reorder_basic_blocks.
5388 * toplev.c: Changes to add -freorder-blocks and graph dump after
5389 block reordering is done.
5390 * flow.c (reorder_block_def): New structure for use during block
5392 (REORDER_BLOCK_*): New macros to access members of above structure.
5393 (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
5394 make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
5395 functions for block reordering.
5397 Mon Feb 14 11:24:44 2000 Hans-Peter Nilsson <hp@bitrange.com>
5399 * gcc.texi (Passes): Fix typo.
5400 * md.texi (Standard Names): Ditto.
5401 * tm.texi (Storage Layout): Ditto.
5403 2000-02-13 Zack Weinberg <zack@wolery.cumb.org>
5405 * cpplib.c (do_define): Only free the old definition if it
5408 2000-02-13 Neil Booth <NeilB@earthling.net>
5410 * cppfiles.c (read_and_prescan): When emitting deferred
5411 newlines, test speccase[] again instead of checking each
5412 possible whitespace character in turn. When we encounter \r,
5413 look behind for \n first, then ahead.
5415 2000-02-13 Zack Weinberg <zack@wolery.cumb.org>
5417 * cse.c (cse_altered): New internal flag.
5418 (cse_insn): Set it if we changed an insn.
5419 (cse_main): Clear cse_altered before each basic block.
5420 Only garbage collect if cse_altered is true afterward.
5422 Sun Feb 13 14:12:28 2000 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5424 * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
5426 Sun Feb 13 13:21:55 2000 Jeffrey A Law (law@cygnus.com)
5428 * combine.c (simplify_comparison): Fix typo.
5430 Sun Feb 13 12:57:52 2000 Neil Booth <NeilB@earthling.net>
5432 * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
5435 2000-02-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5437 * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
5438 previously inserted node instead of root node. Caller changed.
5440 2000-02-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5442 * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
5444 2000-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5446 * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
5447 __dereg_frame_dtor): Add prototype argument.
5449 * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
5451 * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
5453 * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
5455 * gthr-vxworks.h (__gthread_once): Likewise.
5457 * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
5459 Sat Feb 12 01:44:26 MET 2000 Jan Hubicka <jh@suse.cz>
5461 * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
5462 (ix86_expand_epilogue): ... here. Use mov instead of add to restore
5463 stack pointer in functions w/o saved registers, output LEAVE more often
5464 on TARGET_USE_LEAVE machines.
5466 2000-02-07 Dmitri Makarov <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
5468 * config/arm/arm.c (arm_init_cumulative_args); New function:
5469 Initlaise the CUMULATIE_ARGS strcuture for a function
5471 (arm_function_arg): New function: Determine where to place a
5472 function's argument. Also handles deciding the function's
5474 (current_file_function_operand): New function: Return true if
5475 the symbol is a function which has already been compiled.
5476 (arm_is_long_call_p): New function: Return true if the
5477 indicated function should be called via a long call.
5478 (arm_valid_type_attribute_p): New function: Return true if the
5479 attribute is a valid, arm specific, attribute.
5480 (arm_comp_type_attribute): New function: Return true if the
5481 two types have compatable, arm specific, attributes.
5483 * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
5485 (FUNCTION_ARG): Redefine to call arm_function_arg.
5486 (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
5488 (INIT_CUMULATIVE_ARGS): Redefine to call
5489 arm_init_cumulative_args.
5490 (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
5492 (SETUP_INCOMING_VARARGS): Redefine to use correct structure
5494 (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
5496 (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
5497 (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
5498 (COMP_TYPE_ATTRIBUTES): Define.
5500 * config/arm/arm.md (call): Call arm_is_long_call_p to decide
5501 if a long call is needed.
5502 (call_value): Call arm_is_long_call_p to decide if a long call
5504 (call_symbol): Call arm_is_long_call_p to decide if a long call
5507 * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
5509 2000-02-11 Denis Chertykov <denisc@overta.ru>
5511 * README.AVR: New file with information about the avr ports.
5512 * config/avr: New directory with avr port files.
5514 2000-02-11 Andreas Jaeger <aj@suse.de>
5516 * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
5518 2000-02-11 Zack Weinberg <zack@wolery.cumb.org>
5520 * cpphash.c: Fix formatting, update commentary.
5521 (dump_definition): Take three separate arguments instead of a
5522 MACRODEF structure argument.
5523 * cpphash.h: Update prototype of dump_definition.
5524 * cppinit.c (cpp_finish): Update call of dump_definition.
5526 * cpplib.c (do_define): Always create new hash entry with
5527 T_MACRO type. Remove redundant check for redefinition of
5528 poisoned identifier. Update call of dump_definition.
5529 (do_undef): Don't call check_macro_name. Rename sym_length to
5531 (do_error, do_warning): Don't use copy_rest_of_line or
5533 (do_warning): Don't use pedwarn for the actual warning,
5534 only the notice about its not being in the standard. (Fixes
5535 bug with #warning in system headers.)
5536 (do_ident): Stricter argument checking - accept only a single
5537 string after #ident. Also, macro-expand the line.
5538 (do_xifdef): Use cpp_defined. De-obfuscate.
5540 (do_pragma): Split out specific pragma handling to separate
5541 functions. Use get_directive_token. Update commentary. Do
5542 not pass on #pragma once or #pragma poison to the front end.
5543 (do_pragma_once, do_pragma_implementation, do_pragma_poison,
5544 do_pragma_default): New.
5546 Feb 11 12:30:53 2000 Jeffrey A Law (law@cygnus.com)
5548 * jump.c (jump_optimize_1): The first operand in a relational
5550 * optabs.c (emit_conditional_move): Handle relationals which
5551 have a known true/false result.
5553 2000-02-11 Geoff Keating <geoffk@cygnus.com>
5555 * function.c (thread_prologue_and_epilogue_insns): Don't insert
5556 a RETURN insn into a block which already ends with a jump.
5558 2000-02-11 Geoff Keating <geoffk@cygnus.com>
5560 * haifa-sched.c (BUF_LEN): Increase a lot.
5562 2000-02-11 Nick Clifton <nickc@cygnus.com>
5564 * configure.in: Add tm_p_file specification for thumb targets.
5565 * configure: Regenerate.
5567 * config/arm/thumb-protos.h: New file: Prototypes for exported
5568 functions defined in thumb.c.
5570 2000-02-11 Robert Lipe <robertl@sco.com>
5572 * Makefile.in (bootstrap-lean): Remove additional files.
5573 (bootstrap2-lean): Likewise.
5574 (VOL_FILES): List of files for above.
5576 2000-02-11 Nathan Sidwell <nathan@acm.org>
5578 * cpphash.c (special_symbol): Remove spurious argument to
5581 2000-02-11 Joel Sherrill (joel@OARcorp.com>
5583 * configure.in: (i*86-*-rtems*): Swapped elf and coff
5585 * configure: Rebuilt.
5587 2000-02-11 Rodney Brown <RodneyBrown@pmsc.com>
5589 * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
5591 Fri Feb 11 02:59:05 2000 Jeffrey A Law (law@cygnus.com)
5593 * pa.c, pa.h: Remove trigraph sequences within comments.
5595 Fri Feb 11 02:51:56 2000 Pavel Roskin <pavel_roskin@geocities.com>
5597 * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
5599 Fri Feb 11 02:48:30 2000 Brad Lucier (lucier@math.purdue.edu)
5601 * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
5603 2000-02-11 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5605 * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
5607 2000-02-11 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5609 * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
5610 (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
5611 (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
5612 (ASM_FILE_END): Use c4x_file_end.
5613 * config/c4x/c4x.c (c4x_global_label): New function.
5614 (c4x_external_ref, c4x_file_end): Likewise.
5616 * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
5617 (c4x_external_ref, c4x_end_file): Likewise.
5619 2000-02-10 Zack Weinberg <zack@wolery.cumb.org>
5621 * cppexp.c: Don't include cpphash.h.
5622 (parse_charconst, cpp_lex): Use cpp_defined.
5623 (cpp_lex): Use get_directive_token throughout. Remove
5624 unnecessary cases from switch. Move assertion-handling code
5626 (cpp_parse_expr): If we see '+' or '-', check the context to
5627 determine if they are unary or binary operators. Streamline
5628 the jumps a bit. Do not call skip_rest_of_line.
5630 * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
5631 static. Export get_directive_token. Update commentary.
5632 (cpp_defined): New function.
5633 (do_define): Remove reference to T_PCSTRING. Call
5634 free_definition to release memory for old definition, when
5636 (eval_if_expression): Set only_seen_white to 0 before calling
5637 cpp_parse_expr. Call skip_rest_of_line after it returns.
5638 (cpp_read_check_assertion): Don't preserve a pointer into the
5639 token buffer across a call to cpp_get_token.
5641 * Makefile.in (cppexp.o): Don't depend on cpphash.h.
5642 * cppfiles.c (redundant_include_p): Use cpp_defined.
5643 * cpphash.c (free_definition): New function.
5644 (delete_macro): Use it. Update commentary.
5645 * cpphash.h: Typedef HASHNODE here. Prototype cpp_lookup and
5647 * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
5648 from enum node_type. Prototype cpp_defined and get_directive_token.
5649 Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
5651 * fix-header.c (check_macro_names): Use cpp_defined.
5652 (read_scan_file): Set inhibit_warnings and inhibit_errors in
5653 the options structure.
5655 2000-02-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5657 * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
5659 2000-02-10 Jason Merrill <jason@casey.cygnus.com>
5661 * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
5662 rather than die->die_tag.
5664 Thu Feb 10 16:26:49 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5666 * combine.c (make_extraction, force_to_mode): Avoid warning on
5667 mixed-signedness conditionals.
5668 (make_field_assignment, nonzero_bits): Likewise.
5669 * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
5670 (store_split_bit_field, extract_split_bit_field): Likewise.
5671 (extract_fixed_bit_field, store_bit_field,
5672 * expr.c: Change alignment to be unsigned everywhere.
5673 (move_by_pieces, store_constructor_field, store_constructor):
5674 Alignment parm is unsigned.
5675 (emit_block_move, emit_group_load, emit_group_store): Likewise.
5676 (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
5677 (do_compare_rtx_and_jump): Likewise.
5678 (move_by_pieces_ninsns, clear_by_pieces): Likewise.
5679 Compare align with GET_MODE_ALIGNMENT.
5680 (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
5681 (get_inner_reference): Likewise.
5682 (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
5683 (expand_assignment): Local vars for alignment now unsigned.
5684 (store_constructor, store_field, expand_expr, do_jump): Likewise.
5685 (do_compare_and_jump): Likewise.
5686 (store_field): Call new function expr_align.
5687 * expr.h (emit_block_move, emit_group_load, emit_group_store):
5688 Alignment arg now unsigned.
5689 (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
5690 (do_compare_rtx_and_jump, store_bit_field): Likewise.
5691 (extract_bit_field): Likewise.
5692 * fold-const.c (add_double): Add cast to eliminate signedness warning.
5693 * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
5694 (get_best_mode): Alignment arg is unsigned.
5695 * rtl.h (move_by_pieces): Likewise.
5696 * store-layout.c (maximum_field_alignment, set_alignment):
5698 (layout_decl): Alignment arg is now unsigned.
5699 Remove unneeded casts.
5700 (layout_record, layout_union, layout_type): Remove unneeded casts.
5701 Local alignment variables now unsigned.
5702 (get_best_mode): Alignment arg now unsigned.
5703 * tree.c (expr_align): New function.
5704 * tree.h (expr_align): Likewise.
5705 (maximum_field_alignment, set_alignment): Now unsigned.
5706 (get_inner_reference): Alignment argument is now pointer to unsigned.
5707 * varasm.c (assemble_variable): Add cast to eliminate warning.
5709 Thu Feb 10 12:56:47 2000 Jim Wilson <wilson@cygnus.com>
5711 * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
5712 then store directly into op0.
5714 * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
5715 the CALL_INSN, and emit the note immediately after it.
5717 2000-02-10 Nick Clifton <nickc@cygnus.com>
5719 * config/arm/thumb.md (epilogue): Include a (return) in the
5720 generated insn, and emit it using emit_jump_insn not
5723 Thu Feb 10 18:28:59 MET 2000 Jan Hubicka <jh@suse.cz>
5725 * function.c (assign_temp): Change zero-sized arrays to size 1.
5726 * integrate.c (expand_inline_function): Do not update
5727 stack_alignment_needed
5728 * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
5729 add some sanity checking, remove optimization for function with
5732 2000-02-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5734 * flow.c (mark_regs_live_at_end): Delete unused variables.
5736 * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
5738 * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
5739 in macro FRAME_GROWS_DOWNWARD.
5741 * stmt.c (expand_end_bindings): Delete unused variable.
5743 * unroll.c (iteration_info): Mark parameter `loop' with
5746 2000-02-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5748 * fixinc/server.c (load_data): Return NULL if the marker line is
5750 (run_shell): If load_data returns NULL, retry the command once, in
5753 * configure: Rebuilt.
5755 2000-02-09 Bruce Korb <bkorb@gnu.org>
5757 * gcc/fixincludes: ** DELETED **
5758 * gcc/fixcpp: ** DELETED **
5759 * gcc/fixinc-nt.sed: ** DELETED **
5760 * gcc/just-fixinc: ** DELETED **
5761 * gcc/Makefile.in: Removed out-dated commentary
5762 * gcc/configure.in: Removed fast-fixincludes disablement.
5763 * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
5765 2000-02-09 Clinton Popetz <cpopetz@cygnus.com>
5766 * function.c (thread_prologue_and_epilogue_insns): Uncomment
5769 2000-02-09 Richard Henderson <rth@cygnus.com>
5771 * jump.c (delete_insn): Don't delete user labels at -O0.
5773 2000-02-09 Robert Lipe <robertl@sco.com>
5775 * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
5776 Don't link with HOST_LIBS.
5778 2000-02-09 Zack Weinberg <zack@wolery.cumb.org>
5780 * configure.in: Correct --help text for --with-dwarf2.
5781 Put tm-dwarf2.h after other tm files, if it's requested.
5782 * configure: Regenerate.
5783 * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
5786 2000-02-09 Zack Weinberg <zack@wolery.cumb.org>
5788 * cpplib.h: Provide HASHNODE typedef and forward decl of
5789 struct hashnode only. Kill cpp_hashnode typedef. MACRODEF,
5790 DEFINITION, struct hashnode, struct macrodef, struct
5791 definition, scan_decls prototype, default defn of
5792 INCLUDE_LEN_FUDGE moved elsewhere.
5794 * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
5795 definition, and struct hashnode moved here. Remove the unused
5796 'predefined' field from struct definition. Replace the 'args'
5797 union with its sole member. All users updated (cpphash.c).
5798 Delete HASHSTEP and MAKE_POS macros, and hashf prototype. Add
5799 multiple include guard.
5801 * cpphash.c (hashf): Make static; use better algorithm; drop
5802 HASHSIZE parameter; return an unsigned int.
5803 (cpp_lookup): Drop HASH parameter. PFILE parameter is
5804 used. Calculate HASHSIZE modulus here.
5805 (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
5807 (create_definition): Drop PREDEFINITION parameter.
5808 * cpplib.c (do_define): Don't calculate a hash value here.
5809 Don't pass (keyword == NULL) to create_definition.
5811 * scan.h: Prototype scan_decls here.
5812 * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
5813 * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
5814 callers of cpp_lookup and cpp_install updated.
5816 * cpphash.c (macarg): Hoist all the flag diddling out of the
5818 (macroexpand): ... and out of the loop that calls macarg.
5819 Skip over the initial paren before macro arguments with
5820 cpp_get_non_space_token; point may be some distance before
5821 that paren. Abort if it's not there.
5823 * cpplib.c (parse_clear_mark): Delete function.
5824 (parse_set_mark, parse_goto_mark): Make static.
5825 (ACTIVE_MARK_P): New macro.
5826 (skip_block_comment, skip_line_comment): Do not bump the line
5827 if ACTIVE_MARK_P is true.
5828 (cpp_pop_buffer): The buffer to be popped may not have an
5830 (cpp_get_token): When looking for the initial paren before
5831 macro arguments, only set a mark in a file buffer, Always
5832 return to that mark before proceeding to call macroexpand or
5833 return a NAME token.
5835 * cpplib.h: Remove prototypes of parse_set_mark,
5836 parse_clear_mark, parse_goto_mark.
5837 (struct cpp_options): Rename 'put_out_comments' to
5838 'discard_comments' and invert its sense.
5839 * cppinit.c, cpphash.c, cpplib.c: All users of
5840 put_out_comments changed to use discard_comments, with
5843 2000-02-09 Clinton Popetz <cpopetz@cygnus.com>
5845 * function.c (thread_prologue_and_epilogue_insns): Don't delete
5846 the edge from a block that both jumps and falls through to the
5849 2000-02-09 Scott Bambrough <scottb@netwinder.org>
5851 * config/arm/arm.md (movsi): In PIC mode, make sure that a
5852 constant source address is legitimate.
5854 2000-02-09 Philip Blundell <pb@futuretv.com>
5856 * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
5859 * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
5861 (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
5863 2000-02-09 Zack Weinberg <zack@wolery.cumb.org>
5865 * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
5866 ends with a newline and a NUL. Don't be so clever manipulating
5869 Wed Feb 9 14:18:08 MET 2000 Jan Hubicka <jh@suse.cz>
5871 * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
5872 not to BIGGEST_ALIGNMENT.
5874 2000-02-08 Geoff Keating <geoffk@cygnus.com>
5876 * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
5877 * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
5878 (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
5879 (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
5880 * frame.c (execute_cfa_insn): Handle
5881 DW_CFA_GNU_negative_offset_extended.
5883 2000-02-08 Richard Henderson <rth@cygnus.com>
5885 * flow.c (tidy_fallthru_edges): Split out from ...
5886 (delete_unreachable_blocks): ... here.
5887 (find_basic_blocks): Use it.
5889 Tue Feb 8 15:51:50 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5891 * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
5893 2000-02-08 Zack Weinberg <zack@wolery.cumb.org>
5895 * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
5896 (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
5897 (fix-header.o): Don't depend on cpphash.h.
5899 * scan.c (hashstr): New function.
5900 * scan.h: Prototype it.
5901 * fix-header.c: Don't include cpphash.h. Use hashstr.
5902 * gen-protos.c: Don't include cpphash.h or cpplib.h. Use
5903 hashstr. Report hash table statistics. Add private
5904 definition of xrealloc.
5906 2000-02-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5908 * i386.h (TARGET_SWITCHES): Fix typo in option name.
5910 2000-02-08 Clinton Popetz <cpopetz@cygnus.com>
5912 * function.c (thread_prologue_and_epilogue_insns): Don't replace
5913 jumps with returns unless they are jumps to the fallthru block.
5915 Tue Feb 8 07:53:55 2000 Jan Hubicka <jh@suse.cz>
5917 * i386.md (addqi3_cc): Fix contraints.
5919 Tue Feb 8 01:39:45 2000 Hans-Peter Nilsson <hp@bitrange.com>
5921 * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
5923 2000-02-07 Mark Mitchell <mark@codesourcery.com>
5925 * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
5926 carriage return after a macro name.
5928 2000-02-07 Fred Fish <fnf@be.com>
5930 * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
5931 so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
5933 2000-02-07 Zack Weinberg <zack@wolery.cumb.org>
5935 * cppfiles.c (deps_output): Count spacers in deps_column.
5937 2000-02-07 Neil Booth <NeilB@earthling.net>
5939 * cppinit.c (initialize_dependency_output): If there is no
5940 suffix, don't try to look for known suffixes. Use strrchr.
5941 (cpp_start_read): Remove duplicate initialization.
5943 Mon Feb 7 18:36:41 MET 2000 Jan Hubicka <jh@suse.cz>
5945 * calls.c (compute_argument_block_size): New argument
5946 preferred_stack_boundary.
5947 (expand_call): update cfun->preferred_stack_boundary, update call of
5948 compute_argument_block_size
5949 (emit_library_call): Increate cfun->preferred_stack_boundary
5950 to PREFERRED_STACK_BOUNDARY
5951 (emit_library_call_value): Likewise.
5952 * explow.c (allocate_dynamic_stack_spave): Likewise.
5953 * function.c (prepare_function_start): Set
5954 cfun->preferred_stack_boundary
5955 * function.h (struct function): Add preferred_stack_boundary field.
5956 * integrate.c (expand_inline_function): Update
5957 cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
5958 (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
5959 * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
5961 2000-02-06 Zack Weinberg <zack@wolery.cumb.org>
5963 * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
5964 cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
5965 cpp_pedwarn, cpp_pedwarn_with_line,
5966 cpp_pedwarn_with_file_and_line): Move to cpperror.c.
5967 (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
5968 v_cpp_error_with_line, v_cpp_warning_with_line,
5969 cpp_message_from_errno, cpp_perror_with_name): Delete.
5971 * cpperror.c (cpp_print_containing_files): Take starting
5973 (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
5974 (v_cpp_message): Now called directly by all entry points.
5976 (cpp_pfatal_with_name, cpp_message): Delete.
5977 (cpp_notice_from_errno, cpp_ice): New functions.
5978 (cpp_notice): Is now for reporting error conditions, just
5979 without an associated file.
5980 (cpp_error, cpp_error_with_line): Don't do anything if
5981 opts->inhibit_errors is on.
5982 (cpp_pedwarn_with_file_and_line): Take column argument also.
5984 * cpplib.h: Update prototypes of exported functions.
5985 (struct cpp_options): Add inhibit_errors.
5987 * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
5988 non-error messages. Include intl.h.
5990 * cppinit.c, cppmain.c: Likewise. Also, use
5991 cpp_notice_from_errno instead of cpp_perror_with_name or
5992 cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
5994 * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
5995 report internal errors.
5997 * cpplib.c (do_define): Switch bcopy to memcpy.
5998 Give cpp_pedwarn_with_file_and_line a dummy column argument.
6000 * cpplib.c (copy_rest_of_line): Revert previous change: don't
6001 bail out early if we hit a line comment.
6003 2000-02-06 Richard Henderson <rth@cygnus.com>
6005 * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
6006 * basic-block.h: Declare them.
6007 * emit-rtl.h (active_insn_p): New.
6008 (next_active_insn, prev_active_insn): Use it.
6009 * rtl.h: Declare it.
6010 * function.c (emit_return_into_block): New.
6011 (thread_prologue_and_epilogue_insns): Insert return insns instead
6012 of epilogues when possible.
6013 * jump.c (jump_optimize_1): Remove code to insert a return insn
6014 on the fallthru to the exit block.
6016 * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
6017 and for non-empty stack frames.
6018 * i386.md (return): Expand to return-pop as needed.
6020 2000-02-06 Richard Henderson <rth@cygnus.com>
6022 * simplify-rtx.c (simplify_relational_operation): Canonicalize
6023 constant to op1 for testing.
6025 2000-02-06 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6027 * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
6028 (fixuns_truncqfqi2): Use it.
6030 2000-02-06 Richard Henderson <rth@cygnus.com>
6032 * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
6035 * i386.md (widening and peepholes): Mask the constant instead of
6038 2000-02-05 Zack Weinberg <zack@wolery.cumb.org>
6040 * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
6041 input pointer before possibly branching off to the backslash
6043 * cpphash.c (macroexpand): Correctly delete \r escapes when
6044 stringifying parameters.
6045 * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
6046 if we can; bail out early if we hit a line comment.
6047 (handle_directive): Treat '# 123' in an .S file just like
6048 '# <punctuation>'. Discard the shifted '#' if we hit '#\n'.
6049 Return 1 for '# not_a_directive'.
6050 (get_directive_token): Pop macro buffers here, so that
6051 cpp_get_token can't sneakily move past a newline.
6053 (cpp_get_token): goto randomchar if handle_directive returns 0.
6055 * cppalloc.c: Update copyright.
6056 * cpplib.c: Merge all the static function prototypes into one
6058 * cpplib.h: Remove #if 0 block.
6060 * cpperror.c: Remove #ifdef EMACS block.
6061 * cppmain.c: Likewise.
6062 * cpphash.c: Remove #if 0 blocks.
6063 * cppinit.c: Remove #if 0 blocks, and the -lint option.
6064 * cpplib.c: Remove #if 0 blocks and code referencing
6065 pcp_inside_if or for_lint. Remove duplicate error message.
6066 Fix error messages for #else after #else or #elif. Reformat.
6067 Remove archaic TODO list.
6068 * cpplib.h: Remove pcp_inside_if and for_lint flags.
6070 2000-02-05 Zack Weinberg <zack@wolery.cumb.org>
6072 * i386/osf1elf.h: Add missing backslash to multiline string.
6074 2000-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6076 * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
6078 2000-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6080 * Makefile.in (c-common.o): Depend on $(EXPR_H).
6082 * c-common.c: Include expr.h.
6084 * c-pragma.c (mark_align_stack): Add prototype.
6086 * caller-save.c (add_stored_regs): Likewise.
6088 * combine.c (record_promoted_value): Likewise.
6090 * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
6093 * cppinit.c (new_pending_define): Likewise.
6095 * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
6097 * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
6098 AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
6099 AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
6100 class_scope_p): Likewise.
6102 * dwarf2out.h (dwarf2out_set_demangle_name_func,
6103 dwarf2out_add_library_unit_info): Likewise.
6105 * ggc.h (ggc_page_print_statistics): Likewise.
6107 * haifa-sched.c (propagate_deps): Likewise.
6109 * reg-stack.c (next_flags_user, record_label_references): Likewise.
6111 * rtl.h (set_stack_check_libfunc): Likewise.
6113 * toplev.h (set_fatal_function): Likewise.
6115 * toplev.c (set_fatal_function): Delete prototype.
6117 * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
6119 2000-02-05 Geoff Keating <geoffk@cygnus.com>
6121 * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
6122 (FUNC_END): Likewise.
6124 2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6126 * caller-save.c: Include tm_p.h.
6128 2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6130 * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
6132 2000-02-04 Neil Booth <NeilB@earthling.net>
6134 * cccp.c (main): Check 'dir' for a NULL pointer before passing
6137 2000-02-04 Zack Weinberg <zack@wolery.cumb.org>
6139 * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
6140 * genflags.c: Use the max_operand_1 logic from genemit.c to
6141 calculate how many arguments gen_insn prototypes have. Remove
6142 NO_MD_PROTOTYPES ifdefs from the generated file.
6143 * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
6144 file. Cast gen_insn initializers to insn_gen_fn.
6145 * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
6146 * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
6148 2000-02-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6150 * fixinc/Makefile.in (HDR): Add machname.h.
6153 2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6155 * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
6156 (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
6157 (c4x_cpu_version): Ditto.
6158 * config/c4x/c4x-protos.h: ... here.
6160 2000-02-04 Jason Merrill <jason@casey.cygnus.com>
6162 * dwarf2out.c (add_abstract_origin_attribute): Don't call
6163 gen_abstract_function on our context if we're a nested function.
6165 2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6167 * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
6168 * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
6170 2000-02-04 Bruce Korb <bkorb@gnu.org>
6172 * fixinc/genfixes(machname.h):
6173 Move the functionality from gen-machine.h into this file.
6174 UNdef MN_NAME_PAT if there are no names to change.
6175 Also, be a little kinder when AutoGen is not present.
6177 * fixinc/Makefile.in(machname.h):
6178 Change the generation rule to use genfixes.
6180 * fixinc/fixfixes.c(machine_name):
6181 machine_name_fix's functionality now dependent upon whether
6182 MN_NAME_PAT is defined.
6184 * fixinc/fixtests.c(machine_name):
6187 * fixinc/fixlib.c(mn_get_regexps): conditional on definition
6190 * fixinc/fixlib.h(mn_get_regexps):
6193 * fixinc/gen-machine.h: DELETED
6195 2000-02-04 Jan Hubicka <jh@suse.cz>
6196 Richard Henderson <rth@cygnus.com>
6198 * i386.c (SAVE_REGS_FIRST): Remove.
6199 (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
6200 (ix86_compute_frame_size): Likewise.
6201 (ix86_expand_prologue): Likewise. Use pro_epilogue_adjust_stack.
6202 (ix86_emit_restore_regs): Remove.
6203 (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
6204 when a frame pointer is in use.
6205 (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode. Use mov
6206 instead of pop to restore a register when profitable; emit leave
6208 (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
6210 (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
6211 * i386.md (prologue_allocate_stack): Remove.
6212 (epilogue_deallocate_stack): Remove.
6213 (pro_epilogue_adjust_stack): New.
6215 2000-02-04 Richard Henderson <rth@cygnus.com>
6217 * function.c (diddle_return_value): Rework to use a callback function.
6218 Use current_function_return_rtx if it's been set up.
6219 (do_clobber_return_reg, clobber_return_register): New.
6220 (do_use_return_reg, use_return_register): New.
6221 (expand_function_end): Use them.
6222 * stmt.c (expand_null_return): Likewise.
6223 * function.h: Declare them.
6224 * flow.c (mark_regs_live_at_end): Use diddle_return_value.
6225 (mark_reg): Change arguments as appropriate for callback.
6226 * integrate.c (expand_inline_function): Revert 19 Jan change.
6228 Fri Feb 4 20:25:42 2000 Hans-Peter Nilsson <hp@bitrange.com>
6230 * tm.texi (Values in Registers): Fix typo: "fo" "for".
6231 (Misc): Say the scheduler, not the Haifa scheduler.
6233 2000-02-04 Clinton Popetz <cpopetz@cygnus.com>
6235 * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
6236 when in_mem is set. Update all callers.
6238 2000-02-04 Richard Henderson <rth@cygnus.com>
6240 * i386/openbsd.h (INT_ASM_OP): Define.
6242 Fri Feb 4 10:51:30 2000 Hans-Peter Nilsson <hp@bitrange.com>
6244 * tm.texi: Fix various typos.
6246 Thu Feb 3 17:17:32 2000 Steve Ellcey <sje@cup.hp.com>
6248 * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
6249 (MD_STARTFILE_PREFIX_1): New macro.
6251 Thu Feb 3 15:08:13 MET 2000 Jan Hubicka <jh@suse.cz>
6253 * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
6254 destination when needed.
6255 (strmovsi, strsetsi): New expander.
6256 (strmovsi_1, strsetsi_1): New pattern.
6257 * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
6258 TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
6259 (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
6260 * invoke.texi (align-stringops, inline-all-stringops): Document.
6262 Wed Feb 2 23:04:47 2000 Krister Walfridsson <cato@df.lth.se>
6264 * i386/netbsd.h (INT_ASM_OP): Define.
6266 2000-02-02 Zack Weinberg <zack@wolery.cumb.org>
6268 * cpplib.h (cpp_reader): Add new flag, no_directives.
6269 * cpphash.c (macarg): Set it.
6270 * cpplib.c (handle_directive): If no_directives is on and we
6271 find a directive, issue an error and discard the line.
6273 Wed Feb 2 13:07:10 2000 Jim Wilson <wilson@cygnus.com>
6275 * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
6276 FP constants. Add ! TARGET_FPU check for FP constants.
6278 2000-02-02 Clinton Popetz <cpopetz@cygnus.com>
6280 * flow.c (find_basic_blocks): Don't kill label_value_list
6282 (cleanup_cfg): Kill it here.
6284 Wed Feb 2 08:12:30 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6286 * expr.c (store_field): Ensure ALIGN is no stricter than the
6289 2000-02-02 Richard Henderson <rth@cygnus.com>
6291 * jump.c (delete_insn): Partially revert 19 Jan change;
6292 don't convert unused code labels to notes at -O0.
6294 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
6296 * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
6297 split_all_insns to recreate REG_LABEL notes for flow2 pass.
6299 2000-02-01 Richard Henderson <rth@cygnus.com>
6301 * i386.c (general_no_elim_operand): New.
6302 (nonmemory_no_elim_operand): New.
6303 (ix86_expand_move): Copy eliminable operands before a push.
6304 * i386-protos.h: Declare new functions.
6305 * i386.h (CAN_ELIMINATE): Simplify.
6306 (PREDICATE_CODES): Update.
6307 * i386.md (push insns): Don't allow eliminable register operands.
6309 2000-02-01 Richard Henderson <rth@cygnus.com>
6311 * flow.c (mark_regs_live_at_end): Follow expand_function_end and
6312 replace BLKmode with DECL_RTL's mode.
6314 2000-02-01 Zack Weinberg <zack@wolery.cumb.org>
6316 * frame.c (find_fde): Convert for loop to do-while so compiler
6317 sees it's always executed at least once.
6318 * libgcc2.c (BBINBUFSIZE): Kill.
6319 (__bb_init_prg): Use fgets.
6320 (__bb_exit_trace_func): Don't paste strings.
6321 * unroll.c (unroll_loop): Initialize unroll_type, not
6322 unroll_number, and tweak logic to match.
6324 * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
6326 (ix86_flags_dependant): Likewise. Disentangle control flow.
6327 (ix86_sched_reorder): Break guts out to
6328 ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
6329 (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
6332 * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
6333 use string concatenation. Don't save and restore esi.
6335 * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
6336 (machname.h): Remove script to separate file. Use two-step
6337 sequence so target is not created if script fails.
6338 * fixinc/gen-machname.h: New file. Handle case where no non-reserved
6339 identifiers are defined.
6340 * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
6341 an empty string, machine_name doesn't need to do anything at
6343 (is_cxx_header): Add more cases to regexp.
6344 * fixinc/fixlib.h: Update prototype.
6345 * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
6347 * fixinc/fixincl.c: Define NO_BOGOSITY.
6349 * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
6350 (hp_sysfile): Add missing comma.
6351 (math_exception): Put the wrapper ifdefs at the beginning and
6352 the end of the file.
6353 * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
6355 2000-02-01 Richard Henderson <rth@cygnus.com>
6357 * sparc.c (fp_zero_operand): Turn into a normal predicate.
6358 Use CONST0_RTX. Update all callers.
6359 * sparc.h, sparc-protos.h: Update accordingly.
6360 * sparc.md (fp mov insns): Use fp_zero_operand directly
6363 Wed Feb 2 02:59:45 2000 Hans-Peter Nilsson <hp@bitrange.com>
6365 * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
6368 2000-02-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6370 * Makefile.in (specs.ready): New target.
6371 (fixinc.sh): Depend on `specs.ready' instead of `specs'.
6373 2000-02-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6375 * fixinc.irix: Use unique filenames for writing into /tmp,
6376 * fixinc.ptx: Likewise.
6377 * fixinc.sco: Likewise.
6378 * fixinc.svr4: Likewise.
6379 * fixinc.winnt: Likewise.
6381 2000-02-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6383 * tsystem.h: New file.
6385 * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
6386 s-crtS): Depend on tsystem.h.
6388 * crtstuff.c: Include tsystem.h.
6389 * frame.c: Likewise.
6390 * libgcc2.c: Likewise.
6392 Tue Feb 1 19:53:27 CET 2000 Jan Hubicka <jh@suse.cz>
6394 * builtins.c (expand_builtin_memset): Expand for variable sized
6397 2000-02-01 David Billinghurst <David.Billinghurst@riotinto.com.au>
6399 * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
6402 Tue Feb 1 00:57:40 2000 Hans-Peter Nilsson <hp@bitrange.com>
6404 * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
6406 * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
6408 2000-01-31 Chandra Chavva <cchavva@cygnus.com>
6410 * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
6411 case 3->2 combining (combining with splitting) in which 2 is CC0
6412 setter/user and 3 is user. The rest of cases 2->1 and 3->2 are
6413 checked at the begining of the function with the aid of calling
6414 function 'can_combine_p'.
6416 2000-01-31 Dave Brolley <brolley@redhat.com>
6418 * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
6420 2000-01-31 Jason Merrill <jason@casey.cygnus.com>
6422 * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
6425 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6427 * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
6429 * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
6432 2000-01-30 Zack Weinberg <zack@wolery.cumb.org>
6434 * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
6435 i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
6436 i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
6437 i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
6438 i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
6439 i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
6440 i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
6441 i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
6442 i386/vxi386.h, i386/win-nt.h, i386/win32.h:
6443 Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
6445 * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
6446 Add %(cpp_cpu) to CPP_SPEC.
6448 * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
6449 Add %(cc1_cpu) to CC1_SPEC.
6451 2000-01-28 Ulrich Drepper <drepper@redhat.com>
6453 * c-decl.c (c_decode_option): Accept optional numeric argument to
6454 -Wformat and set warn_format.
6455 * c-common.c: Don't emit warning about non-constant printf format
6456 string unless warn_format > 1.
6458 2000-01-30 Richard Henderson <rth@cygnus.com>
6460 * alpha.md (return_internal): Allow after reload only.
6462 2000-01-30 Richard Henderson <rth@cygnus.com>
6464 * i386.c (ix86_compute_frame_size): Omit padding1 if the
6465 local frame size is zero.
6467 2000-01-30 Richard Henderson <rth@cygnus.com>
6469 * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
6470 * alpha.h (EPILOGUE_USES): New. Mark $26 live.
6471 * alpha.md (return): Turn into an expander.
6472 (return_internal): Don't use $26.
6473 (epilogue): Emit the return insn.
6475 2000-01-30 Richard Henderson <rth@cygnus.com>
6477 * alpha.md (negtf2, abstf2): Fix word order thinko.
6479 (trunctfsf2): Avoid intermediate rounding errors.
6481 2000-01-30 Zack Weinberg <zack@wolery.cumb.org>
6483 * cppfiles.c (find_position): Drop 'colp' argument, return the
6485 (read_and_prescan): Adjust to match. Don't ever manipulate
6486 line or line_base except via find_position.
6488 2000-01-29 Zack Weinberg <zack@wolery.cumb.org>
6490 * c-parse.in: Apply Ulrich's changes from c-parse.y.
6491 * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
6494 2000-01-29 Zack Weinberg <zack@wolery.cumb.org>
6496 * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
6497 just print "<command line>". If 'filename' is null or an
6498 empty string, print "<stdin>" for the filename.
6499 * cpplib.c (do_define): Don't print the 'location of the
6500 previous definition' message if we're still parsing the
6502 (cpp_pedwarn_with_file_and_line): Always call
6503 cpp_file_line_for_message.
6505 2000-01-29 Mark Mitchell <mark@codesourcery.com>
6507 * flow.c (mark_regs_live_at_end): Fix typo.
6509 2000-01-28 Ulrich Drepper <drepper@redhat.com>
6511 * c-common.c: Adjust variable names, comments, help strings to c99.
6512 * c-lex.c: Likewise.
6513 * c-parse.y: Likewise.
6514 * c-tree.h: Likewise.
6516 * cpplib.h: Likewise.
6517 * c-decl.c: Likewise. Recognize options with names "*99" as well.
6518 * cppinit.c: Likewise.
6520 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
6522 * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
6523 * c4x.c: Define the optab rtx values.
6524 (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
6525 (c4x_emit_libcall): Use new optab rtx values.
6526 (c4x_emit_libcall3): Likewise.
6527 (c4x_emit_libcall_mulhi): Likewise.
6528 * c4x-protos.h: Add prototypes for optab rtx values and change
6529 prototypes for above c4x_emit_libcall functions.
6531 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
6533 * c4x.c (c4x_output_ascii): Restrict line length of output when TI
6535 (c4x_function_prologue): Use regnames intead of float_reg_names when
6537 (c4x_function_epilogue): Likewise.
6538 (c4x_print_operand): Likewise.
6539 * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
6540 * c4x.md (set_high): Disable for TARGET_TI.
6542 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
6544 * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
6545 of framepointer + constant to ADDR_REGS class.
6546 * c4x.md (addqi3, addqi3_noclobber_reload): Update.
6547 * c4x.c (std_or_reg_operand): New function.
6548 * c4x-protos.h (std_or_reg_operand): Prototype it.
6550 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
6552 * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
6553 object names as libgcc2.c.
6554 * libgcc.S: Use newly defined names.
6556 Fri Jan 7 19:48:04 CET 2000 Jan Hubicka <jh@suse.cz>
6557 * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
6559 * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
6560 * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
6561 (FLOW_LOOP_LAST_BLOCK): Likewise.
6563 2000-01-21 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6565 * basic-block.h (struct loop): New fields 'first' and 'last'.
6566 * flow.c (flow_loops_find): Compute loop->first and loop->last.
6567 (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
6568 and loop->last to check for NOTE_INSN_LOOP_END.
6570 Fri Jan 28 10:57:58 2000 Jason Eckhardt <jle@cygnus.com>
6572 * predict.c (estimate_probability): Use the new FIRST and LAST fields
6573 of the loop descriptor rather than HEADER and LATCH. Also added
6574 missing break statements as well making some coding style modifications
6575 as suggested by Michael Hayes.
6577 2000-01-28 Richard Henderson <rth@cygnus.com>
6579 * flow.c (find_basic_blocks): Remove do_cleanup argument.
6580 Break out that code ...
6581 (cleanup_cfg): ... here.
6582 (commit_one_edge_insertion): Detect a return instruction being
6583 emitted to an edge. Emit a barrier following; clear fallthru.
6584 (commit_edge_insertions): Verify CFG consistency.
6585 * function.c (expand_function_start): Kill unused variable.
6586 (expand_function_end): Likewise.
6587 (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
6588 to insert the epilogue.
6590 * gcse.c (gcse_main): Adjust for find_basic_blocks change.
6591 (delete_null_pointer_checks): Likewise.
6592 * output.h: Likewise.
6593 * reg-stack.c (reg_to_stack): Likewise.
6594 * toplev.c (rest_of_compilation): Likewise. Run
6595 thread_prologue_and_epilogue_insns after rebuilding the CFG.
6597 2000-01-28 Richard Henderson <rth@cygnus.com>
6599 * Makefile.in (flow.o): Revert 24 Jan change.
6600 * flow.c (mark_regs_live_at_end): Likewise. Force BLKmode
6601 FUNCTION_VALUE result to DECL_RESULT's mode.
6603 * haifa-sched.c (schedule_insns): Don't recompute reg info
6606 2000-01-28 Zack Weinberg <zack@wolery.cumb.org>
6608 * configure.in: Make --enable-cpplib the default.
6609 * configure: Regenerate.
6610 * gcc.dg/990119-1.c: No longer expected to fail.
6612 2000-01-28 Bernd Schmidt <bernds@cygnus.co.uk>
6614 * jump.c (jump_optimize_1): Delete an optimization that is also done
6615 by merge_blocks in flow.
6617 2000-01-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6619 * diagnostic.c (build_message_string, output_printf,
6620 line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
6621 (build_location_prefix): Fix non-literal format string.
6623 2000-01-27 Richard Henderson <rth@cygnus.com>
6625 * alpha.md (trunctfsf2): New.
6627 2000-01-27 Andrew Hobson <ahobson@eng.mindspring.net>
6629 * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
6631 2000-01-27 Zack Weinberg <zack@wolery.cumb.org>
6633 * cppinit.c (cpp_handle_option): Recognize C++ comments under
6635 * cpplib.c (skip_block_comment, skip_line_comment): Split code
6637 (skip_comment) ... here. Permit C++ comments in system
6638 headers always. Warn about C++ comments in user code under
6639 -std=gnu89 -pedantic.
6640 (copy_comment): Use skip_comment.
6641 (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
6643 (consider_directive_while_skipping, do_else, do_endif): Call
6644 validate_else unconditionally.
6645 (validate_else): Check CPP_PEDANTIC here. Accept non-comment
6646 text after the conditional in a system header.
6647 * cpplib.h (struct cpp_buffer): Add flag
6648 warned_cplusplus_comments.
6650 2000-01-27 Geoffrey Keating <geoffk@cygnus.com>
6652 * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
6653 Use unshare_all_rtl_1.
6654 (unshare_all_rtl_again): New function.
6655 (unshare_all_rtl_1): New function split out of unshare_all_rtl.
6657 * function.c (purge_addressof_1): Use unshare_all_rtl_again
6658 rather than resetting the 'used' flags ourself.
6660 * toplev.c (rest_of_compilation): Add current_function_decl
6661 to the unshare_all_rtl call.
6662 * tree.h: Prototype unshare_all_rtl.
6663 * rtl.h: Prototype unshare_all_rtl_again here.
6665 2000-01-27 Geoffrey Keating <geoffk@cygnus.com>
6667 * genoutput.c (output_prologue): Include ggc.h in generated
6669 * Makefile.in (insn-output.o): Depends on ggc.h.
6671 2000-01-27 Ian Dall <ian@sibyl.beware.dropbear.id.au>
6672 Hans-Peter Nilsson <hp@bitrange.com>
6674 * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
6675 Remove redundant include of xm-ns32k.h.
6676 * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
6677 Remove redundant include of xm-ns32k.h.
6678 * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
6679 Remove redundant include of xm-ns32k.h.
6680 * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
6682 * ns32k/ns32k.h: Update comment on multiply-add instructions.
6683 (TARGET_SWITCHES): Add documentation strings.
6684 (DWARF_FRAME_REGNUM): Override default definition.
6685 (REG_CLASS_CONTENTS): Add comments.
6686 (SUBSET_P): Format to reduce line length.
6687 (SMALL_REGISTER_CLASSES): Make a run time option.
6688 (GO_IF_NONINDEXED_ADDRESS): Reformat.
6689 (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
6690 dereferencing it. Braces to avoid "ambiguous else" were misplaced.
6691 (regclass_map): fix typo in comment.
6692 * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
6693 Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
6694 (trace, reg_or_mem_operand): Delete, unused function.
6695 (calc_address_cost): Small offsets are cheaper than large ones.
6696 (expand_block_move): Generate more efficient code when bytes is a
6697 known at compile time.
6698 * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
6699 (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
6700 instead of reg_or_mem_operand.
6702 * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
6703 not general_operand. Similarly use "=rm" or stricter, not "=g".
6704 For input operands, use stricter constraints than "g" if not
6705 general_operand. Similarly use stricter predicate than
6706 "general_operand" when stricter constraints than "g" are present,
6707 except for matching constraints.
6708 (movstrsi): Use "memory_operand" for operands 0 and 1.
6709 (truncsiqi2, truncsihi2, trunchiqi2): Remove.
6710 (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
6711 not reg_or_mem_operand.
6712 (udivmoddisi4): Ditto.
6713 Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
6714 Use nonimmediate_operand for operand 3, not register_operand.
6715 (udivmoddiqi4_internal): Use register_operand for operand 1, not
6718 2000-01-27 Fred Fish <fnf@be.com>
6720 * gthr-posix.h: Fix typo; compatibily -> compatibility.
6721 * gthr-single.h: Likewise.
6722 * gthr-solaris.h: Likewise.
6723 * gthr-vxworks.h: Likewise.
6724 * gthr-win32.h: Likewise.
6727 2000-01-27 Zack Weinberg <zack@wolery.cumb.org>
6729 * cppinit.c: Add " (cpplib)" to end of string printed by
6732 2000-01-27 Richard Henderson <rth@cygnus.com>
6734 * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
6735 testing for a signed comparison.
6736 (alpha_emit_floatuns): New.
6737 * alpha-protos.h: Declare it.
6738 * alpha.md (floatunsdisf2, floatunsdidf2): New.
6739 (extendsfdf2): Tidy.
6741 2000-01-27 Jakub Jelinek <jakub@redhat.com>
6743 * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
6744 no -g option specifying debugging format, default to -gstabs+.
6746 Wed Jan 26 22:19:14 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
6748 * calls.c (special_function_p): New argument fork_or_exec.
6749 (expand_call): When profile_arc_flag is set and the function
6750 is in the fork_or_exec group, call __bb_fork_func first.
6751 * libgcc2.c, _bb module (__bb_fork_func): New function.
6752 (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
6754 * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
6755 * tree.h (special_function_p): Update prototype.
6757 2000-01-26 Richard Henderson <rth@cygnus.com>
6759 * alpha.c (alpha_split_tfmode_pair): New.
6760 * alpha-protos.h: Declare it.
6761 * alpha.md (abstf2, negtf2): New.
6762 (movtf insn): Add input G constraint.
6763 (movtf splitter): Use alpha_split_tfmode_pair.
6765 2000-01-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6767 * i386/cygwin.h: PROTO -> PARAMS.
6769 2000-01-26 Jakub Jelinek <jakub@redhat.com>
6771 * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
6772 TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
6773 using _Qp_cmp/_Q_cmp and testing the return value.
6774 (print_operand): Call reverse_condition_maybe_unordered if
6775 we are handling CCFPmode or CCFPEmode.
6776 Handle ORDERED, UN* and LTGT comparisons.
6777 * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
6778 if not TARGET_HARD_QUAD.
6779 (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
6780 bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
6781 Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
6782 Adjust gen_b* calls so that they reflect return comparison of
6783 sparc_emit_float_lib_cmp.
6785 2000-01-26 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6787 * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
6788 incoming operands array is large enough for one more operand.
6789 (alpha_emit_xfloating_arith): Likewise.
6791 2000-01-25 Zack Weinberg <zack@wolery.cumb.org>
6793 * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
6794 file with one line and no trailing newline.
6795 Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
6796 * fixinc/fixtests.c (machine_name_test): Fix fencepost error
6797 checking if the match is on the line.
6798 * fixinc/gnu-regex.c: Provide regerror not __regerror.
6800 2000-01-25 Richard Henderson <rth@cygnus.com>
6802 * sparc.c (output_cbranch): Fix accidental squashing of the
6803 fp branch pre-delay nop.
6805 2000-01-25 Richard Henderson <rth@cygnus.com>
6807 * tree.def (UNNE_EXPR): Remove.
6808 * c-typeck.c (build_binary_op): Don't handle it.
6809 * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
6811 * rtl.def (UNNE): Remove.
6813 * jump.c (reverse_condition): Update accordingly.
6814 (swap_condition): Likewise.
6815 (comparison_dominates_p): Handle unordered comparisons.
6816 (reverse_condition_maybe_unordered): New.
6817 * rtl.h (reverse_condition_maybe_unordered): Declare.
6819 * sparc.c (select_cc_mode): Update for UNNE/LTGT.
6820 (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
6821 * sparc.h (REVERSIBLE_CC_MODE): Always true. Update docs.
6822 * sparc.md (bltgt): New.
6824 2000-01-25 Nick Clifton <nickc@redhat.com>
6826 * emit-rtl.c (emit_insn): Only check machine class insns for
6827 improper emission of a RETURN.
6829 2000-01-25 Richard Henderson <rth@cygnus.com>
6831 * Makefile.in (flow.o): Depend on $(EXPR_H).
6832 * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
6833 duplicate the structure of diddle_return_value for keeping regs live.
6835 2000-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6837 * loop.c (current_loop_info): Delete.
6838 (consec_sets_invariant_p): Add loop argument, update callers.
6839 (get_condition_for_loop): Likewise.
6840 (count_nonfixed_reads, update_giv_derive): Likewise.
6841 (simplify_giv_expr, general_induction_var): Likewise.
6842 (consec_sets_giv, recombine_givs): Likewise.
6843 (move_movables): Delete loop_start and loop_end arguments,
6844 add loop argument, and update callers.
6845 (find_mem_givs, check_final_value): Likewise.
6846 (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
6847 (loop_invariant_p): Rename from invariant_p, add loop argument, and
6849 (basic_induction_var): Add loop argument, delete loop_level argument,
6851 * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
6852 add loop argument, and update callers.
6853 (find_splittable_regs, find_splittable_givs): Likewise.
6854 (reg_dead_after_loop, loop_find_equiv_value): Likewise.
6855 (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
6856 (biv_total_increment): Delete loop_start and loop_end arguments;
6858 (precondition_loop_p): Delete loop_start and loop_info arguments;
6860 * loop.h (get_condition_for_loop): Add loop argument.
6861 (biv_total_increment): Delete loop_start and loop_end arguments.
6862 (precondition_loop_p): Delete loop_start and loop_info arguments;
6864 (final_biv_value): Delete loop_start and loop_end arguments;
6866 (final_giv_value, back_branch_in_range_p): Likewise.
6868 2000-01-25 Gavin Romig-Koch <gavin@cygnus.com>
6870 * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
6872 2000-01-25 Gavin Romig-Koch <gavin@cygnus.com>
6874 * Makefile.in (c-gperf.h) : Change the "See" pointer to
6875 point to the new "generated_files" doc.
6877 2000-01-25 Clinton Popetz <cpopetz@cygnus.com>
6879 * config/fp-bit.c (_unord_f2): Fix typo.
6881 2000-01-25 Zack Weinberg <zack@wolery.cumb.org>
6883 * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
6884 c-typeck.c, objc/objc-act.c: Remove all references to obstack
6885 functions obsoleted by GC, such as push_obstacks_nochange,
6886 end_temporary_allocation, savealloc, saveable_tree_cons, etc.
6887 and code which existed only to decide whether or not to call
6888 them. Remove now-unused NESTED argument from start_function;
6889 all callers changed. Do not change behavior based on ggc_p.
6890 The use of the ixp_obstack in c-iterate.c and the util_obstack
6891 in objc/objc-act.c remain; these are not obsoleted by garbage
6893 * c-tree.h: Update prototype for start_function.
6895 * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
6897 2000-01-25 Clinton Popetz <cpopetz@cygnus.com>
6899 * config/mips/mips.md (zero_extendsidi2_internal): Disable for
6902 2000-01-25 Richard Henderson <rth@cygnus.com>
6904 * sparc-protos.h (select_cc_mode): Declare.
6905 * sparc.c (select_cc_mode): New. Handle unordered compares.
6906 (output_cbranch): Always reverse via code change. Handle
6907 unordered compares. Factor tests and string updates.
6908 * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
6909 (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
6910 * sparc.md (bunordered, bordered): New.
6911 (bungt, bunlt, buneq, bunge, bunle): New.
6913 2000-01-25 Richard Henderson <rth@cygnus.com>
6915 * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
6916 * ggc-common.c (ggc_add_rtx_varray_root): New.
6917 (ggc_mark_rtx_varray): New.
6918 (ggc_mark_rtx_varray_ptr): New. Shift all ggc_mark_foo_ptr
6919 functions down below ggc_mark_foo.
6920 * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
6922 2000-01-25 Richard Henderson <rth@cygnus.com>
6924 * alpha.c (secondary_reload_class): Don't allocate a secondary
6925 for integral mode memories into FLOAT_REGS. Rearrange the more
6926 complicated memory expression inward.
6928 2000-01-25 Zack Weinberg <zack@wolery.cumb.org>
6930 * inclhack.def: Fixes to play nicer with FreeBSD, and
6931 corrections to comments.
6932 (cxx_unready): Add select expression.
6933 (irix_sockaddr): Add bypass expression.
6934 (machine_ansi_h_va_list): New fix.
6935 (stdio_va_list): No need to edit _BSD_VA_LIST_.
6936 Split out addition of "#include <stdarg.h>" to...
6937 (stdio_stdarg_h): ... here.
6938 (systypes_for_aix): Rename to systypes_stdlib_size_t. Apply
6939 to stdlib.h also. Do not munge _BSD_SIZE_T_.
6940 (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
6942 (ultrix_ifdef): Tighten up select expression.
6944 * fixincl.tpl: Exorcise 'exesel'. Rewrite calculations of
6945 re_ct and max_mach to avoid use of shell. Make printed names
6946 match names in inclhack.def. Use static copyright date.
6947 Don't count c_test and test expressions as requiring regex_t
6948 slots. Add some commentary.
6949 * inclhack.tpl: Do not include the 'This script contains N
6950 fixup scripts' line if PROGRAM is defined. Use static
6953 2000-01-24 Jason Merrill <jason@casey.cygnus.com>
6955 * dwarf2out.c: include "varray.h", not dyn-string.h.
6956 (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
6957 (addr_const_to_string, addr_to_string): Lose.
6958 (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
6959 (struct dw_val_struct): val_addr is now an rtx.
6960 (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
6961 (used_rtx_varray): New varray.
6962 (dwarf2out_init): Initialize it.
6964 (mem_loc_descriptor, add_const_value_attribute): Call it instead of
6966 * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
6967 sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
6968 * Makefile.in (dwarf2out.o): Update dependencies.
6970 2000-01-24 Richard Henderson <rth@cygnus.com>
6972 * i386.c (i386_dwarf_output_addr_const): New.
6973 * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
6975 * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
6977 * dwarfout.c (output_mem_loc_descriptor): Likewise.
6978 * i386.c (i386_simplify_dwarf_addr): New.
6979 * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
6981 Mon Jan 24 16:56:10 2000 Jim Wilson <wilson@cygnus.com>
6983 * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
6984 TYPE_STUB_DECL is NULL.
6986 2000-01-24 Richard Henderson <rth@cygnus.com>
6988 * builtins.c (expand_tree_builtin): Move ...
6989 * c-common.c (expand_tree_builtin): ... here.
6991 2000-01-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6993 * loop.h (LOOP_INFO): New accessor macro.
6994 * basic-block.h (struct loop): Rename field `info' to `aux'.
6995 * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
6996 (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
6997 * unroll.c (loop_iterations, unroll_loop): Likewise.
6999 2000-01-24 Christopher Faylor <cgf@cygnus.com>
7001 * config/i386/t-cygwin: Accomodate new winsup directory layout
7002 when searching for include files.
7004 2000-01-24 Richard Henderson <rth@cygnus.com>
7006 * rtl.def: Add unordered fp comparisions.
7007 * tree.def: Likewise.
7008 * tree.h: Add ISO C 9x unordered fp comparision builtins.
7010 * builtins.c (expand_tree_builtin): New function.
7011 * c-typeck.c (build_function_call): Use it.
7012 (build_binary_op): Support unordered compares.
7013 * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
7015 * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
7016 (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
7017 * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
7018 (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
7019 * jump.c (reverse_condition): Don't abort for UNLE etc, but
7021 (swap_condition): Handle unordered compares.
7022 (thread_jumps): Check can_reverse before reversing.
7023 * loop.c (get_condition): Likewise. Allow UNORERED/ORDERED to be
7026 * optabs.c (can_compare_p): New argument CODE. Verify branch or
7027 setcc is present before acking for cmp_optab. Update all callers.
7028 (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
7029 * expmed.c (do_cmp_and_jump): Update for can_compare_p.
7030 * expr.c (expand_expr): Likewise. Support unordered compares.
7031 (do_jump, do_store_flag): Likewise.
7032 * expr.h (enum libfunc_index): Add unordered compares.
7034 * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
7035 (DPBIT_FUNCS): Add _unord_df.
7036 * config/fp-bit.c (_unord_f2): New.
7037 * fp-test.c (main): Try unordered compare builtins.
7039 * alpha-protos.h (alpha_fp_comparison_operator): Declare.
7040 * alpha.c (alpha_comparison_operator): Check mode properly.
7041 (alpha_swapped_comparison_operator): Likewise.
7042 (signed_comparison_operator): Likewise.
7043 (alpha_fp_comparison_operator): New.
7044 (alpha_emit_conditional_branch): Handle unordered compares.
7045 * alpha.h (PREDICATE_CODES): Update.
7046 * alpha.md (fp compares): Use alpha_fp_comparison_operator.
7047 (bunordered, bordered): New.
7049 2000-01-24 Richard Henderson <rth@cygnus.com>
7051 * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
7052 * alpha.md (movtf): New expander, insn, and splitter.
7054 Mon Jan 24 19:49:47 MET 2000 Jan Hubicka <jh@suse.cz>
7056 * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
7059 Mon Jan 24 17:37:31 MET 2000 Jan Hubicka <jh@suse.cz>
7061 * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
7062 (FIXED_REGISTERS, CALL_USED_REGISTERS,
7063 REG_ALLOC_ORDER): Add frame pointer
7064 (FRAME_POINTER_REGNUM): Set to 20
7065 (HARD_FRAME_POINTER_REGNUM): New macro.
7066 (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
7067 to HARD_FRAME_POINTER.
7068 (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
7069 (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
7070 (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
7071 (HI_REGISTER_NAMES): Add "frame".
7072 (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
7073 (debug_reg): Handle FRAME_POINTER_REGNUM.
7074 (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
7075 GENERAL_REGS and INDEX_REGS.
7076 * i386.c (SAVED_REGS_FIRST): new macro.
7077 (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
7078 (ix86_decompose_address, memory_address_length): Likewise.
7079 (regclass_map): Add frame pointer.
7080 (call_insn_operand): Handle frame_pointer_rtx.
7081 (reg_no_sp_operand): Likewise.
7082 (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
7083 (print_operand, legitimize_pic_address): Fix formating.
7084 (ix86_compute_frame_size): Make static, update prototype, new
7085 parameters padding1, padding2, use ix86_nsaved_regs, use
7086 stack_alignment_needed.
7087 (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
7088 to HARD_FRAME_POINTER_REGNUM conversions.
7089 (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
7090 (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
7091 (print_reg): Abort on FRAME_POINTER_REGNUM
7093 Mon Jan 24 16:50:08 MET 2000 Jan Hubicka <jh@suse.cz>
7095 * i386.h (PREDICATE_CODES): Add aligned_operand.
7096 * i386.c (aligned_operand): New function.
7097 (ix86_aligned_p): Kill.
7098 * i386.md (movhi_1): Emit mov for aligned operands.
7099 (promoting peep2s): Use aligned_operand.
7101 2000-01-23 Zack Weinberg <zack@wolery.cumb.org>
7103 * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
7104 expression to allow underscores in macro names.
7105 (fix_char_macro_defines): Increment scanning pointer.
7107 2000-01-23 Richard Henderson <rth@cygnus.com>
7109 * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
7110 * alpha/osf5.h: New file.
7111 * configure.in (alpha-*-osf5): Add it to tm_file.
7113 * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
7115 * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
7116 (alpha_emit_xfloating_cvt, function_arg): Declare.
7117 * alpha.c (alpha_emit_conditional_branch): Call
7118 alpha_emit_xfloating_compare for TFmode compares.
7119 (alpha_lookup_xfloating_lib_func): New.
7120 (alpha_compute_xfloating_mode_arg): New.
7121 (alpha_emit_xfloating_libcall): New.
7122 (alpha_emit_xfloating_arith): New.
7123 (alpha_emit_xfloating_compare): New.
7124 (alpha_emit_xfloating_cvt): New.
7125 (print_operand): Add default abort case.
7126 (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
7127 * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
7128 (BIGGEST_ALIGNMENT): Increase to 128 bits.
7129 (RETURN_IN_MEMORY): True for TF/TCmode.
7130 (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
7131 (FUNCTION_ARG): Move to function_arg.
7132 (FUNCTION_ARG_PASS_BY_REFERENCE): New.
7133 (ASM_OUTPUT_LONG_DOUBLE): New.
7134 (ASM_OUTPUT_DOUBLE): Always output bits.
7135 * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
7136 (fix_trunctfdi2, floatditf2, floatunsditf2): New.
7137 (extenddftf2, trunctfdf2): New.
7139 2000-01-23 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7141 * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
7142 * config/sparc/sol2.h: ... here.
7144 2000-01-24 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
7146 * basic-block.h (struct loops): New field `levels'.
7147 * flow.c (flow_loops_level_compute): Traverse all outer loops.
7148 (flow_loop_level_compute): Initialise level to 1.
7149 (flow_loops_find): Set loops->levels.
7150 (flow_loops_dump): Print loops->levels.
7152 2000-01-23 Richard Henderson <rth@cygnus.com>
7154 * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
7155 (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
7157 2000-01-23 Richard Henderson <rth@cygnus.com>
7159 * i386.c (dbx_register_map, svr4_dbx_register_map): New.
7160 * i386.h (DBX_REGISTER_NUMBER): Use them.
7161 * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
7162 * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
7163 * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
7164 * i386/sequent.h: Kill incorrect comment.
7166 2000-01-23 Mark Mitchell <mark@codesourcery.com>
7168 * ggc-page.c (struct page_entry): Make `context_depth' an
7170 (struct globals): Likewise.
7172 2000-01-23 Clinton Popetz <cpopetz@cygnus.com>
7174 * loop.c (check_dbra_loop): When checking a loop for
7175 reversability, check the source of any stores to ensure
7176 they don't depend on an initial value.
7178 2000-01-23 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
7180 * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
7182 2000-01-22 Zack Weinberg <zack@wolery.cumb.org>
7184 * fixinc/fixincl.c: Move declarations of 'pz_fname' and
7185 'pz_scan' into scope of entire function. Only affects
7186 compiles with -DDEBUG.
7188 2000-01-22 Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
7190 * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
7191 section naming to that prior to 2000-01-07 patch.
7192 * config/mips/elf.h (UNIQUE_SECTION): Ditto.
7193 * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
7194 * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
7195 * config/i386/interix.c (UNIQUE_SECTION): Ditto.
7196 * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
7198 2000-01-22 Bernd Schmidt <bernds@cygnus.co.uk>
7200 * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
7203 2000-01-21 Jim Wilson <wilson@cygnus.com>
7205 * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
7206 * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
7208 2000-01-21 Zack Weinberg <zack@wolery.cumb.org>
7210 * cpphash.c (change_newlines): Delete function.
7211 (struct argdata): Delete 'newlines' and 'use_count' fields.
7212 (macroexpand): Remove code referencing those fields.
7214 2000-01-22 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
7216 * loop.c (loops_info): New variable.
7217 (loop_optimize): Allocate loops->array and free it on exit.
7218 Allocate memory for loops_info and assign to each loop,
7220 (find_and_verify_loops): Do not allocate loops->array.
7222 2000-01-21 Zack Weinberg <zack@wolery.cumb.org>
7224 * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
7226 2000-01-21 Jakub Jelinek <jakub@redhat.com>
7228 * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
7229 pseudos if expanded after first flow.
7230 (movdi_pic_label_ref): Likewise.
7232 2000-01-20 Richard Henderson <rth@cygnus.com>
7234 * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
7236 2000-01-20 Zack Weinberg <zack@wolery.cumb.org>
7238 * Makefile.in (fixinc.sh): Depend on specs.
7239 * fixinc/Makefile.in: Add rule to create machname.h.
7240 (fixlib.o): Depend on machname.h.
7241 * fixinc/fixtests.c (machine_name): New test.
7242 * fixinc/fixfixes.c (machine_name): New fix.
7243 * fixinc/fixlib.c (mn_get_regexps): New helper function for
7244 the machine_name test and fix.
7245 * fixinc/fixlib.h: Prototype it.
7246 * fixinc/inclhack.def (machine_name): Use the C test and fix.
7247 * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
7249 * gcc.c (do_spec_1) [case P]: Take care not to create
7250 identifiers with three leading or trailing underscores.
7252 * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
7253 (fixincl): Don't specify libraries twice on link line.
7254 (gnu-regex.o): Remove special rule.
7255 * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
7256 defined by config.h. Do not define _REGEX_RE_COMP.
7257 (regcomp): Allocate and initialize a fastmap.
7258 * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
7260 2000-01-20 Brad Lucier <lucier@math.purdue.edu>
7262 * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
7264 2000-01-19 Richard Henderson <rth@cygnus.com>
7266 * flow.c (propagate_block): Replace FIRST, LAST and BNUM
7267 arguments with BB. Update all callers. Tidy line wrapping.
7269 2000-01-19 Clinton Popetz <cpopetz@cygnus.com>
7271 * emit-rtl.c (try_split): Return last_insn if we split the
7274 Thu Jan 20 01:01:23 MET 2000 Jan Hubicka <jh@suse.cz>
7276 * i386-protos.h (ix86_compute_frame_size): Remove prototype.
7277 (ix86_initial_elimination_offset): Declare.
7278 * i386.c (ix86_nsaved_regs): Break out from ...
7279 (ix86_can_use_return_insn_p): ... here.
7280 (ix86_emit_save_regs): Break out from ...
7281 (ix86_expand_prologue): ... here.
7282 (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
7284 (ix86_expand_epilogue): ... here.
7285 (ix86_compute_frame_size): Make static, add prototype.
7286 (ix86_initial_elimination_offset): Break out from ...
7287 * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
7289 2000-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7291 * recog.h (OUT_FCN): Delete.
7293 * vax.md: Call `get_insn_template' instead of OUT_FCN.
7295 2000-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7297 * cppalloc.c: PROTO -> PARAMS.
7298 * cpperror.c: Likewise.
7299 * cppfiles.c: Likewise.
7300 * cpplib.c: Likewise.
7301 * cpplib.h: Likewise.
7303 * config/arm/arm-protos.h: PROTO -> PARAMS.
7304 * config/arm/arm.c: Likewise.
7305 * config/c4x/c4x.c: Likewise.
7306 * config/fr30/fr30-protos.h: Likewise.
7307 * config/nextstep.c: Likewise.
7308 * config/pa/pa.c: Likewise.
7309 * config/pj/pj.c: Likewise.
7310 * config/rs6000/rs6000.c: Likewise.
7311 * config/v850/v850-protos.h: Likewise.
7312 * config/v850/v850.c: Likewise.
7314 2000-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7316 * i370-protos.h: New file.
7318 * i370.c: Include tm_p.h. Fix compile time warnings.
7320 * i370.h: Move prototypes to i370-protos.h. Fix compile time
7323 * i370.md: Likewise.
7325 2000-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7327 * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
7328 (target_isinf, target_isnan, eisnan): Mark parameter with
7330 (eiisinf): Wrap in INFINITY.
7331 (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
7332 (ibmtoe): Remove unused variable `rndsav'.
7334 Wed Jan 19 20:23:06 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
7336 * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
7337 (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
7339 2000-01-19 Zack Weinberg <zack@wolery.cumb.org>
7341 * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
7342 * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
7343 (fix_char_macro_defines, fix_char_macro_uses): New functions.
7345 * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
7346 Recognize Emacs mode markers also.
7347 * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
7348 C++ comments in C++ headers. Call is_cxx_header only if
7351 * fixinc/inclhack.def (avoid_bool): Add select for the problem and
7353 (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
7354 (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
7355 ... these, which use the new C fixes.
7356 (math_exception): Escape literal '+' in bypass expression.
7358 * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
7361 2000-01-19 Geoff Keating <geoffk@cygnus.com>
7363 * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
7366 2000-01-20 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
7368 * loop.c (loop_optimize): Allocate loop_info structure for each loop
7369 prior to calling scan_loop.
7371 Wed Jan 19 19:54:38 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
7373 * sh.c (find_barrier, gen_block_redirect): Fix indentation.
7374 (split_branches, calc_live_regs): Likewise.
7376 Wed Jan 19 19:12:36 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
7378 * sh.md (fpu_single, fp_mode): New attributes.
7380 2000-01-20 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
7382 * loop.c (current_loop_info): Renamed from loop_info_data
7383 and changed to a pointer.
7384 (loop_optimize): Allocate loop_info structure for each loop
7385 and initialise to zero.
7386 (scan_loop): Set current_loop_info.
7388 * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
7391 2000-01-19 Richard Henderson <rth@cygnus.com>
7393 * stupid.c: Die die die.
7394 * Makefile.in (OBJS): Remove stupid.o.
7395 (stupid.o): Likewise.
7397 * except.c (emit_eh_context): Don't emit USEs for stupid.
7398 * explow.c (probe_stack_range): Likewise.
7399 * flags.h (obey_regdecls): Remove.
7400 * flow.c (find_basic_blocks): Don't run try_merge_blocks
7401 when not optimizing.
7402 (life_analysis): Limit data collection when not optimizing.
7403 (mark_regs_live_at_end): Always mark the return value registers.
7404 (mark_used_regs): Remove dummy RETURN case.
7405 (print_rtl_with_bb): Don't consult obey_regdecls.
7406 * function.c (use_variable, use_variable_after): Remove.
7407 (assign_parms): Consult optimize not obey_regdecls.
7408 (expand_function_start): Don't emit USEs for stupid.
7409 (expand_function_end): Likewise.
7410 * global.c (build_insn_chain): Export.
7411 * integrate.c (expand_inline_function): Kill return-value USE
7413 * jump.c (jump_optimize_1): Do simple jump optimizations and
7414 dead code elimination.
7415 (calculate_can_reach_end): Remove check_deleted argument.
7416 (delete_insn): Patch out insns even when not optimizing.
7417 * local-alloc.c (block_alloc): Don't do tying when not optimizing.
7418 * rtl.h (use_variable, use_variable_after): Remove declarations.
7419 (build_insn_chain): Declare.
7420 * stmt.c (expand_value_return): Don't emit USEs for stupid.
7421 (expand_end_bindings): Likewise.
7422 (expand_decl): Likewise. Consult optimize not obey_regdecls.
7423 * toplev.c (obey_regdecls): Remove.
7424 (rest_of_compilation): Don't set it. Kill stupid in favour of
7425 flow1, local-alloc, and reload.
7426 (main): Don't set obey_regdecls.
7428 * config/nextstep.c (handle_pragma): Likewise.
7430 * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
7432 * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
7434 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7436 * alpha-protos.h: PROTO -> PARAMS.
7437 * alpha.c: Likewise.
7439 * h8300.c: Likewise.
7440 * i386-protos.h: Likewise.
7442 * m32r-protos.h: Likewise.
7445 * mips.md: Likewise.
7446 * gmon-sol2.c: Likewise.
7447 * sparc.c: Likewise.
7449 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7451 * ns32k-protos.h: New file.
7453 * ns32k.c: Fix compile time warnings.
7455 * ns32k.h: Move prototypes to ns32k-protos.h. Fix compile time
7458 * ns32k.md: Likewise.
7460 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7462 * vax-protos.h: New file.
7464 * vax.c: Fix compile time warnings.
7466 * vax.h: Move prototypes to vax-protos.h. Fix compile time
7471 * vaxv.md: Likewise.
7473 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7475 * romp-protos.h: New file.
7477 * romp.c: Fix compile time warnings.
7479 * romp.h: Move prototypes to romp-protos.h. Fix compile time
7482 * romp.md: Likewise.
7484 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7486 * we32k-protos.h: New file.
7488 * we32k.c: Fix compile time warnings.
7490 * we32k.h: Move prototypes to we32k-protos.h. Fix compile time
7493 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7495 * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
7497 * except.c (eh_regs): Likewise.
7499 * final.c (output_operand): Likewise.
7501 * fold-const.c (target_isinf, target_isnan): Likewise.
7503 Tue Jan 18 16:19:55 MET 2000 Jan Hubicka <hubicka@freesoft.cz>
7505 * i386.h (BIGGEST_ALIGNMENT): Set to 128.
7506 (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
7508 * i386.md (memstr): Do not use rep stosb for counts divisible by 4
7510 (clrstrsi): Rewrite.
7511 (strsethi, strsetqi): New expanders.
7512 (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
7513 (cmpstrsi): Emit compare insn before cmpstrsi_1
7514 (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
7515 (strlensi_1): Likewise.
7516 (cmpstrsi_1): Likewise; do not output compare.
7517 (strlen expander): Do not unroll when optimizing for size.
7518 (*subsi3_carry): Rename to subsi3_carry
7519 (addqi3_cc): New pattern.
7520 * i386.h (processor_costs): Add move_ratio field.
7521 (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
7522 * i386.c (*_cost): Set move_ratio.
7523 (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
7524 (x86_expand_strlensi_1): Rewrite the main loop.
7526 2000-01-17 Richard Henderson <rth@cygnus.com>
7528 * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
7529 * cse.c (find_comparison_args, fold_rtx): Likewise.
7530 * integrate.c (subst_constants): Likewise.
7531 * loop.c (get_condition): Likewise.
7533 * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
7535 * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
7537 2000-01-18 Martin v. Löwis <loewis@informatik.hu-berlin.de>
7539 * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
7540 (RESTORE_WARN_FLAGS): Unpack it.
7541 Change semantic type of extension to ttype.
7542 * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
7543 * c-parse.y, c-parse.c, objc/objc-parse.y,
7544 objc/objc-parse.c: Regenerate.
7546 2000-01-17 Zack Weinberg <zack@wolery.cumb.org>
7548 * fixinc/fixlib.c: Add copyright notice.
7549 (compile_re): New function.
7550 * fixinc/fixlib.h: Prototype compile_re.
7552 * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
7553 Use compile_re to compile regular expressions.
7555 * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
7556 where the pattern matched.
7558 * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
7560 (ultrix_ansi_compat): Likewise.
7561 (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
7563 (interactv_add2, interactv_add3): Delete.
7564 (x11_sprintf): Don't use filename glob.
7565 * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
7568 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7570 * print-rtl.c: PROTO -> PARAMS.
7572 * reg-stack.c: Likewise.
7573 * resource.c: Likewise.
7574 * sdbout.h: Likewise.
7575 * simplify-rtx.c: Likewise.
7576 * stor-layout.c: Likewise.
7577 * stupid.c: Likewise.
7578 * xcoffout.c: Likewise.
7579 * xcoffout.h: Likewise.
7581 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7583 * toplev.c: PROTO -> PARAMS.
7584 * toplev.h: Likewise.
7587 * unroll.c: Likewise.
7588 * varasm.c: Likewise.
7589 * varray.c: Likewise.
7590 * varray.h: Likewise.
7592 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7594 * reload.c: PROTO -> PARAMS.
7595 * reload.h: Likewise.
7596 * reload1.c: Likewise.
7597 * reorg.c: Likewise.
7598 * resource.h: Likewise.
7601 * rtlanal.c: Likewise.
7602 * sbitmap.h: Likewise.
7603 * sdbout.c: Likewise.
7604 * stack.h: Likewise.
7606 * system.h: Likewise.
7608 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7610 * machmode.h: PROTO -> PARAMS.
7611 * mbchar.h: Likewise.
7612 * mips-tdump.c: Likewise.
7613 * mips-tfile.c: Likewise.
7614 * optabs.c: Likewise.
7615 * output.h: Likewise.
7616 * prefix.c: Likewise.
7617 * profile.c: Likewise.
7618 * protoize.c: Likewise.
7620 * recog.c: Likewise.
7621 * recog.h: Likewise.
7622 * regclass.c: Likewise.
7623 * regmove.c: Likewise.
7626 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7628 * ggc-common.c: PROTO -> PARAMS.
7629 * ggc-page.c: Likewise.
7630 * ggc-simple.c: Likewise.
7632 * global.c: Likewise.
7633 * graph.c: Likewise.
7634 * gthr-win32.h: Likewise.
7635 * haifa-sched.c: Likewise.
7636 * halfpic.h: Likewise.
7637 * integrate.c: Likewise.
7638 * integrate.h: Likewise.
7641 * local-alloc.c: Likewise.
7645 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7647 * genattr.c: PROTO -> PARAMS.
7648 * genattrtab.c: Likewise.
7649 * gencheck.c: Likewise.
7650 * gencodes.c: Likewise.
7651 * genconfig.c: Likewise.
7652 * genemit.c: Likewise.
7653 * genextract.c: Likewise.
7654 * genflags.c: Likewise.
7655 * gengenrtl.c: Likewise.
7656 * genopinit.c: Likewise.
7657 * genoutput.c: Likewise.
7658 * genpeep.c: Likewise.
7659 * genrecog.c: Likewise.
7661 2000-01-16 Mark Mitchell <mark@codesourcery.com>
7663 * tree.h (BINFO_VPTR_FIELD): Augment documentation.
7665 2000-01-16 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7667 * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
7668 * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
7669 * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
7670 * configure, config.in: Rebuilt.
7672 2000-01-16 Zack Weinberg <zack@wolery.cumb.org>
7674 * config/i386/i386.md: Add peephole to merge successive stack
7677 Sat Jan 15 15:41:14 EST 2000 John Wehle (john@feith.com)
7679 * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
7680 instead of emit_insn_before. Also handle NOTE_INSN_BASIC_BLOCK
7681 when walking backwards to find all the parameter loads when
7682 the basic block ends in a call.
7684 2000-01-15 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
7686 * loop.c (this_loop_info): Delete.
7687 (uid_loop): Add in place of uid_loop_num. All uses updated.
7688 (loop_number_exit_count): Delete and replace with entry in loop
7689 structure. All uses updated.
7690 (loop_number_loop_starts, loop_number_loop_ends): Likewise.
7691 (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
7692 (loop_outer_loop): Likewise.
7693 (loop_invalid, loop_number_exit_labels): Likewise.
7694 (loop_used_count_register): Delete and replace with entry in
7695 loop_info structure.
7696 (find_and_verify_loops): Add loops argument.
7697 (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
7698 loop_end, etc. arguments with loop structure pointer. All callers
7700 (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
7701 (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
7702 (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
7703 (insert_bct): Likewise.
7704 (basic_induction_var): New argument level.
7705 * loop.h (struct loop_info): Delete fields num, loops_enclosed,
7706 vtop, and cont. Add used_count_register.
7707 (uid_loop): Delete declaration.
7708 (loop_number_exit_count): Likewise.
7709 (loop_number_loop_starts, loop_number_loop_ends): Likewise.
7710 (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
7711 (loop_outer_loop, loop_used_count_register): Likewise.
7712 (loop_invalid, loop_number_exit_labels): Likewise.
7713 (unroll_loop): Replace loop_start and loop_end arguments
7714 with loop structure pointer.
7715 (loop_precondition_p, loop_iterations): Likewise.
7716 Include basic-block.h.
7717 * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
7718 with loop structure pointer.
7719 (loop_precondition_p, loop_iterations): Likewise.
7720 * basic-block.h (struct loop): New entries vtop, cont,
7721 cont_dominator, start, end, top, scan_start, exit_labels,
7723 * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
7725 2000-01-15 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7727 * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
7729 2000-01-14 Nathan Sidwell <sidwell@codesourcery.com>
7731 * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
7733 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7735 * pdp11-protos.h: New file.
7737 * pdp11.c: Include tm_p.h. Add static prototypes. Fix compile
7740 * pdp11.h: Move prototypes to pdp11-protos.h. Fix compile time
7743 * pdp11.md: Likewise.
7747 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7749 * mn10300-protos.h: New file.
7751 * mn10300.c: Include tm_p.h. Add static prototypes. Fix compile
7754 * mn10300.h: Move prototypes to mn10300-protos.h. Fix compile time
7757 * mn10300.md: Likewise.
7759 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7761 * mn10200-protos.h: New file.
7763 * mn10200.c: Include tm_p.h. Add static prototypes. Fix compile
7766 * mn10200.h: Move prototypes to mn10200-protos.h. Fix compile time
7769 * mn10200.md: Likewise.
7771 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7773 * h8300-protos.h: New file.
7775 * h8300.c: Include tm_p.h. Add static prototypes. Fix compile
7778 * h8300.h: Move prototypes to h8300-protos.h. Fix compile time
7781 * h8300.md: Likewise.
7783 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7785 * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
7786 (asm_emit_uninitialised): Likewise.
7788 2000-01-13 Gavin Romig-Koch <gavin@cygnus.com>
7790 * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
7791 * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
7793 2000-01-14 Clinton Popetz <cpopetz@cygnus.com>
7795 * config/mips/mips.c (override_options): Don't turn on extra
7796 alignment for mips16.
7798 2000-01-14 Clinton Popetz <cpopetz@cygnus.com>
7800 * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
7801 eabi, and make sure queued POSTINCREMENT rtl is emitted at
7804 2000-01-14 Clinton Popetz <cpopetz@cygnus.com>
7806 * builtins.c (PAD_VARARGS_DOWN): Define.
7807 (std_expand_builtin_va_arg): Use the above macro.
7808 * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
7809 * tm.texi (Register Arguments): Document the above macro.
7811 2000-01-14 Nick Clifton <nickc@cygnus.com>
7813 * emit-rtl.c (emit_insn): If checking is enabled, make sure
7814 that this function has not been used to emit a jump
7817 * jump.c (return_jump_1): Cope with being passed a null rtx.
7819 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7821 * eh-common.h: PROTO -> PARAMS.
7822 * emit-rtl.c: Likewise.
7823 * errors.c: Likewise.
7824 * errors.h: Likewise.
7825 * except.c: Likewise.
7826 * except.h: Likewise.
7827 * explow.c: Likewise.
7828 * expmed.c: Likewise.
7831 * final.c: Likewise.
7832 * fix-header.c: Likewise.
7834 * fold-const.c: Likewise.
7835 * function.c: Likewise.
7836 * function.h: Likewise.
7838 * gcov-io.h: Likewise.
7842 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7844 * sh-protos.h: New file.
7846 * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
7847 Add static prototypes. Fix compile time warnings.
7849 * sh.h: Move prototypes to sh-protos.h. Fix compile time warnings.
7853 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7855 * arc-protos.h: New file.
7857 * arc.c: Include tm_p.h. Add static prototypes. Fix compile
7860 * arc.h: Move prototypes to arc-protos.h. Fix compile time
7865 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7867 * dsp16xx-protos.h: New file.
7869 * dsp16xx.c: Include tm_p.h. Add static prototypes. Fix compile
7872 * dsp16xx.h: Move prototypes to dsp16xx-protos.h. Fix compile time
7875 * dsp16xx.md: Likewise.
7877 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7879 * convex-protos.h: New file.
7881 * convex.c: Include tm_p.h. Add static prototypes. Fix compile
7884 * convex.h: Move prototypes to convex-protos.h. Fix compile time
7887 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7889 * elxsi-protos.h: New file.
7891 * elxsi.c: Include tm_p.h. Add static prototypes. Fix compile
7894 * elxsi.h: Move prototypes to elxsi-protos.h. Fix compile time
7897 * elxsi.md: Likewise.
7899 2000-01-14 Clinton Popetz <cpopetz@cygnus.com>
7901 * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
7902 case for moving from HI/LO/HI_LO_REG. This makes the behavior
7903 match the comment for MIPS16.
7905 Fri Jan 14 00:28:06 2000 Jeffrey A Law (law@cygnus.com)
7907 * flow.c (split_edge): Do not call set_block_for_insn if we
7908 do not have a basic_block_for_insn structure.
7910 * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
7911 and destination functions are 32bit aligned within the trampoline.
7912 (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
7913 (TRAMPOLINE_ALIGNMENT): Define.
7915 * cse.c (cse_insn): When changing (set (pc) (reg)) to
7916 (set (pc) (label_ref)), verify the change creates a valid insn.
7918 * fr30.c (call_operand): Tighten and rework to match rules for
7919 call RTL expressions.
7920 * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
7921 * fr30.md (call patterns): Improve constraints.
7923 Thu Jan 13 23:44:03 2000 Richard Henderson <rth@cygnus.com>
7925 * fr30.c (fr30_expand_epilogue): Revert last change.
7926 Use emit_jump_insn for the return insn.
7928 Thu Jan 13 14:46:03 2000 Jason Eckhardt <jle@cygnus.com>
7929 Stan Cox <scox@cygnus.com>
7931 * predict.c: New file. Preliminary infrastructure work for static
7932 branch prediction and basic block reordering.
7933 * basic-block.h: Add prototype for estimate_probability.
7934 * Makefile.in: Add rules for predict.o.
7936 2000-01-13 Jason Merrill <jason@yorick.cygnus.com>
7938 * fixincludes (va_list): Use __not_va_list__ for the dummy.
7939 * fixinc/*: Likewise.
7941 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7943 * cccp.c: PROTO -> PARAMS.
7945 * collect2.c: Likewise.
7946 * combine.c: Likewise.
7947 * convert.h: Likewise.
7949 * dbxout.c: Likewise.
7950 * dbxout.h: Likewise.
7951 * diagnostic.c: Likewise.
7952 * doprint.c: Likewise.
7953 * dwarf2out.c: Likewise.
7954 * dwarf2out.h: Likewise.
7955 * dwarfout.c: Likewise.
7956 * dwarfout.h: Likewise.
7957 * dyn-string.h: Likewise.
7959 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7961 * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
7962 macro conditionals guarding use.
7964 * dwarf2out.c: Include "tm_p.h".
7966 * function.c (locate_and_pad_parm): Mark parameter with
7968 (expand_function_end): Likewise for variable `context'.
7970 * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
7972 2000-01-13 Nick Clifton <nickc@cygnus.com>
7974 * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
7975 register to prevent compile time warnings.
7977 2000-01-13 Zack Weinberg <zack@wolery.cumb.org>
7979 * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
7980 to avoid -Wtraditional warning.
7982 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7984 * 1750a-protos.h: New file.
7986 * 1750a.c: Include tm_p.h. Add static prototypes. Fix compile
7989 * 1750a.h: Move prototypes to 1750a-protos.h. Fix compile time
7992 * 1750a.md: Likewise.
7994 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7996 * a29k-protos.h: New file.
7998 * a29k.c: Include tm_p.h. Add static prototypes. Fix compile
8001 * a29k.h: Move prototypes to a29k-protos.h. Fix compile time
8004 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8006 * clipper-protos.h: New file.
8008 * clipper.c: Include tm_p.h. Add static prototypes. Fix compile
8011 * clipper.h: Move prototypes to clipper-protos.h. Fix compile time
8014 Thu Jan 13 16:03:06 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
8016 * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
8018 2000-01-13 Nathan Sidwell <sidwell@codesourcery.com>
8020 * configure.in (--enable-new-gxx-abi): New option.
8021 * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
8022 * Makefile.in (GXX_ABI_FLAG): New variable.
8023 * configure: Regenerate.
8025 2000-01-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8027 * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
8028 * tm.texi (FORCE_STRUCT_BLK): Document.
8029 * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
8031 Wed Jan 12 23:12:47 2000 Hans-Peter Nilsson <hp@axis.com>
8033 * config/ns32k/ns32k.md: Revert Jan 9 change.
8035 * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
8036 to a mode-test, if the predicate is address_operand.
8038 Wed Jan 12 22:34:00 2000 Jeffrey A Law (law@cygnus.com)
8040 * combine.c (if_then_else_cond): Be careful about what kinds
8041 of RTL expressions are passed to operand_subword.
8043 * flow.c (split_edge): If we have to insert a new jump, make
8044 sure to associate it with a basic block.
8046 * flow.c (commit_one_edge_insertion): A block with one successor
8047 can end in a JUMP_INSN that is not a simplejump.
8049 2000-01-12 Robert Lipe <robertl@sco.com>
8051 * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
8052 (BUILD_VA_LIST_TYPE): Define.
8053 (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
8056 2000-01-12 Jason Merrill <jason@casey.cygnus.com>
8058 * cccp.c (do_pragma): Add cast to (char *).
8060 2000-01-12 Richard Henderson <rth@cygnus.com>
8061 Fred Fish <fnf@be.com>
8062 Jason Merrill <jason@cygnus.com>
8064 * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
8065 * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
8066 * i386/beos-elf.h, i386/beos-pe.h: New files.
8068 * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
8069 * cross-make (SYSTEM_HEADER_DIR): Define using
8070 CROSS_SYSTEM_HEADER_DIR.
8072 * gcc.c (LIBRARY_PATH_ENV): Provide default.
8073 (process_command): Use it.
8074 (main): Likewise. Kill trailing = from env vars.
8075 (build_search_list): Put it back.
8076 * collect2.c (main): Use LIBRARY_PATH_ENV.
8078 * configure.in (GCC_NEED_DECLARATIONS): Add environ.
8079 * toplev.c: Use NEED_DECLARATION_ENVIRON.
8081 * tm.texi (Frame Layout): Document SMALL_STACK.
8082 * c-common.c (c_common_nodes_and_builtins): Check it.
8084 * system.h: Undef alloca after including glibc's <stdlib.h>,
8085 if USE_C_ALLOCA is defined.
8087 * gcc.c (set_input): New fn.
8088 (main): After all input files are compiled, reset the input file
8091 * aclocal.m4 (rindex, index): If already defined, don't attempt
8094 * ginclude/varargs.h: (__va_list__): Define ifndef.
8095 * ginclude/stdarg.h: Likewise.
8097 * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
8098 instead of unsigned char.
8100 * hash.h (true, false, boolean): Undef before enum.
8102 * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
8103 proper type of "HOST_WIDE_INT *", rather than their natural type of
8104 "unsigned HOST_WIDE_INT *".
8106 2000-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8108 * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
8110 * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
8112 * regclass.c (choose_hard_reg_mode): Likewise.
8114 * reload.c (find_valid_class, strict_memory_address_p): Likewise.
8116 * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
8118 2000-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8120 * c-common.c: PROTO -> PARAMS.
8121 * c-common.h: Likewise.
8122 * c-decl.c: Likewise.
8123 * c-iterate.c: Likewise.
8124 * c-lang.c: Likewise.
8125 * c-lex.c: Likewise.
8126 * c-lex.h: Likewise.
8127 * c-parse.in: Likewise.
8128 * c-pragma.c: Likewise.
8129 * c-pragma.h: Likewise.
8130 * c-tree.h: Likewise.
8131 * c-typeck.c: Likewise.
8132 * objc/objc-act.c: Likewise.
8133 * objc/objc-act.h: Likewise.
8135 2000-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8137 * m88k-protos.h: New file.
8139 * m88k.c: Include tm_p.h. Add static prototypes. Fix compile
8142 * m88k.h: Move prototypes to m88k-protos.h. Fix compile time warnings.
8144 * m88k.md: Likewise.
8146 * tekXD88.h: Likewise.
8148 2000-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8150 * m68k-protos.h: New file.
8152 * m68k.c: Include tm_p.h. Add static prototypes. Fix compile
8155 * m68k.h: Move prototypes to m68k-protos.h. Fix compile time warnings.
8157 * mot3300.h: Likewise.
8159 2000-01-12 Richard Earnshaw <rearnsha@arm.com>
8161 * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
8163 (extract_bitlist): Declare bitlen.
8165 2000-01-12 Zack Weinberg <zack@wolery.cumb.org
8167 * cccp.c: Accept and ignore -lang-fortran.
8169 * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
8170 qualifiers don't match at any level of pointerness.
8172 2000-01-12 Robert Lipe <robertl@sco.com>
8174 * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
8176 2000-01-12 Bernd Schmidt <bernds@cygnus.co.uk>
8178 * reload1.c (reload_reg_unavailable): New static variable.
8179 (reload_reg_free_p): Test it.
8180 (reload_reg_free_for_value_p): Test it instead of
8182 (choose_reload_regs_init): Compute it.
8184 Wed Jan 12 03:24:41 2000 Toshiyasu Morita (toshi.morita@sega.com)
8186 * reorg.c (fill_slots_from_thread): Check modified_in_p
8189 Wed Jan 12 03:20:31 2000 John Marshall <john_w_marshall@palm.com>
8191 * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
8192 these nodes even if INTERNALS is not set.
8194 Wed Jan 12 09:39:22 2000 Nick Burrett <nick.burrett@btinternet.com>
8196 * gcse.c (delete_null_pointer_checks_1): Cope when
8197 get_condition cannot determine the condition.
8199 2000-01-12 Gabriel Dos Reis <gdr@codesourcery.com>
8201 * toplev.h (set_message_length): Declare.
8203 * diagnostic.c (obstack_chunk_alloc): Define macro.
8204 (obstack_chunk_free): Likewise.
8205 (struct output_buffer): New data structure.
8207 (output_maximum_width): New variable.
8208 (doing_line_wrapping, set_message_length, init_output_buffer,
8209 get_output_prefix, output_space_left, emit_output_prefix,
8210 output_newline, output_append, output_puts, dump_output,
8211 vbuild_message_string, build_message_string, build_location_prefix,
8212 voutput_notice, output_printf, line_wrapper_printf,
8213 vline_wrapper_message_with_location): New functions. Implement
8214 automatic line wrapping.
8215 (v_message_with_decl): Make it handle automatic line wrapping.
8216 (v_error_with_file_and_line): Likewise.
8217 (v_warning_with_file_and_line): Likewise.
8218 (announce_function): Likewise.
8219 (default_print_error_function): Likewise.
8221 2000-01-11 16:24 -0800 Zack Weinberg <zack@wolery.cumb.org>
8223 * cpplib.h (struct cpp_options): Change lang_asm to char.
8225 * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
8226 done in cpp_handle_option now.
8227 (initialize_builtins): Take out special case code used only by
8229 (cpp_handle_option): Turn off trigraphs and trigraph warnings
8230 if -traditional. Recognize -lang-fortran and set
8231 lang_fortran, also turn off cplusplus_comments.
8232 (print_help): Document -lang-fortran.
8233 * cpplib.c (handle_directive): Ignore `# 123 "file"' if
8234 lang_asm. Ignore all directives other than `# 123 "file"' if
8236 (cpp_get_token): If -traditional, don't recognize directives
8237 unless the # is in column 1.
8238 (parse_string): If lang_fortran or lang_asm, silently
8239 terminate strings ('' or "") at end of line.
8240 Remove unnecessary braces.
8242 2000-01-11 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8243 Richard Henderson <rth@cygnus.com>
8245 * resource.c (mark_referenced_resources): Mark a set strict_low_part
8247 * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
8248 strict_low_part when possible.
8250 2000-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8252 * alias.c: PROTO -> PARAMS.
8253 * basic-block.h: Likewise.
8254 * bitmap.c: Likewise.
8255 * bitmap.h: Likewise.
8256 * builtins.c: Likewise.
8257 * c-aux-info.c: Likewise.
8258 * caller-save.c: Likewise.
8259 * calls.c: Likewise.
8261 2000-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8263 * Makefile.in (toplev.o): Depend on regs.h.
8265 * output.h (tdesc_section): Prototype.
8267 * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
8269 * sdbout.c: Include "tm_p.h".
8271 * toplev.c: Include "regs.h".
8273 Tue Jan 11 11:37:58 2000 Mike Stump <mrs@wrs.com>
8275 * unroll.c (unroll_loop): Add EH support.
8277 2000-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8279 * pa-protos.h: New file.
8281 * pa.c: Include recog.h and tm_p.h.
8282 (compute_zdepwi_operands, compute_movstrsi_length,
8283 remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
8284 find_addr_reg, import_milli): Add static prototypes.
8285 (pa_cpu_string, pa_arch_string): Constify a char*.
8286 (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
8287 (read_only_operand): Add argument `mode'.
8288 (singlemove_string, output_move_double, output_fp_move_double,
8289 output_block_move, output_and, output_ior, output_ascii,
8290 remove_useless_addtr_insns, milli_names, output_mul_insn,
8291 output_div_insn, output_mod_insn, output_arg_descriptor,
8292 output_cbranch, output_bb, output_bvb, output_dbra, ,
8293 output_millicode_call, output_call, hppa_encode_label,
8294 output_parallel_movb, output_parallel_addb): Constify a char*.
8295 (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
8296 (output_parallel_addb): Remove extra arg to `constrain_operands'
8298 * pa.h: Move all prototypes to pa-protos.h.
8299 (pa_cpu_string, pa_arch_string): Constify a char*.
8300 (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
8302 * pa.md: Call `function_label_operand' with mode argument.
8303 Likewise for `read_only_operand'.
8304 Fix nesting of parens in call to `symbolic_operand'.
8306 2000-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8308 * i860-protos.h: New file.
8310 * i860.c: Include tm_p.h. Add static prototypes. Fix compile
8313 * i860.h: Move prototypes to i860-protos.h. Fix compile time warnings.
8315 * i860.md: Likewise.
8317 Tue Jan 11 18:59:35 MET 2000 Jan Hubicka <jh@suse.cz>
8319 * i386.md (movstrsi expander): Rewrite.
8320 (movstrsi_1 insn): Deleted.
8321 (strmovhi, strmovqi expander): New expanders.
8322 (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
8323 * i386.c (x86_single_stringop): New global variable.
8324 * i386.h (x86_single_stringop): Declare.
8325 (TARGET_SINGLE_STRINGOP): New macro.
8327 2000-01-11 Clinton Popetz <cpopetz@cygnus.com>
8329 * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
8330 integer vararg POSTINCREMENT before the destination of the jump
8331 for the hard fp case.
8332 (function_arg_pass_by_reference): Pass a copy of CUM to
8335 * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
8336 for CONSTANT_ADDRESS_P above while loop for subreg.
8338 2000-01-11 Clinton Popetz <cpopetz@cygnus.com>
8340 * flow.c (propagate_block): When a prologue/epilogue insn
8341 is marked dead, unconditionally clear libcall_is_dead and
8342 insn_is_dead, and only dump rtl if warnings aren't being
8345 Tue Jan 11 16:26:47 MET 2000 Jan Hubicka <jh@suse.cz>
8347 * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
8348 * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
8349 (FIXED_REGISTERS): Set dirflag as fixed.
8350 (CALL_USED_REGISTERS): Set dirflag as used.
8351 (REG_ALLOC_ORDER): Set dirflag as last one.
8352 (DIRFLAG_REG): New macro.
8353 (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
8354 (HI_REGISTER_NAMES): Add dirflag.
8355 (DEBUF_PRINT_REG): Handle dirflag.
8356 * i386.md (type attribute): New cld and str types.
8357 (length_opcode attribute): Set cld and str to 1.
8358 (memory attribute): Set str to unknown - it is not clear from the
8360 (pent_np function unit): Prefixed string operations takes 12 cycles
8361 minimally; cld takes 2 cycles.
8362 (ppro_uops attribute): Str is "many" and cld is "few".
8363 (ppro_p0 unit): Handle cld here.
8364 (k6_alux unit): Handle cld and str types.
8365 (k6_load unit): It is ocupied by str opcodes.
8366 (k6_store unit): It is ocupied by str opcodes.
8367 (athlon_decode): Str is vector decoded.
8368 (athlon_ieu): Handle str and cld.
8370 (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
8371 (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
8372 cmpstrsi_nz_1 insn): Do not output cld instruction
8374 Tue Jan 11 06:14:39 2000 David Starner <dstarner98@aasaa.ofe.org>
8376 * gcc.texi (G++ and GCC): Add Java and Chill.
8377 (Bug Critera): Don't list languages.
8379 * gcc.texi (Incompatibilities): No longer claim most C compilers
8382 * gcc.texi (G++ and GCC): Update other front-ends list.
8384 Tue Jan 11 05:49:01 2000 Jeffrey A Law (law@cygnus.com)
8386 * i386.c (ix86_expand_setcc): Fix typo.
8387 (ix86_expand_movcc): Similarly.
8389 * Band-aid until haifa's bitset implementation is nuked.
8390 * haifa-sched.c (extract_bitlst): New parameter for size of the
8391 bitset in bits. All callers changed. Avoid looking at undefined
8393 (edgeset_bitsize): New variable.
8394 (schedule_region): Initialize edgeset_bitsize.
8396 2000-01-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8398 * Makefile.in (optabs.o): Depend on real.h
8399 (resource.o): Depend on insn-attr.h
8401 * builtins.c (result_vector): Wrap prototype in macro conditions
8402 governing definition and use.
8404 * c-common.c: Include tm_p.h.
8406 * c-lex.c: Likewise.
8408 * elfos.h: Constify a char*.
8410 * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
8411 (get_attr_length, shorten_branches, profile_after_prologue): Mark
8412 parameter with ATTRIBUTE_UNUSED.
8414 * fold-const.c (exact_real_inverse): Wrap variable `i' in
8417 * haifa-sched.c (schedule_insns): Mark parameter with
8420 * optabs.c: Include real.h.
8422 * real.h (ereal_atof): Add prototype arguments.
8424 * resource.c: Include insn-attr.h.
8426 * sdbout.c (sdbout_queue_anonymous_type,
8427 sdbout_dequeue_anonymous_types): Wrap in macro
8428 SDB_ALLOW_FORWARD_REFERENCES.
8429 (sdbout_init, sdbout_start_new_source_file): Mark parameter with
8432 * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
8434 * stupid.c: Include tm_p.h.
8436 * tree.c (real_value_from_int_cst): Mark parameter with
8439 2000-01-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8441 * i960-protos.h: New file.
8443 * i960.c: Include tm_p.h. Add static prototypes. Fix compile
8446 * i960.h: Move prototypes to i960-protos.h. Fix compile time warnings.
8448 2000-01-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8450 * combine.c (expand_field_assignment): Do not discard SUBREGs
8451 while computing nonzero_bits.
8453 2000-01-09 Nick Clifton <nickc@cygnus.com>
8455 * config/arm/arm.c: Fix compile time warnings about signed vs
8457 * config/arm/arm.h: Fix compile time warnings about signed vs
8460 2000-01-09 Philip Blundell <philb@gnu.org>
8462 * config/arm/arm.c (output_return_instruction): Use `ldr' rather
8463 than `ldm' with only one register.
8464 * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
8467 * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
8470 Sun Jan 9 17:50:23 2000 Hans-Peter Nilsson <hp@axis.com>
8472 * config/ns32k/ns32k.md (load or push effective address): Operand 1
8475 2000-01-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8477 * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
8478 assignment used as truth value.
8480 * function.c (assign_temp): Mark parameter `dont_promote' with
8481 ATTRIBUTE_UNUSED. Wrap variable `unsignedp' with macro
8482 PROMOTE_FOR_CALL_ONLY.
8484 * genrecog.c (write_subroutine): Mark variable `operands' with
8487 * optabs.c (prepare_cmp_insn): Mark parameter `align' with
8490 * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
8491 (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
8493 * toplev.c (note_deferral_of_defined_inline_function): Likewise
8496 2000-01-09 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8498 * config/c4x.h: Tidy up comments.
8499 * config/c4x.c: Likewise.
8501 Sun Jan 9 01:02:55 EST 2000 John Wehle (john@feith.com)
8503 * fold-const.c (lshift_double, rshift_double): Handle
8504 shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
8506 2000-01-08 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8508 * toplev.c (rest_of_compilation): Initialize cse_not_expected as
8509 in prepare_function_start().
8511 Sat Jan 8 12:12:46 2000 Nick Clifton <nickc@cygnus.com>
8513 * config/v850/v850.c (expand_epilogue): Interrupt functions no
8514 longer allocate extra stack for function calls.
8516 2000-01-08 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8518 * config/c4x/c4x.md (*subqf3_set): Fix typo.
8520 2000-01-08 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8522 * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
8524 2000-01-07 David Edelsohn <edelsohn@gnu.org>
8526 * rs6000.c (processor_target_table): Add power3 as alias for 630.
8527 * aix43.h: Revert Aug 2 change.
8528 (HAS_INIT_SECTION): Define, not visible yet.
8529 (LD_INIT_SWITCH): Define, not visible yet.
8530 * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
8532 * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
8534 * collect2.c (main): Expand ld2 size further.
8535 (export_object_lst): Cast assignment to avoid warning.
8536 (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
8537 (scan_prog_file, COFF): Do not collect initialization or
8538 finalization functions generated for entire shared object if
8539 init/fini support present.
8541 2000-01-07 Nick Clifton <nickc@cygnus.com>
8543 * config/elfos.h: Tidy up formatting of marcos. Make sure
8544 that .section directives are always prefixed by a tab.
8546 * config/svr4.h: Add #include "elfos.h" and remove duplicate
8549 2000-01-07 Matt Austern <austern@sgi.com>
8551 * fold-const.c (real_hex_to_f): Remove duplicate declaration of
8554 Fri Jan 7 01:55:34 2000 Jeffrey A Law (law@cygnus.com)
8556 * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
8558 (crtbegin.o, s-crtS): Likewise.
8560 2000-01-06 Richard Henderson <rth@cygnus.com>
8562 * alpha.md (adddi_2+1): Limit offset such that it will be
8563 loadable with a single ldah+lda pair.
8564 (adddi_2+2): Explicitly fail split if we can't make it work.
8566 2000-01-06 Mumit Khan <khan@xraylith.wisc.edu>
8568 * protoize.c: Conditionally include unistd.h.
8569 (IS_SAME_PATH_CHAR): New macro.
8570 (IS_SAME_PATH): New macro.
8571 (CPLUS_FILE_SUFFIX): New macro.
8572 (cplus_suffix): New static variable.
8573 (is_abspath): New static function.
8574 (in_system_include_dir): Handle DOS style pathnames.
8575 (file_could_be_converted): Likewise.
8576 (file_normally_convertible): Likewise.
8577 (directory_specified_p): Likewise.
8578 (file_excluded_p): Likewise.
8579 (abspath): Likewise.
8580 (shortpath): Likewise.
8581 (referenced_file_is_newer): Likewise.
8582 (save_def_or_dec): Likewise.
8583 (do_processing): Likewise.
8585 (edit_file): Likewise. Use rename instead of link.
8586 (rename_c_file): Likewise. Don't rename syscalls file.
8587 (munge_compile_params): Define null device for DOS based systems.
8588 (process_aux_info_file): Use binary mode if appliable.
8589 (edit_file): Likewise.
8590 * invoke.texi (Running Protoize): Document C++ suffixes used.
8592 * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
8593 IS_DIR_SEPARATOR macros.
8594 * collect2.c: Likewise.
8595 * cppinit.c: Likewise.
8596 * dwarf2out.c: Likewise.
8599 * prefix.c: Likewise.
8601 * toplev.c: Likewise.
8602 * system.h: And move to here.
8604 * prefix.c (update_path): Fix typo in variable name.
8606 2000-01-06 Richard Henderson <rth@cygnus.com>
8608 * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
8609 (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
8610 (count_reg_sets_1, count_reg_references): Likewise.
8611 (flow_loops_level_compute): Start counting actual loop depth at 1.
8612 (flow_loops_find): Likewise.
8613 * local-alloc.c (update_equiv_regs): Likewise.
8614 * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
8616 2000-01-06 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
8618 * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
8619 FIRST_PSEUDO_REGISTER
8620 * dwarf2out.c: Don't include frame.h
8621 * dwarfout.c: Likewise
8622 * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
8625 Thu Jan 6 13:44:59 CET 2000 Jan Hubicka <jh@suse.cz>
8627 * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
8630 * i386.c (movsf splitter): Fix typo in my last checkin.
8632 2000-01-05 Nick Clifton <nickc@cygnus.com>
8634 * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
8635 own definition of this macro.
8636 (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
8637 flag_data_sections or UNIQUE_SECTION_P are true.
8639 * tm.texi (UNIQUE_SECTION): Document that it can be called for
8640 unitialised data decls.
8642 * config/i386/winnt.c (i386_pe_unique_section): Cope with
8643 being called for uninitialised data.
8645 * config/i386/interix.c (i386_pe_unique_section): Cope with
8646 being called for uninitialised data.
8648 * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
8649 for uninitialised data.
8651 * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
8652 for uninitialised data.
8654 * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
8655 for uninitialised data.
8657 * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
8658 (UNIQUE_SECTION_P): Always generate a unique section if
8659 flag_data_sections is true.
8660 (UNIQUE_SECTION): Also generate unique sections for
8662 (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
8663 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
8666 2000-01-06 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8668 * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
8671 2000-01-06 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8673 * config/c4x/c4x.md (udivqi3, divqi3): Delete.
8674 (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
8675 (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
8676 (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
8677 (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
8679 * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
8681 2000-01-05 11:25 -0800 Zack Weinberg <zack@rabi.columbia.edu>
8683 * c-decl.c (finish_enum): Simplify code to determine minimum and
8684 maximum values of the enum, and calculate the type. Remove check
8685 for FUNCTION_DECLs in the values list, which cannot happen. Replace
8686 the DECL_INITIAL of each enumeration constant with a copy converted
8687 to the enumeration type. When updating variant types, don't bother
8688 updating the type itself.
8690 * c-typeck.c (build_binary_op): Simplify conditional expressions
8691 when weeding out spurious signed-unsigned warnings. Add new
8692 spurious warning category: if the unsigned quantity is an enum
8693 and its maximum value fits in signed_type(result_type). Update
8695 (build_conditional_expr): Warn here if one alternative is signed
8696 and the other is unsigned.
8698 2000-01-05 Nick Clifton <nickc@cygnus.com>
8700 * config/fr30/fr30.h: Remove extraneous comments.
8702 2000-01-05 Bernd Schmidt <bernds@cygnus.co.uk>
8704 * reload1.c (choose_reload_regs): When disabling a reload, also
8705 set reload_spill_index to -1.
8707 2000-01-04 Joel Sherrill (joel@OARcorp.com>
8709 * configure.in (m68*-*-rtemscoff*): New target, formal name for
8711 (m68*-*-rtemself*): New target.
8712 (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
8713 (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
8714 (sparc*-*-rtemself*): New target.
8715 (sparc*-*-rtems*): Now elf not a.out.
8716 * config/i386/rtems.h: Include config/rtems.h.
8717 * config/i386/rtemself.h: Include config/rtems.h.
8718 * config/i960/rtems.h: Include config/rtems.h.
8719 * config/m68k/rtems.h: Include config/rtems.h.
8720 * config/m68k/rtemself.h: Include config/rtems.h.
8721 * config/mips/rtems64.h: Include config/rtems.h.
8722 * config/pa/rtems.h: Include config/rtems.h.
8723 * config/rs6000/rtems.h: Include config/rtems.h.
8724 * config/sh/rtems.h: Include config/rtems.h.
8725 * config/sh/rtemself.h: Include config/rtems.h.
8726 * config/sparc/rtems.h: Include config/rtems.h.
8727 * config/sparc/rtemself.h: Include config/rtems.h
8729 Tue Jan 4 23:59:26 2000 Denis Chertykov <denisc@overta.ru>
8731 * final.c (shorten_branches): Correctly compute length of
8732 asms without operands.
8734 Tue Jan 4 22:55:41 2000 Steve Chamberlain <sac@pobox.com>
8736 * configure.in: Add pj target.
8737 * configure: Regenerate.
8738 * config/pj: New directory.
8739 * config/pj/lib1funcs.S: New file.
8740 * config/pj/linux.h: New file.
8741 * config/pj/pj.c: New file.
8742 * config/pj/pj.md: New file.
8743 * config/pj/pjl.h: New file.
8744 * config/pj/t-pj: New file.
8745 * config/pj/xm-pj.h: New file
8747 Tue Jan 4 22:30:16 2000 Jeffrey A Law (law@cygnus.com)
8749 * toplev.c (rest_of_compilation): Run shorten-branches before
8752 2000-01-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8754 * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
8755 macros so that they're consistent with their names.
8756 * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
8757 * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
8759 2000-01-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8761 * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
8762 modified inadvertently.
8764 2000-01-04 Joel Sherrill <joel@OARcorp.com>
8766 * configure.in (v850*-*-rtems*): New target.
8767 * configure: Regenerate.
8768 * config/v850/rtems.h: New file.
8770 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
8772 * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
8773 (__gthread_key_create): Likewise.
8774 (__gthread_key_dtor): Likewise.
8775 (__gthread_once): Fix logic.
8776 (__gthread_key_delete): Cast away constness.
8778 * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
8779 * invoke.texi: Document.
8780 * i386/mingw32.h (CPP_SPEC): Use.
8781 (LIBGCC_SPEC): Likewise.
8782 * i386/crtdll.h (LIBGCC_SPEC): Likewise.
8784 2000-01-04 David Edelsohn <edelsohn@gnu.org>
8786 * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
8787 (HANDLE_PRAGMA_PACK): Undefine.
8788 (SLOW_UNALIGNED_ACCESS): Define.
8790 2000-01-04 David Edelsohn <edelsohn@gnu.org>
8792 * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
8793 to default definition.
8794 (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
8795 (store_fixed_bit_field): Call macro with word_mode and alignment.
8796 (extract_bit_field): Call macro with relevant mode and alignment.
8797 * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
8798 to default definition.
8799 (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
8801 (move_by_pieces_ninsns): Likewise.
8802 (clear_by_pieces): Likewise.
8803 (emit_push_insn): Likewise.
8804 (store_field): Call macro with relevant mode and alignment.
8805 (expand_expr): Likewise.
8806 (expand_expr_unaligned): Likewise.
8808 * rs6000.h (HANDLE_PRAGMA_PACK): Define.
8809 (SLOW_UNALIGNED_ACCESS): Define.
8810 (CASE_VECTOR_MODE): Always use 32-bit offsets.
8811 (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
8812 (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
8813 (toc_section): Likewise and .toc pseudo-op.
8814 (ASM_DECLARE_FUNCTION): Likewise. Align text more strictly in
8816 (TEXT_SECTION_ASM_OP): Likewise.
8817 (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
8820 * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
8821 * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
8822 * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
8823 * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
8824 * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
8826 Tue Jan 4 11:44:13 2000 Jeffrey A Law (law@cygnus.com)
8828 * regclass.c: Revert my Jan 4 change to loop cost computation.
8830 Tue Jan 4 19:22:39 MET 2000 Jan Hubicka <hubicka@freesoft.cz>
8832 * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
8835 2000-01-04 Stan Cox <scox@cygnus.com>
8837 * haifa-sched.c (build_control_flow): Change unreachable simple
8838 loop test to check if current block has only one predecessor.
8839 (find_rgns): Initialize degree. Use dest as degree index, not src.
8841 2000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8843 * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
8845 * calls.c (expand_call): Likewise for
8846 `old_stack_arg_under_construction'.
8848 * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
8850 * function.c (pad_to_arg_alignment): Likewise for `save_var' and
8853 * gcc.c (execute): Likewise for `ut' and `st'.
8855 * genattrtab.c (attr_rtx): Likewise for `rt_val'.
8857 * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
8859 * jump.c (jump_optimize_1): Likewise for `temp2'.
8861 * local-alloc.c (block_alloc): Likewise for `r1'.
8863 * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
8865 * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
8866 (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
8868 * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
8871 * reload.c (find_reloads): Likewise for `goal_alternative_number'
8872 and `goal_earlyclobber'.
8874 * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
8876 * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
8878 * stupid.c (stupid_life_analysis): Likewise for `chain'.
8880 * unroll.c (copy_loop_body): Likewise for `copy'.
8882 * varasm.c (output_constructor): Likewise for `byte'.
8884 Tue Jan 4 15:34:34 MET 2000 Jan Hubicka <hubicka@freesoft.cz>
8886 * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
8887 all FP constants for constant->reg moves.
8888 (ix86_split_to_parts): Try to convert memory address into immediate
8889 when available in the constant pool.
8890 * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
8892 (LEGITIMATE_CONSTANT_P): Return 1.
8893 * i386.md (pushsf): New splitter to convert constant pool memory
8894 reference to immediate.
8895 (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
8898 2000-01-04 Bernd Schmidt <bernds@cygnus.co.uk>
8900 * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
8901 (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
8902 ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
8903 (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
8904 rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
8906 2000-01-04 Martin von Löwis <loewis@informatik.hu-berlin.de>
8908 * ginclude/stdbool.h: Support compilation as C++.
8910 Tue Jan 4 01:35:13 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
8912 * fold-const.c (make_range): Don't try to reverse an unbounded range.
8914 Tue Jan 4 00:18:46 2000 Jeffrey A Law (law@cygnus.com)
8916 * regclass.c (regclass): Properly compute loop_cost. Adjust
8919 * regclass.c: Fix minor whitespace problems.
8921 2000-01-03 Anthony Green <green@cygnus.com>
8923 * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
8924 Restore the pic register if required.
8926 2000-01-03 Ulrich Drepper <drepper@cygnus.com>
8928 * c-common.c (format_char_info): Update comment.
8929 (check_format_info): Recognize 'z' modifier in the same way 'Z'
8930 was recognized. Emit warning for formats new in ISO C99 only
8931 if flag_isoc9x is not set.
8933 Mon Jan 3 12:59:54 2000 Mark P. Mitchell <mark@codesourcery.com>
8935 * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
8937 Mon Jan 3 15:33:37 MET 2000 Jan Hubicka <hubicka@freesoft.cz>
8939 * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
8940 SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
8941 (make_compound_operation): Choose cheaper alternative between
8942 ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
8944 * regclass.c (op_costs): Remove global variable.
8945 (record_reg_classes): New parameter "op_costs" and "reg_pref".
8946 (record_operand_costs): Break out from ...
8947 (scan_one_insn): ... here.
8948 (dump_regclass): Make dumps nicer.
8949 (regclass): Dump preferrences choosed and changes done during passes.
8951 2000-01-03 Jakub Jelinek <jakub@redhat.com>
8953 * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
8955 2000-01-03 Jakub Jelinek <jakub@redhat.com>
8957 * config/sparc/sparc.c (gen_df_reg): New function.
8958 * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
8959 * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
8960 movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
8961 movtf_cc_reg_sp64+1): Use it.
8963 2000-01-02 Mark Mitchell <mark@codesourcery.com>
8965 * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
8968 Mon Jan 3 02:54:40 2000 Hans-Peter Nilsson <hp@bitrange.com>
8970 * config/i386/i386.c (ix86_expand_unary_operator): Function
8971 definition made void.
8972 (ix86_expand_binary_operator): Update outdated preceding comment.
8973 * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
8976 * config/i386/i386.c (override_options): Fix option-name typo.
8978 2000-01-02 Mark Mitchell <mark@codesourcery.com>
8980 * system.h (CEIL): Define.
8981 * builtins.c (CEIL): Remove.
8982 * expmed.c (CEIL): Likewise.
8983 * expr.c (CEIL): Likewise.
8984 * stor-layout.c (CEIL): Likewise.
8986 2000-01-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8988 * expr.c (store_constructor_field): Fix typo introduced with last
8991 2000-01-01 Mark Mitchell <mark@codesourcery.com>
8993 * tree.h (BINFO_N_BASETYPES): New macro.
8995 2000-01-01 Bernd Schmidt <bernds@cygnus.co.uk>
8997 * expmed.c (emit_store_flag): Prevent losing a pending stack
8998 adjust the same way we prevent losing queued increments.
9000 Fri Dec 31 19:10:31 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9002 * function.c (update_temp_slot_address): Handle case where sum of
9003 temporary address plus offset in register is a valid address.
9005 1999-12-30 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9007 * genrecog.c (change_state) Corrected typo.
9009 1999-12-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9011 * system.h (bcopy, bcmp, bzero, index, rindex, atof, atol, free,
9012 getcwd, getenv, getwd, sbrk, strstr, malloc, calloc, realloc,
9013 strerror, getrlimit, setrlimit, abort): Add prototype arguments.
9015 1999-12-30 Bernd Schmidt <bernds@cygnus.co.uk>
9017 * i386.c (ix86_expand_fp_compare): In non-sahf non-TARGET_IEEE
9018 case, expand GT comparisons correctly. Fix a comment before this
9021 1999-12-30 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
9023 * dwarfout.c: Include "frame.h"
9024 * dwarf2out.c: Likewise.
9025 * Makefile.in (dwarfout.o): Depend on frame.h
9026 (dwarf2out.o): Likewise.
9028 1999-12-29 "Martin v. Loewis" <martin@loewis.home.cs.tu-berlin.de>
9030 Restore i386 binary compatibility in Dwarf EH info.
9031 * config/i386/i386.h (DWARF_FRAME_REGISTERS): Define as 17, the old
9032 value of FIRST_PSEUDO_REGISTER.
9033 * frame.h (DWARF_FRAME_REGISTERS): Default to FIRST_PSEUDO_REGISTER.
9034 (struct frame_state): Use DWARF_FRAME_REGISTERS.
9035 * dwarfout.c (output_reg_number): Ditto.
9036 * dwarf2out.c (reg_number, expand_builtin_init_dwarf_reg_sizes): Ditto.
9037 (DWARF_FRAME_RETURN_COLUMN): Default to DWARF_FRAME_REGISTERS.
9039 1999-12-29 Bruce Korb <autogen@linuxbox.com>
9041 * fixinc/fixincl.c(wait_for_pid): sometimes a WSTOPSIG of zero is OK
9042 * fixinc/fixincl.tpl(<hack>TEST_CT): Just do the existence test once
9043 (<hack>_RE_CT): not needed
9044 * fixinc/fixlib.c(is_cxx_header): moved from fixtests.c
9045 rewritten to scan the file text once only
9046 "template<..." test added
9047 * fixinc/fixlib.h(apply_fix_p_t): moved from fixtests.c
9048 (is_cxx_header): declaration added
9049 * fixinc/fixtests.c(is_cxx_header): removed
9050 (apply_fix_p_t): removed
9051 (double_slash_test): is_cxx_header is only called once now
9052 * fixinc/hackshell.tpl: indexing the fixes is now done under DEBUG
9053 * fixinc/inclhack.def(FIXINC_DEBUG): added for testing DEBUG state
9054 within the templates.
9055 The borken spelling of "broken" was fixed.
9056 * fixinc/inclhack.tpl: The $VERBOSE level is used on various messages
9057 The default level depends on FIXINC_DEBUG.
9059 1999-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9061 * crtstuff.c: If !inhibit_libc, include stdlib.h/unistd.h.
9062 Otherwise provide a declaration for atexit.
9063 (init_dummy): Make sure dummy call to atexit is nevertheless
9064 called with correct number of args.
9066 * frame.c: Update comments referring to other files.
9068 * libgcc2.c: Likewise.
9070 1999-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9072 * cse.c (free_element, get_element): Remove unused prototypes.
9074 * fold-const.c (extract_muldiv): Initialize variables `op0' and
9077 * jump.c (invert_exp): Add explicit braces to avoid ambiguous
9080 Wed Dec 29 12:44:54 1999 Donald Lindsay <dlindsay@cygnus.com>
9082 * configure.in,configure: case arm for mn10200-*-* now sets
9083 float_format=i32 so that float.h will correctly claim "double"
9084 to be 32 bits. Ran autoconf to generate configure from .in file.
9086 Wed Dec 29 10:53:21 1999 Jeffrey A Law (law@cygnus.com)
9088 * pa.md (conditional zero): If op1 is a register, force it into
9089 the same register as op0.
9091 1999-12-28 Mark Mitchell <mark@codesourcery.com>
9093 * tree.h (BINFO_BASETYPES): Improve documentation.
9095 1999-12-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9097 * configure.in (--enable-checking): Use a more portable `for'
9100 1999-12-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9102 * configure.in (AC_DECL_SYS_SIGLIST, xm-siglist.h,
9103 arm/xm-netbsd.h, NO_SYS_SIGLIST): Don't use.
9105 * xm-siglist.h, arm/xm-netbsd.h, mips/xm-news.h, mips/xm-sysv4.h:
9108 * gcc.texi (NO_SYS_SIGLIST, sys_siglist, SYS_SIGLIST_DECLARED):
9109 Delete descriptions.
9111 * i386/osf1elf.h, i386/xm-cygwin.h, i386/xm-mingw32.h, m68k/3b1.h,
9112 m68k/a-ux.h, m68k/dpx2.h, m68k/plexus.h, m68k/xm-hp320.h,
9113 m88k/xm-m88k.h, mips/x-sni-svr4, pa/xm-pa.h, pa/xm-pahpux.h,
9114 pa/xm-papro.h, we32k/xm-we32k.h, winnt/xm-winnt.h, xm-interix.h,
9115 xm-svr4.h: Remove all instances of sys_siglist handling.
9117 1999-12-27 Jakub Jelinek <jakub@redhat.com>
9119 * config/sparc/sparc.md (cmp_zero_qi,
9120 cmp_zero_extendqisi2_andcc_set, cmp_zero_qi_sp64,
9121 cmp_zero_extendqidi2_andcc_set): New patterns.
9123 1999-12-28 Manfred Hollstein <mhollstein@cygnus.com>
9125 * m68k/t-mot3300-gald (CROSS_LIBGCC1): Define to libgcc1-asm.a.
9126 (LIB1ASMSRC, LIB1ASMFUNCS, LIB2FUNCS_EXTRA): Define.
9127 (fpgnulib.c, xfgnulib.c): Add rules.
9128 * m68k/t-mot3300-gas: Likewise.
9130 1999-12-27 Ian Lance Taylor <ian@zembu.com>
9132 * configure.in: Avoid [[ by using test and changequote. Add
9133 changequote required by 1999-12-14 change.
9134 * configure: Rebuild.
9136 1999-12-27 Clinton Popetz <cpopetz@cygnus.com>
9138 * config/mips/mips.h: Fix typo from 12/17/99 libgcc2 fix.
9140 1999-12-27 Christophe Jaillet <jaillet.christophe@caramail.com>
9142 * alias.c (nonlocal_reference_p): Add else for disjoint ifs.
9143 * flow.c (find_use_as_address): Likewise.
9144 * function.c (fixup_var_refs_1): Likewise.
9145 (walk_fixup_memory_subreg, fixup_stack_1): Likewise.
9146 * jump.c (invert_exp, redirect_exp): Likewise.
9147 * loop.c (replace_call_address): Likewise.
9148 (count_nonfixed_reads): Likewise.
9149 * rtlanal.c (modified_between_p): Likewise.
9150 (modified_in_p, volatile_insn_p, volatile_refs_p): Likewise.
9151 (side_effects_p, replace_regs, jmp_uses_reg_or_mem): Likewise.
9152 * unroll.c (remap_split_bivs): Likewise.
9154 1999-12-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9156 * diagnostic.c (v_message_with_decl): Use .* format specifier
9157 instead of building the format specifier width manually.
9159 * system.h (strsignal): Don't check HAVE_STRSIGNAL when
9160 determining whether to provide a prototype. Remove the
9161 sys_siglist clause in the conditional.
9163 1999-12-23 Martin v. Löwis <loewis@informatik.hu-berlin.de>
9165 * fold-const.c (operand_equal_p): Use memcmp to compare string
9167 Suggested by D. J. Bernstein
9169 1999-12-17 Jakub Jelinek <jakub@redhat.com>
9171 * config/h8300/h8300.h (TARGET_H8300H, TARGET_H8300S): Make sure
9172 UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
9174 * config/mips/mips.h (TARGET_64BIT): Likewise.
9175 * config/rs6000/rs6000.h (TARGET_POWERPC64): Likewise.
9176 * libgcc2.c: Use {,U}{HW,W,DW}type and DWunion everywhere instead
9177 of {SI,DI}type and DIunion. Define these types to QI/HI modes on
9178 dsps. Give routines proper names if SI/DI modes are not used.
9179 * longlong.h: Use DWunion instead of DIunion.
9181 1999-12-26 Zack Weinberg <zack@wolery.cumb.org>
9183 * acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING,
9184 GC_CHECKING, GC_ALWAYS_COLLECT.
9185 * configure.in: Allow --enable-checking with an argument
9186 listing check modes to enable.
9187 * config.in, configure: Rebuilt.
9188 * ggc-page.c, ggc-simple.c: Define GGC_POISON (and
9189 GGC_ALWAYS_VERIFY for ggc-simple.c) only if
9190 ENABLE_GC_CHECKING. Define GGC_ALWAYS_COLLECT only if
9191 ENABLE_GC_ALWAYS_COLLECT.
9192 * rtl.h, rtl.c: Change ENABLE_CHECKING to ENABLE_RTL_CHECKING
9194 * tree.h, tree.c: Change ENABLE_CHECKING to
9195 ENABLE_TREE_CHECKING throughout.
9197 Sun Dec 26 07:48:20 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9199 * fold-const.c (fold_truthop): Properly check for FP RHS.
9201 1999-12-24 Mark Mitchell <mark@codesourcery.com>
9203 * toplev.h (note_deferall_of_defined_inline_function): Declare.
9204 * toplev.c (note_deferral_of_defined_inline_function): New
9205 function, split out from ...
9206 (rest_of_compilation): ... here. Use it.
9208 Fri Dec 24 12:34:26 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9210 * expr.c (store_constructor): Don't call clear_storage if size is
9213 1999-12-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9215 * Makefile.in (toplev.o): Depend on loop.h.
9217 * dwarfout.c: Include tm_p.h.
9219 * emit-rtl.c (restore_emit_status): Mark parameter with
9222 * final.c (final_scan_insn): Likewise.
9224 * flow.c (flow_nodes_print, flow_exits_print, flow_loops_cfg_dump,
9225 flow_loop_nested_p, flow_loop_exits_find, flow_loop_nodes_find,
9226 flow_depth_first_order_compute, flow_loop_pre_header_find,
9227 flow_loop_tree_node_add, flow_loops_tree_build,
9228 flow_loop_level_compute, flow_loops_level_compute,
9229 flow_loop_outside_edge_p): Add prototypes.
9230 (recompute_reg_usage): Mark parameters with ATTRIBUTE_UNUSED.
9232 * ggc-callbacks.c (lang_mark_tree, lang_mark_false_label_stack):
9233 Mark with ATTRIBUTE_NORETURN.
9235 * hash.c (hash_newfunc): Mark parameter with ATTRIBUTE_UNUSED.
9237 * local-alloc.c (no_conflict_p): Likewise.
9239 * loop.c (insert_bct): Hide definitions of variables with hidden
9241 (note_reg_stored): Mark parameter with ATTRIBUTE_UNUSED.
9243 * regclass.c (memory_move_secondary_cost): Mark variable `mem'
9244 with ATTRIBUTE_UNUSED.
9245 (record_reg_classes): Mark parameter with ATTRIBUTE_UNUSED.
9246 (reg_scan): Likewise.
9248 * reload.c (find_reloads): Remove unused variables `changed'.
9250 * reload1.c (reload_reg_class_lower): Don't unnecessarily cast
9252 (allocate_reload_reg): Mark parameter with ATTRIBUTE_UNUSED.
9253 Remove unused variable `insn'.
9255 * toplev.c: Include loop.h.
9256 (report_file_and_line): Remove unnecessary prototype.
9258 * tree.c (build_block): Mark parameter with ATTRIBUTE_UNUSED.
9260 * unroll.c (biv_total_increment): Likewise.
9262 Thu Dec 23 23:15:22 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
9264 * reload1.c (emit_input_reload_insns): Restore old behaviour
9265 wrt. 'special' reloads.
9267 1999-12-23 Zack Weinberg <zack@wolery.cumb.org>
9269 * Makefile.in (ggc-simple.c, ggc-page.c): Don't depend on
9270 hash.h. (cse.c): Don't depend on hashtab.h.
9272 * cse.c: Don't include hashtab.h.
9273 (hash_cse_reg_info, cse_reg_info_equal_p): Delete prototypes
9275 * ggc-simple.c: Don't include hash.h.
9277 1999-12-22 Jason Merrill <jason@casey.cygnus.com>
9279 * dwarf2out.c (add_abstract_origin_attribute): Call
9280 gen_abstract_function on our function context.
9282 Thu Dec 23 03:57:10 1999 Hans-Peter Nilsson <hp@bitrange.com>
9284 * Makefile.in (INTEGRATE_H): Fix typo: INTEGRATE_H, not INTREGRATE_H.
9286 1999-12-23 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9288 * config/c4x/c4x.c (c4x_address_cost): Add statement to default
9291 1999-12-22 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9293 * config/c4x/c4x.md (*addqi3_noclobber_reload): Change operand 0
9294 constraints to "a!r".
9296 1999-12-21 Mark Mitchell <mark@codesourcery.com>
9298 * Makefile.in (calls.o): Depend on function.h.
9299 (alias.o): Likewise.
9301 1999-12-21 Bernd Schmidt <bernds@cygnus.co.uk>
9303 * reload1.c (emit_reload_insns): Break out code and variables into...
9304 (input_reload_insns, other_input_address_reload_insns,
9305 other_input_reload_insns, input_address_reload_insns,
9306 inpaddr_address_reload_insns, output_reload_insns,
9307 output_address_reload_insns, outaddr_address_reload_insns,
9308 operand_reload_insns, other_operand_reload_insns,
9309 other_output_reload_insns): ... new static variables, and...
9310 (emit_input_reload_insns, emit_output_reload_insns, do_input_reload,
9311 do_output_reload): ... new functions.
9313 Tue Dec 21 07:06:36 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9315 * pa.h (FUNCTION_ARG_BOUNDARY): Never return 0.
9317 1999-12-21 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9319 * md.texi: Add c4x constraints documentation.
9321 1999-12-21 Martin v. Löwis <loewis@informatik.hu-berlin.de>
9323 * config/i386/dgux.c (struct option): Rename to
9324 lang_independent_option.
9325 (struct m_options): Add description field.
9326 (output_options): Rename option type, add sep declaration, output
9327 ix86_cpu_string and ix86_arch_string only if set.
9328 (output_file_start): Rename option type.
9330 Mon Dec 20 23:15:36 1999 Mike Stump <mrs@wrs.com>
9332 * Makefile.in (crtbegin.o, crtend.o, s-crtS): Depend on
9334 (libgcc2.a): Similarly.
9336 Mon Dec 20 23:06:47 1999 David Edelsohn <edelsohn@gnu.org>
9338 * longlong.h (_ARCH_PPC): Only protect add_ssaaaa and sub_ddmmss
9339 with W_TYPE_SIZE == 32. Do not fall through to POWER architecture
9340 for umul_ppmm and smul_ppmm if !_ARCH_PPC and !_ARCH_POWER.
9342 Mon Dec 20 23:02:03 1999 Jeffrey A Law (law@cygnus.com)
9344 * fold-const.c (real_hex_to_f): Remove unused "isldouble" variable.
9345 Remove redundant initialization of "frexpon" and "expon".
9347 Mon Dec 20 15:00:04 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9349 * tree.c (real_value_from_int_cst): Clear REAL_VALUE_TYPE object first.
9351 * expr.c (store_constructor): New argument SIZE; pass to clear_storage.
9352 (store_constructor_field, expand_expr): Pass new arg.
9354 1999-12-20 Mark Mitchell <mark@codesourcery.com>
9356 * Makefile.in (explow.o): Depend on function.h.
9358 * stor-layout.c (set_sizetype): Fix typo.
9360 1999-12-20 Bernd Schmidt <bernds@cygnus.co.uk>
9362 * function.c (cfun): Renamed from current_function. All users
9364 * function.h (cfun): Rename declaration as well.
9366 * reload.h (struct insn_chain): Change live_throughout and dead_or_set
9367 to be of type regset_head, not regset. All users changed by adding
9369 * reload1.c (new_insn_chain): Don't allocate regsets, just clear them.
9371 1999-12-20 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9373 * config/c4x/rtems.h: New file.
9375 1999-12-19 Bernd Schmidt <bernds@cygnus.co.uk>
9377 * reload1.c (spill_failure): Take class of failed reload as argument
9378 and print it. Caller changed.
9380 Sun Dec 19 07:50:42 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9382 * rs6000.h (SUBTARGET_DEFAULT): New macro.
9383 (TARGET_SWITCHES): Allow subtargets to default switches.
9384 * rs6000/vxppc.h (SUBTARGET_DEFAULT): New macro.
9386 1999-12-18 Mark Mitchell <mark@codesourcery.com>
9388 * crtstuff.c (__do_global_ctors_aux): Do not call __cxa_finalize
9391 Sat Dec 18 20:42:43 1999 Richard Henderson <rth@cygnus.com>
9393 * cccp.c (main): Define __STDC_VERSION__ as necessary.
9394 * cppinit.c (cpp_handle_option): Likewise.
9396 * ginclude/stdarg.h (va_copy): Use __STDC_VERSION__ to
9397 determine when to define.
9399 Sat Dec 18 20:34:00 1999 Richard Henderson <rth@cygnus.com>
9401 * alpha.c (alpha_emit_conditional_move): If TARGET_FIX, handle
9402 cmove with mismatched test and data modes.
9404 Sat Dec 18 20:30:15 1999 Richard Henderson <rth@cygnus.com>
9406 * c-typeck.c (c_expand_start_case): Don't warn for long switch
9409 Sat Dec 18 16:28:43 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9411 * alias.c: Minor reformatting.
9414 * stor-layout.c: Likewise.
9415 * fold-const.c: Likewise.
9416 (OVERFLOW_SUM_SIGN): Renamed from overflow_sum_sign.
9417 (struct cb_args, const_binop_1, const_binop): Pass type of arg,
9419 (size_int_wide): Cache nodes even if garbage collecting.
9420 (twoval_comparison_p): Reenable SAVE_EXPR case if operand
9421 of SAVE_EXPR has no side effects.
9422 * cse.c: Move a comment.
9423 * tree.c: Minor reformatting.
9424 (int_size_in_bytes): Return -1 if constant overflows.
9426 Sat Dec 18 18:30:20 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
9428 * unroll.c (copy_loop_body): Don't treat a REG like a PLUS.
9430 1999-12-18 10:42 -0800 Zack Weinberg <zack@wolery.cumb.org>
9432 * objc/objc-parse.c: Regenerate. This file must be rebuilt
9433 after any change to c-parse.in, even if objc-parse.y didn't
9436 1999-12-18 David S. Miller <davem@redhat.com>
9438 * toplev.c (rest_of_compilation): Restore BLOCK tree
9439 reconstruction and branch shortening changes lost in
9440 December 18th change.
9442 Sat Dec 18 05:29:29 1999 Scott Bambrough <scottb@netwinder.org>
9444 * config/arm/linux-elf.h: Change all instances of
9445 ARM_FLAG_SHORT_BYTES to ARM_FLAG_MMU_TRAPS.
9446 * config/arm/uclinux-elf.h: Likewise.
9448 1999-12-18 Gabriel Dos Reis <gdr@codesourcery.com>
9450 * toplev.c (notice, vmessage, v_message_with_file_and_line,
9451 v_message_with_decl, file_and_line_for_asm,
9452 v_error_with_file_and_line, v_error_with_decl, v_error_for_asm,
9453 verror, vfatal, v_warning_with_file_and_line, v_warning_with_decl,
9454 v_warning_for_asm, vwarning, vpedwarn, v_pedwarn_with_decl,
9455 v_pedwarn_with_file_and_line, vsorry, vnotice, count_error,
9456 pfatal_with_name, fatal_io_error, need_error_newline,
9457 last_error_function, last_error_tick, announce_function,
9458 default_print_error_function, print_error_function,
9459 report_error_function, fnotice, error_with_file_and_line,
9460 error_with_decl, error_for_asm, error, set_fatal_function, fatal,
9461 _fatal_insn, _fatal_insn_not_found, warning_with_file_and_line,
9462 warning_with_decl, warning_for_asm, warning, pedwarn,
9463 pedwarn_with_decl, pedwarn_with_file_and_line, sorry): Move to
9465 (compile_file): Use fnotice instead of notice. Adjust call.
9467 * diagnostic.c: New file.
9469 * Makefile.in (OBJS): Include diagnostic.o
9470 (diagnostic.o): Define dependence.
9472 1999-12-18 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9474 * config/c4x/c4x.h (ASM_OUTPUT_XXX): Wrap in do-while(0).
9477 1999-12-18 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9479 * config/c4x/c4x.md (rpts_top, rptb_top): Add clobbers for rs and re.
9481 1999-12-17 13:21 -0800 Zack Weinberg <zack@rabi.columbia.edu>
9483 * fixtests.c (is_cxx_header): New fn, split out of
9485 (else_endif_label): Allow "#endif // comment" in C++ headers,
9486 as determined by is_cxx_header.
9487 * fixfixes.c (else_endif_label_fix): Update comment.
9488 * fixincl.c: Don't output VERB_PROGRESS lines if stdout is not
9490 * genfixes: Correct double thinko in commandline parsing.
9491 * hackshell.tpl: Generate correct sh syntax for bypass
9494 * inclhack.def (all): Whenever an inserted preprocessor
9495 conditional is split over multiple lines, use double
9496 backslashes in this file so the fixed header will be readable.
9498 (AAB_fd_zero_glibc_1_0): Rename to AAB_fd_zero_asm_posix_types_h
9499 and add bypass entry for correct version of this header.
9500 (AAB_fd_zero_glibc_1_x): Rename to AAB_fd_zero_gnu_types_h.
9501 (AAB_fd_zero_glibc_2_0): Rename to AAB_fd_zero_selectbits_h.
9503 (hpux8_bogus_inlines): New fix, split from...
9504 (ultrix_atof_param) ... here.
9505 (math_expression): Add bypass entry keyed to glibc comment
9506 indicating the problem has been dealt with; disable
9507 unnecessary sed operations; update commentary.
9508 (math_gcc_ifndefs): Rename to math_huge_val_from_dbl_max,
9509 add select and bypass entries, simplify shell operation.
9510 (math_huge_val_ifndef): Split from math_gcc_ifndefs.
9512 (ip_missing_semi, rs6000_param, tinfo_cplusplus,
9513 ultrix_atof_param): Add select entry.
9514 (stdio_va_list, sunos_mather_decl): Add bypass entry.
9515 (systypes_for_aix, sysv86_string, tinfo_cplusplus): Put the
9516 comments with the fixes they describe.
9518 * c-parse.in (string action): Do not warn about ANSI string
9519 concatenation in system headers. Affects C parser only.
9520 * c-parse.y, c-parse.c, c-parse.h: Rebuild.
9522 1999-12-16 Jakub Jelinek <jakub@redhat.com>
9524 * config/sparc/sparc.h (TARGET_ARCH32): Exchange ifdefs so that if
9525 compiling libgcc2 the macro depends always on arch cpp defines.
9527 Fri Dec 17 10:34:16 1999 Richard Earnshaw <rearnsha@arm.com>
9529 * loop.c (insert_loop_mem): Don't record MEMs from inside
9532 Fri Dec 17 12:08:11 MET 1999 Jan Hubicka <hubicka@freesoftr.cz>
9534 * regclass.c (regclass): Do not use flowgraph when not optimizing.
9536 * gcse.c (try_replace_reg): Do replacements in REG_EQUAL/REG_EQUIV
9537 notes too, create one when replacement failed, attempt to simplify
9539 (cprop_insn): Propagate even to registers mentioned only in REG_EQUAL
9542 1999-12-16 Mark Mitchell <mark@codesourcery.com>
9544 * crtstuff.c (__dso_handle): Declare.
9545 (__cxa_finalize): Likewise.
9546 (do_global_dtors_aux): Call __cxa_finalize if __dso_handle is
9549 * invoke.texi: Document -fuse-cxa-atexit.
9551 * tree.h (ptr_type_node): Document.
9552 (const_ptr_type_node): Likewise.
9554 Fri Dec 17 01:32:38 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
9556 * regmove.c (optimize_reg_copy_1): Ignore LOOP notes.
9557 (optimize_reg_copy_2): Likewise.
9558 (optimize_reg_copy_3): Likewise.
9559 (fixup_match_2): Likewise.
9560 (regmove_optimize): Likewise.
9561 (fixup_match_1): Liekwise.
9563 * i386.md (HI to SImode promoting splitters): Rewrite.
9564 (pushsf mem peep2): New.
9565 (testhi to andhi peep2): Remove.
9566 * i386.h (x86_promote_QImode): New.
9567 (TARGET_PROMOTE_QImode): New.
9568 (PREDICATE_CODES): Add promotable_binary_operator.
9569 * i386.c (x86_promote_QImode0: New.
9570 (promotable_binary_operator): New.
9571 * i386-protos.h (promotable_binary_operator): New.
9573 * i386.md (test?i_1): Use "nonmemory_operand" predicate, simplify
9575 (one_cmpl?i*): Pass "NOT" to unary_operator_ok.
9577 1999-12-16 Mark Mitchell <mark@codesourcery.com>
9579 * Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.
9580 * function.c (insert_block_after_note): Remove.
9581 (retrofit_block): Likewise.
9582 (identify_blocks): Fix indentation.
9583 (reorder_blocks): Don't NULL out NOTE_SOURCE_FILE for a
9584 NOTE_INSN_BLOCK_BEG or NOTE_INSN_BLOCK_END.
9585 * function.h (insert_block_after_note): Remove prototype.
9586 (retrofit_block): Likewise.
9587 * integrate.c (expand_inline_function): Don't call
9588 find_loop_tree_blocks. Use expand_start_bindings_and_block, not
9589 just expand_start_bindings. Use the block_map to remap old
9590 NOTE_BLOCKs to new ones.
9591 (integrate_decl_tree): Keep track of remapped blocks.
9592 * integrate.h (struct inline_remap): Add block_map.
9593 * stmt.c (expand_fixup): Don't try to retrofit_blocks. Just set
9594 NOTE_BLOCK on the notes.
9595 (expand_start_bindings): Rename to ...
9596 (expand_start_bindings_and_block): Add parameter. Set NOTE_BLOCK.
9597 (expand_end_bindings): Set NOTE_BLOCK.
9598 * toplev.c (rest_of_compilation): In function-at-a-time-mode,
9599 reconstruct the BLOCK tree.
9600 * tree.h (expand_start_bindings): Macroize. Call ...
9601 (expand_start_bindings_and_block): New function.
9603 1999-12-16 Jakub Jelinek <jakub@redhat.com>
9605 * config/sparc/sparc.c (print_operand): Cast fprintf arguments
9606 to match the format.
9608 1999-12-16 David S. Miller <davem@redhat.com>
9610 * expr.c (emit_move_insn_1): Only emit clobbers if one of
9611 the outputs is a SUBREG.
9612 * rtlanal.c (reg_overlap_mentioned_p): Revert December 15th
9615 * config/sparc/sparc.c (epilogue_renumber): Add default case
9618 Thu Dec 16 11:33:57 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
9620 * toplev.c (rest_of_compilation): Run branch shortening after
9623 * regclass.c (loop_depth): Remove
9624 (scan_one_insn): Do not handle LOOP_NOTE insns.
9625 (regclass): Go through basic blocks and set loop_cost
9627 Thu Dec 16 02:56:25 1999 Zack Weinberg <zack@bitmover.com>
9629 * tree.h (DECL_FROM_INLINE): Check DECL_ABSTRACT_ORIGIN too.
9631 Thu Dec 16 10:43:35 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
9633 * i386.md (movqi): Use "nonimmediate_operand" for output operand.
9634 (movstrictqi, movdi, movsf, movdf, movxf): Likewise.
9635 (adddi, addqi, addhi, subdi, subqi, subhi, ffs): Likewise.
9637 Thu Dec 16 02:41:26 1999 Richard Henderson (rth@cygnus.com)
9639 * loop.c (insert_loop_mem): Ignore memory clobbers.
9641 * combine.c (simplify_comparison): Reduce (OP (MINUS A B) 0)
9644 Thu Dec 16 02:26:11 1999 Jeffrey A Law (law@cygnus.com)
9646 * profile.c: Remove redundant #include "output.h".
9648 * h8300.md (HImode preinc peephole): Fix typo.
9650 1999-12-15 Jason Merrill <jason@casey.cygnus.com>
9652 * function.c (retrofit_block): Abort if we don't find a suitable insn.
9653 (insert_block_after_note): Abort if we don't have a previous block.
9654 Remove FN parameter.
9655 * function.h: Adjust.
9657 1999-12-15 Mark Mitchell <mark@codesourcery.com>
9659 * builtins.c (expand_builtin_mathfn): Make sure not to expand the
9660 argument more than once.
9662 1999-12-15 Jason Merrill <jason@casey.cygnus.com>
9664 * stmt.c (expand_decl): Expand upper bound of a dynamic array.
9666 1999-12-15 Jakub Jelinek <jakub@redhat.com>
9668 * expr.c (emit_group_load): Use dst mode if src is VOIDmode.
9670 Wed Dec 15 16:11:55 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
9672 * function.c (PREFERRED_STACK_BOUDNARY): Provide default value.
9673 (assign_stack_local_1): Limit alignment to PREFERRED_STACK_BOUNDARY,
9674 update stack_alignment_needed.
9675 (prepare_function_start): Initialize stack_alignment_needed
9676 * function.h (struct function): Add field stack_alignment_needed.
9678 Wed Dec 15 14:55:24 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
9680 * caller-save.c (insert_one_insn): Returns struct insn_chain *.
9681 Handle live_throughout / dead_or_set instead of live_before /
9683 (save_call_clobbered_regs): Get register livenessinformation from
9684 chain->live_throughout.
9685 (add_stored_regs): New function.
9686 (insert_restore, insert_save): Add restored / saved registers to
9688 * global.c (reg_dies): New parameter chain.
9689 (reg_becomes_live): Third parameter is regs_set now.
9690 Changed all callers.
9691 (reg_dies): New parameter chain. Changed all callers.
9692 (build_insn_chain): Set live_throughout instead of
9693 live_before / live_after.
9694 * reload.h (struct insn_chain): Replace members live_before /
9695 live_after with live_throughout / dead_or_set.
9696 * reload1.c (new_insn_chain): Handle live_throughout / dead_or_set
9697 instead of live_before / live_after.
9698 (maybe_fix_stack_asms, find_reload_regs, finish_spills): Likewise.
9699 (order_regs_for_reload, find_reg, finish_spills): Likewise.
9700 (choose_reload_regs_init): Likewise.
9701 * stupid.c (current_chain, find_clobbered_regs): Delete.
9702 (stupid_life_analysis): Set chain->live_throughout chain->dead_or_set
9703 instead of chain->live_before / chain->live_after.
9704 (mark_hard_ref): New function.
9705 (stupid_mark_refs): Call mark_hard_ref. Clear chain->live_throughout.
9707 1999-12-15 David S. Miller <davem@redhat.com>
9709 * rtlanal.c (reg_overlap_mentioned_p): Handle CONCAT.
9711 Wed Dec 15 15:05:30 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
9713 * flow.c (calculate_loop_depth): Make global, remove prototype,
9714 rewrite to use new loop infrastructure.
9715 (find_basic_block): Remove calculate_loop_depth call.
9716 * toplev.c (rest_of_compilation): Call find_basic_block.
9717 * output.h (calculate_loop_depth): Declare.
9719 * flow.c (dump_flow_info): Dump loop_depth.
9720 (flow_loops_nodes_find): Increase loop_depth for basic block in the
9722 (flow_loops_find): Initialize the loop_depth for each basic block.
9724 1999-12-15 Jason Merrill <jason@casey.cygnus.com>
9726 * tree.c (decl_function_context): Handle virtual functions.
9728 * tlink.c (scan_linker_output): Don't look in demangled name when
9729 looking for linker output keywords.
9731 * dwarfout.c (output_type): We can defer namespace-scope classes.
9733 Wed Dec 15 01:23:29 1999 Jeffrey A Law (law@cygnus.com)
9735 * regclass.c (record_reg_classes): Update comment for merging
9736 register class preferences in reg->reg copies. Tighten conditions
9737 for merging register class preferences in reg->reg copies.
9739 Wed Dec 15 02:19:32 1999 David Edelsohn <edelsohn@gnu.org>
9741 * rs6000.md (tablejumpdi): Generate DImode LABEL_REF.
9743 1999-12-14 Geoff Keating <geoffk@cygnus.com>
9745 * config/m68k/m68020-elf.h (ENDFILE_SPEC): Delete.
9746 (INIT_SECTION_ASM_OP): Delete.
9747 (FINI_SECTION_ASM_OP): Delete.
9748 (STARTFILE_SPEC): Define to hold just crtbegin.o.
9750 1999-12-14 Jason Merrill <jason@casey.cygnus.com>
9752 * dwarf2out.c (add_abstract_origin_attribute): Do call abort if
9753 the abstract origin wasn't emitted.
9755 * dwarf2out.c (class_scope_p): New fn.
9756 (gen_subprogram_die): Use it.
9757 (gen_variable_die): Use it. Tweak logic.
9758 (gen_struct_or_union_type_die): Check context_die to determine
9759 if we're function-local.
9760 (dwarf2out_decl): Check DECL_BUILT_IN, not DECL_FUNCTION_CODE.
9762 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
9764 * loop.c (check_dbra_loop): Can't reverse a biv that has
9767 1999-12-14 Nick Clifton <nickc@cygnus.com>
9769 * config/arm/arm.c: Add support for -mcpu=arm720 command line
9772 Tue Dec 14 18:13:32 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
9774 * loop.c (strength_reduce): Fix sign of giv lifetime calculation
9775 for givs made from biv increments.
9777 Tue Dec 14 08:11:27 1999 Richard Henderson <rth@cygnus.com>
9779 * configure.in (alpha-osf, alpha-linux): Handle ev6[78].
9780 * alpha.c (override_options): Recognize -mcpu=ev67.
9781 * alpha.h (CPP_CPU_EV67_SPEC): New.
9782 (CPP_CPU_DEFAULT_SPEC): Examine TARGET_CPU_DEFAULT to use it.
9783 (EXTRA_SPECS): Update.
9785 Tue Dec 14 08:04:28 1999 Richard Henderson <rth@cygnus.com>
9787 * cppp.c (main): Set trigraphs and __STRICT_ANSI__ as
9788 appropriate for -lang-c89 and -std=*.
9789 * cppinit.c (cpp_handle_option): Likewise.
9790 (new_pending_define): New, split out from cpp_handle_option.
9791 * gcc.c (default_compilers): Don't define __STRICT_ANSI__
9792 or enable trigraphs for -ansi/-std=*.
9794 * ginclude/stdarg.h (__va_copy): New.
9795 (va_copy): Don't define for C89.
9797 Tue Dec 14 08:37:27 CST 1999 Clinton Popetz <cpopetz@cygnus.com>
9799 * config/arm/arm.md (mulsidi3adddi, umulsidi3adddi): New patterns
9800 for long long multiply-accumulate.
9802 Tue Dec 14 13:51:38 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
9804 * regclass.c (scan_one_insn): Set loop_cost to 1 when
9805 optimizing for size.
9807 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
9809 * reload1.c (reload): Can't avoid select_reload_regs/finish_spills
9810 if something changed. Back out that part of yesterday's changes.
9812 * loop.c (loop_max_reg): New static variable.
9813 (loop_optimize): Initialize it. Eliminate one unnecessary call to
9815 (scan_loop): Call reg_scan_update whenever we may have added new
9816 registers, and update loop_max_reg.
9818 Tue Dec 14 12:07:29 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
9820 * regclass.c (record_reg_classes): Do not do the copying preferrencing
9821 when source does not die.
9823 * regclass.c (record_reg_classes): Handle INOUT operands propertly.
9825 1999-12-14 Jakub Jelinek <jakub@redhat.com>
9827 * config/sparc/linux64.h (TARGET_LIVE_G0,
9828 TARGET_BROKEN_SAVERESTORE): Don't support weird SPARC
9830 * config/sparc/linux.h (TARGET_LIVE_G0,
9831 TARGET_BROKEN_SAVERESTORE): Likewise.
9832 * config/sparc/linux-aout.h (TARGET_LIVE_G0,
9833 TARGET_BROKEN_SAVERESTORE): Likewise.
9835 * config/sparc/sparc.h (SPARC_DEFAULT_CMODEL): Default to CM_32.
9836 (CONDITIONAL_REGISTER_USAGE): For block profiling fix %g4 on sparc64,
9838 (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Use %g4 instead of %g2
9839 as sparc64 block profiling register.
9840 * config/sparc/sparc.c (sparc_override_options): Allow block
9841 profiling with -m32.
9842 (sparc_block_profiler): Use %g4 instead of %g2 as sparc64 block
9844 * config/sparc/linux64.h (MACHINE_STATE_*): Only provide these
9845 macros on TARGET_ARCH32. sparc.h has macros good enough for sparc64.
9846 * config/sparc/sol2.h (MACHINE_STATE_*): Likewise.
9848 * config/sparc/xm-sp64.h: Avoid using __sparc_v9__ when testing
9850 * config/sparc/sparc.h: Likewise.
9851 * config/sparc/xm-sysv4-64.h: Likewise.
9852 * config/float-sparc.h: Likewise.
9853 * glimits.h: Likewise.
9854 * longlong.h: Likewise.
9856 * config/sparc/linux64.h (DEFAULT_VTABLE_THUNKS): Define to 1.
9857 (ASM_IDENTIFY_GCC): Remove.
9859 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
9861 * combine.c (combine_simplify_rtx): Don't make shared rtl.
9862 (simplify_logical): Likewise.
9864 1999-12-14 Mumit Khan <khan@xraylith.wisc.edu>
9866 * cccp.c (INO_T_EQ): Disable inode-based optimization for Cygwin.
9867 * cppfiles.c (INO_T_EQ): Likewise.
9869 1999-12-14 Mumit Khan <khan@xraylith.wisc.edu>
9871 * i386/crtdll.h (STARTFILE_SPEC): Add -pg profiling support.
9872 * i386/mingw32.h (LIB_SPEC): Likewise.
9873 (STARTFILE_SPEC): Likewise.
9874 * i386/uwin.h (LIB_SPEC): Likewise.
9875 (STARTFILE_SPEC): Likewise.
9877 * i386/mingw32.h (SUBTARGET_PROLOGUE): Override Cygwin definition.
9878 * i386/uwin.h (SUBTARGET_PROLOGUE): Likewise.
9880 Mon Dec 13 20:25:29 1999 Jeffrey A Law (law@cygnus.com)
9882 * combine.c (combine_simplify_rtx): Fix order of checks for
9883 (ashiftrt foo C) -> (lt foo (const_int 0)) simplification.
9885 1999-12-13 Clinton Popetz <cpopetz@cygnus.com>
9887 * config/arm/arm.md (*mulsidi3adddi, *umulsidi3adddi) Backed out
9888 12/10/99 change, reapplied to merged-arm-thumb-backend-branch.
9890 1999-12-10 Bernd Schmidt <bernds@cygnus.co.uk>
9892 * hard-reg-set.h (inv_reg_alloc_order): Declare if REG_ALLOC_ORDER is
9894 * regclass.c (inv_reg_alloc_order): New array.
9895 (regclass_init): If REG_ALLOC_ORDER is defined, initialize it.
9897 * reload.h (struct insn_chain): Delete fields group_size, group_mode,
9898 counted_for_groups, counted_for_nongroups. Add fields rld and
9900 * reload.c (push_secondary_reload): Don't set nongroup field of
9902 (push_reload): Likewise.
9903 (find_reloads): Delete code to compute nongroup fields.
9904 * reload1.c (reload_insn_firstobj): New static variable.
9905 (pseudos_counted, spilled_pseudos): Now of type regset_head. All
9907 (calculate_needs, find_tworeg_group, find_group, possible_group_p,
9908 count_possible_groups, modes_equiv_for_class_p, new_spill_reg,
9909 dump_needs, maybe_mark_pseudo_spilled, hard_reg_use_compare): Delete
9911 (count_pseudo, select_reload_regs, copy_reloads, find_reg): New
9913 (struct hard_reg_n_uses): Deleted.
9914 (potential_reload_regs): Deleted.
9915 (init_reload): Initialize spilled_pseudos and pseudos_counted.
9916 (reload): Don't try to allocate reload registers if we already know
9917 we have to make another pass. Call select_reload_regs. Free memory
9918 starting with reload_firstobj when starting another pass.
9919 Don't allocate spilled_pseudos.
9920 (calculate_needs_all_insns): Call copy_reloads for an insn that
9921 needs reloads; don't call calculate_needs.
9922 (spill_cost): New static array.
9923 (used_spill_regs_local): New static variable.
9924 (order_regs_for_reload): Rewrite to lose hard_reg_n_uses and the code
9925 to compute potential_reload_regs.
9926 (find_reload_regs): Completely rewritten to use find_reg.
9927 (allocate_reload_reg): Don't test counted_for_groups or
9928 counted_for_nongroups. Lose NOERROR arg and code to give an error;
9930 (choose_reload_regs): Add fallback code that uses the existing
9931 register allocation from find_reload_regs.
9933 Mon Dec 13 00:54:14 1999 Philippe De Muyter <phdm@macqel.be>
9935 * flow.c (create_edge_list): Cast xmalloc return value.
9937 Mon Dec 13 00:47:58 1999 Jeffrey A Law (law@cygnus.com)
9939 * doprnt.c: Remove incorrect comment closure.
9941 * cse.c: Fix a few minor whitespace goofs.
9943 1999-12-13 Don Bowman <don@pixstream.com>
9945 * mips/vxworks.h: Fix problem with comment termination.
9946 (EXTRA_SECTIONS): Add in_sbss.
9947 (EXTRA_SECTION_FUNCTIONS): Corresponding changes.
9949 1999-12-12 David S. Miller <davem@redhat.com>
9951 * cse.c (struct cse_reg_info): Add hash_next member,
9952 reorder rest of struct for better packing on 64-bit
9954 (cse_reg_info_tree): Kill.
9955 (REGHASH_SHIFT, REGHASH_SIZE, REGHASH_MASK, reg_hash,
9956 REGHASH_FN): New custom pow2 hash mechanism.
9958 (HASH_SHIFT, HASH_SIZE, HASH_MASK, HASH, table): Rework to
9959 use a pow2 hash table.
9960 (get_cse_reg_info): Rework to use new REGHASH.
9961 (new_basic_block): Likewise, use HASH_SIZE, and inline
9963 (remove_from_table): Rework to use HASH_SIZE/HASH_MASK,
9964 and inline free_element call.
9965 (lookup_as_function, insert, flush_hash_table, invalidate,
9966 remove_invalid_refs, remove_invalid_subreg_refs, rehash_using_reg,
9967 invalidate_for_call, use_related_value, find_comparison_args,
9968 fold_rtx, equiv_constant, cse_insn, invalidate_memory): Likewise.
9969 (hash_cse_reg_info, cse_reg_info_equal_p, free_element,
9972 Sun Dec 12 21:31:44 1999 Jeffrey A Law (law@cygnus.com)
9974 * cse.c (cse_basic_block): Free qty_table consistently.
9976 1999-12-12 David S. Miller <davem@redhat.com>
9977 Jakub Jelinek <jakub@redhat.com>
9979 * config/sparc/sparc.md (movtf reg/reg split): Don't generate
9980 SUBREGs by hand, gen the appropriate hard reg directly.
9981 (movtf reg/mem split): Likewise and alter_subreg on destination
9983 (movtf mem/reg split): Similarly.
9984 (movdf_cc_sp64): Rename from hidden pattern.
9985 (movtf_cc_hq_sp64): Renamed from movtf_cc_sp64.
9986 (movtf_cc_sp64, following split): New pattern and splitter.
9987 (movdf_cc_reg_sp64): Rename from hidden pattern.
9988 (movtf_cc_reg_hq_sp64): Renamed from movtf_cc_reg_sp64, require
9990 (movtf_cc_reg_sp64, following split): New pattern and splitter.
9992 1999-12-12 Stephen L Moshier <moshier@mediaone.net>
9994 * loop.c (load_mems): Don't hoist written floating point mem
9997 1999-12-12 Mark Mitchell <mark@codesourcery.com>
9999 * except.h (struct eh_queue): Add `next' pointer.
10000 (struct eh_status): Make x_ehqueue a pointer.
10001 (push_ehqueue): Declare.
10002 (pop_ehqueue): Likewise.
10003 * except.c (expand_eh_region_end): Adjust now that ehqueue is a
10005 (expand_fixup_region_end): Likewise.
10006 (expand_leftover_cleanups): Likewise.
10007 (push_ehqueue): Define.
10008 (pop_ehqueue): Likewise.
10009 (emit_cleanup_handler): Use push_ehqueue and pop_ehqueue rather
10010 than doing it inline.
10011 (expand_start_all_catch): Adjust now that ehqueue is a
10013 (mark_eh_queue): Mark all level of the queue.
10014 (mark_eh_status): Adjust now that ehqueue is a
10016 (init_eh_for_function): Allocate ehqueue.
10017 (free_eh_status): Free it.
10018 * stmt.c (expand_cleanups): Save the ehqueue around the cleanup
10019 expansion for a fixup.
10021 1999-12-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10023 * gthr-single.h (__gthread_active_p): Add prototype arguments.
10025 * libgcc2.c (__udivmoddi4): Remove unnecessary decls.
10026 (__dummy, __builtin_saveregs, __bb_exit_trace_func, __bb_init_prg,
10027 __bb_trace_func, __bb_trace_func_ret, __bb_trace_ret,
10028 function_ptr, getpagesize, __enable_execute_stack,
10029 __enable_execute_stack, __clear_insn_cache,
10030 __enable_execute_stack, __do_global_dtors, __do_global_ctors,
10031 _cleanup, _exit, __default_terminate, __terminate_func,
10032 __terminate, __empty, __throw, new_eh_context,
10033 eh_context_initialize, eh_context_static, eh_context_specific,
10034 get_eh_context, __get_eh_context, __get_eh_info,
10035 init_reg_size_table, eh_threads_initialize,
10036 __get_dynamic_handler_chain, __sjthrow, __sjpopnthrow,
10037 __unwinding_cleanup, throw_helper, __throw, __rethrow,
10038 __pure_virtual): Add prototype arguments.
10039 (__bb_exit_func): Cast a sizeof to long when comparing against one.
10040 Cast a signed value to unsigned long when comparing against one.
10041 (new_eh_context): Wrap in _GTHREADS macro.
10042 (__sjthrow, __sjpopnthrow): Initialize variable `cleanup' at
10044 (in_reg_window): Mark parameters with __attribute__ ((__unused__)).
10045 (throw_helper): Initialize variables `handler_p' and `pc_p'.
10047 1999-12-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10049 * combine.c (record_promoted_value): Remove unused variable
10052 * emit-rtl.c (renumber_insns): Likewise for `old_max_uid'.
10054 * global.c (record_conflicts): Likewise for `j'.
10056 * genoutput.c (output_insn_data): Don't unnecessarily cast away
10059 1999-12-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10061 * i386-protos.h (output_387_binary_op, output_fix_trunc,
10062 output_fp_compare): Constify a char*.
10064 * i386.c (ix86_split_to_parts, ix86_safe_length_prefix): Add
10066 (override_options, ix86_comp_type_attributes, print_operand,
10067 output_387_binary_op, output_fix_trunc, output_fp_compare):
10069 (ix86_sched_reorder): Mark parameter `clock_var' with
10072 * i386.h (DEBUG_PRINT_REG): Constify a char*.
10074 Fri Dec 10 16:12:13 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
10076 * tree.def (EXPR_WITH_FILE_LOCATION): Temporarily add a third
10077 operand, for use in the Java front-end.
10079 1999-12-10 Ben Collins <bcollins@debian.org>
10081 * configure.in: Fix typo for "-64" in 64bit as check.
10082 * configure: Rebuilt.
10084 1999-12-10 Jakub Jelinek <jakub@redhat.com>
10086 * longlong.h (__sparc_v9__): Use %rDIGIT instead of %DIGIT where
10089 1999-12-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10091 * c-parse.in (string): With -Wtraditional, warn if ANSI string
10092 concatenation is utilized.
10094 * invoke.texi (-Wtraditional): Document it.
10096 1999-12-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10098 * flow.c (flow_loops_dump): Avoid ANSI string concatenation.
10099 Cast a ptrdiff_t to long and pass it to printf with %ld.
10101 1999-12-10 Geoff Keating <geoffk@cygnus.com>
10103 * config/m68k/m68k.h (CONDITIONAL_REGISTER_USAGE): If we have no
10104 68881, we have no 68881 registers at all.
10105 (HARD_REGNO_MODE_OK): It is always OK to put a MODE_FLOAT
10106 value in a 68881 register if it is available.
10108 1999-12-10 Clinton Popetz <cpopetz@cygnus.com>
10110 * config/arm/arm.md (*mulsidi3adddi, *umulsidi3adddi): New patterns
10111 for long long multiply-accumulate.
10113 1999-12-10 Bernd Schmidt <bernds@cygnus.co.uk>
10115 * loop.c (insert_loop_mem): Undo last change.
10117 1999-12-10 David S. Miller <davem@redhat.com>
10119 * config/sparc/sparc.c (fp_sethi_p, fp_mov_p, fp_high_losum_p):
10121 * config/sparc/sparc-protos.h: Add them.
10122 * config/sparc/sparc.h: Add them to PREDICATE_CODES.
10123 (EXTRA_CONSTRAINT_BASE): New macro, handling Q, R, and S
10124 constraints which use those helpers.
10125 (EXTRA_CONSTRAINT): Use this new macro.
10126 * md.texi: Update sparc target constraints documentation.
10127 * config/sparc/sparc.md (clear_sf, clear_sfp, movsf_const_intreg,
10128 movsf_const_high, movsf_const_lo, movsf_insn): Delete.
10129 (movsf_insn_novis_liveg0, movsf_insn_novis_noliveg0,
10130 movsf_insn_vis, movsf_lo_sum, movsf_high): New patterns.
10131 (movsf high/lo_sum split): Rework for new patterns.
10132 (movsf expander): Allow storing fp_zero to memory if ! live_g0.
10134 1999-12-09 Gavin Romig-Koch <gavin@cetus.cygnus.com>
10136 * c-common.c (c_common_nodes_and_builtins):
10137 Create __builtin_ptrdiff_t and __builtin_size_t.
10139 Thu Dec 9 18:05:48 1999 Jeffrey A Law (law@cygnus.com)
10141 * pa/elf.h (MAX_OFILE_ALIGNMENT): Define.
10143 Fri Dec 10 00:53:10 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
10145 * regclass.c (globalize_reg): Re-instate test that allows
10146 fixed registers to be declared as a variable even after functions
10149 Fri Dec 10 00:52:13 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
10151 * i386.md (cpu attribute): Add "athlon".
10152 (athlon_decode): New attribute.
10153 (Athlon scheduling units definitions): New.
10154 (fcmp and shld patterns): Set athlon_decode to "vector".
10155 * i386.c (athlon_cost): New.
10157 (x86_use_leave, x86_push_memory, x86_movx, x86_cmove, x86_deep_branch,
10158 x86_use_sahf): Set for Athlon.
10159 (x86_use_fiop): Unset for Athlon.
10160 (override_options): Define Athlon alignments and "athlon" name.
10161 (x86_adjust_cost): Penalize AGI and delayed latencies for Athlon.
10162 * i386.h (TARGET_ATHLON): New.
10163 (enum processor_type): Add PROCESSOR_ATHLON.
10164 (TARGET_CPU_DEFAULT_SPEC): Set to "-D__tune_athlon__"
10166 (TARGET_CPP_CPU_SPECS): Set -D__tune_athlon__ for Athlon.
10168 1999-12-09 Andreas Jaeger <aj@suse.de>
10170 * loop.c (record_biv): Declare parameter as int.
10172 * config/i386/i386-protos.h: Declare long_memory_operand.
10174 1999-12-09 Mark Mitchell <mark@codesourcery.com>
10176 * tree.c (copy_node): Do zero the TREE_CHAIN, even for an
10177 EXPR_WITH_FILE_LOCATION.
10179 Thu Dec 9 11:36:24 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
10181 * i386.md (neg??, abs?f, one_cmpl?i): Use nonimmediate_operand
10184 * flow.c (recompute_reg_usage): Use basic block info to get loop_depth.
10186 * combine.c (try_combine, distribute_notes): Remove REG_N_REFS
10189 1999-12-09 Jakub Jelinek <jakub@redhat.com>
10191 * config/sparc/linux64.h (TARGET_DEFAULT): Make -mapp-regs
10192 default on linux64 again.
10193 * config/sparc/t-linux64: Add mno-app-regs and non-medlow code
10194 models for multilibing.
10195 * genmultilib: Accept | as alternative separator within a set in
10198 * config/sparc/sparc.h (PROMOTE_FOR_CALL_ONLY): Define.
10200 * calls.c (precompute_arguments): Make sure initial_value contains
10201 value pseudo which CSE expects.
10202 * cse.c (struct set): New entry orig_src.
10203 (cse_insn): Set it early on entry, use it for libcall EQUIV note
10206 Wed Dec 8 22:24:15 1999 Richard Henderson <rth@cygnus.com>
10208 * flow.c (count_basic_blocks): Don't add (use (const_int 0)) insns.
10210 1999-12-08 Bernd Schmidt <bernds@cygnus.co.uk>
10212 * loop.c (insert_loop_mem): Don't hoist volatile mems out of loops.
10214 1999-12-08 Jakub Jelinek <jakub@redhat.com>
10216 * config/sparc/sparc.c (ultra_cmove_results_ready_p,
10217 ultra_fpmode_conflict_exists, ultra_flush_pipeline): Typo fix.
10219 * config/sparc/sparc.h (SPARC_SETHI_P): Don't look at topmost 32 bits
10222 * longlong.h: Merge in changes from glibc.
10223 Also don't clobber %g2 register in 32bit SPARC assembly, so that
10224 -mno-app-regs libgcc can be compiled.
10225 * libgcc2.c: Add defines so that the updated longlong.h
10226 can be used in libgcc2.a. Also, make sure on most architectures
10227 (at least on all which have optimized code in longlong.h defined
10228 for) {SI,W}_TYPE_SIZE is suitable for preprocessor tests.
10230 1999-12-08 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10232 * config/sparc/sol2-64.h: Same as sol2-sld-64.h, except that
10233 `-m EMULATION' is added to non-default LINK_ARCH_SPECs.
10234 * configure.in: Use sol2-64.h instead of sol2-sld-64.h if linker
10236 * configure: Rebuilt.
10238 Wed Dec 8 03:45:40 1999 Richard Henderson <rth@cygnus.com>
10240 * alpha.c (secondary_reload_class): For !BWX, sub-simode
10241 outputs require a register.
10243 1999-12-08 Brendan Kehoe <brendan@cygnus.com>
10245 * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS): Add _sf_to_usi
10246 _df_to_usi. Required by some targets, so US_SOFTWARE_GOFAST calls to
10247 functions like dptoul will be resolved.
10248 (libgcc2.a): Make sure that the object files from DPBIT are named
10249 differently (prefix `_dp') from those that would be coming from
10252 1999-12-08 Alexandre Oliva <oliva@lsd.ic.unicamp.br>, Jakub Jelinek <jakub@redhat.com>
10254 * configure.in: When target is sparc* and tm_file contains 64,
10255 test for 64bit support in assembler. If not supported, remove
10256 sparc/t-sol2-64 from target-dependent Makefile fragments.
10257 (AS_SPARC64_FLAG): Define to the assembler flag for 64bit.
10258 (HAVE_AS_OFFSETABLE_LO10): Rework test to use these flags.
10259 (HAVE_AS_REGISTER_PSEUDO_OP): Use config.cache.
10260 * acconfig.h (AS_SPARC64_FLAG): Added.
10261 * configure, config.in: Rebuilt.
10262 * config/sparc/sol2-sld-64.h: Same as sol2.h, if without 64bit
10263 support. Use AS_SPARC64_FLAG.
10265 1999-12-07 Jakub Jelinek <jakub@redhat.com>
10267 * config/sparc/sparc.c (hard_32bit_mode_classes): Mark registers
10268 suitable for holding OFmode values so that gcc works with complex
10270 (hard_64bit_mode_classes): Likewise.
10272 * config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): Fix pattern
10273 so that it is actually matched.
10274 (sethi_di_medlow): Likewise.
10276 * config/sparc/sparc.h (LEGITIMATE_CONSTANT_P): Consider TFmode 0.0L
10277 as legitimate constant if -mvis.
10278 * config/sparc/sparc.md (movtf): Likewise.
10279 (clear_sf): Use const_double_operand.
10280 (clear_sfp, clear_dfp, clear_tf, clear_tfp): New patterns.
10282 * config/sparc/sparc.c (sparc_emit_float_lib_cmp): New function.
10283 * config/sparc/sparc-protos.h (sparc_emit_float_lib_cmp): Prototype.
10284 * config/sparc/sparc.h (*_LIBCALL): Only use for _Q_*
10285 routines, _Qp_* cannot be handled like that now.
10286 (INIT_TARGET_OPTABS): Likewise.
10287 * config/sparc/sparc.md (cmptf): Accept soft float ARCH64.
10288 (seq, sne, sgt, sge, slt, sle, beq, bne, bgt, bge, blt, ble): Call
10289 sparc_emit_float_lib_cmp if ARCH64 and soft float.
10290 (extendsftf2, extenddftf2, trunctfsf2, trunctfdf2, floatsitf2,
10291 floatditf2, fix_trunctfsi2, fix_trunctfdi2, addtf3, subtf3, multf3,
10292 divtf3, sqrttf3): New expanders.
10293 (extendsftf2_hq, extenddftf2_hq, trunctfsf2_hq, trunctfdf2_hq,
10294 floatsitf2_hq, floatditf2_hq, fix_trunctfsi2_hq, fix_trunctfdi2_hq,
10295 addtf3_hq, subtf3_hq, multf3_hq, divtf3_hq, sqrttf3_hq): Rename from
10298 * configure.in (sparc64-*-linux*): Use posix threads if enabled.
10299 * configure: Rebuilt.
10300 * config/sparc/linux64.h: Default to -mcpu=ultrasparc if no
10301 -mcpu is given and we're doing 64bit compiles.
10303 Tue Dec 7 19:22:06 1999 Richard Henderson <rth@cygnus.com>
10305 * loop.h (struct induction): Add multi_insn_incr.
10306 * loop.c (basic_induction_var): New multi_insn_incr argument.
10307 Set it if we search back through previous insns for the biv.
10308 (record_biv): New multi_insn_incr argument; fill in struct induction.
10309 (strength_reduce): Discard an iv with multiple bivs, any of
10310 which require multiple insns to increment.
10312 1999-12-07 Martin v. Löwis <loewis@informatik.hu-berlin.de>
10314 * invoke.texi (C Dialect Options): Remove -flang-c9x, add -std
10317 1999-12-06 David S. Miller <davem@redhat.com>
10319 * combine.c (check_promoted_subreg): Do not conditionalize this upon
10320 PROMOTE_FUNCTION_RETURN.
10322 Mon Dec 6 15:12:14 1999 Jim Wilson <wilson@cygnus.com>
10324 * regmove.c (optimize_reg_copy_1): If no REG_DEAD note, check for
10325 and handle REG_UNUSED note on insn.
10327 * combine.c (force_to_mode, case LSHIFTRT): New local inner_mask. Set
10328 inner_mask instead of mask.
10330 1999-12-06 Brendan Kehoe <brendan@cygnus.com>
10332 * dwarf2out.c (field_byte_offset): As with dwarfout.c, size can be
10333 zero if there was an error.
10335 1999-12-06 Jakub Jelinek <jakub@redhat.com>
10337 * config/sparc/sparc.md (return_losum_di): Fix typo in asm
10340 * longlong.h: Fix clobbers in SPARC asm statements.
10342 * config/sparc/sparc.c (input_operand): Allow HImode and QImode
10343 valid sethi operations when TARGET_ARCH64.
10345 * calls.c (save_fixed_argument_area): If save_mode is BLKmode,
10346 always use move_by_pieces to avoid infinite recursion.
10347 (restore_fixed_argument_area): Likewise.
10349 * combine.c (check_promoted_subreg, record_promoted_value): New
10351 (combine_instructions): Use them to retain nonzero and sign bit
10352 information after SUBREGs are eliminated by optimizations in
10353 this pass if PROMOTE_FUNCTION_RETURN.
10355 * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): Document
10356 .register declaration. Don't use variables with __ prefixes.
10358 Mon Dec 6 12:24:52 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10360 * fold-const.c (optimize_bit_field_compare): Only use one mode
10361 for both RHS and LHS in non-constant case.
10363 1999-12-06 Nathan Sidwell <nathan@acm.org>
10365 * frame.c (start_fde_sort): Only allocate erratic array, if
10366 linear one was allocated. Return allocated flag.
10367 (fde_insert): Only insert, if there's a valid array.
10368 (fde_end_sort): Split, sort and merge if linear and erratic
10369 arrays exist, else just sort linear one.
10370 (search_fdes): New function. Linear search through original fde
10372 (frame_init): Permit multiple initializations. Cope with
10374 (find_fde): Fallback on linear search, if failed to sort array.
10375 (__deregister_frame_info): Only free sorted array, if we
10378 1999-12-06 Jakub Jelinek <jakub@redhat.com>
10380 * config/sparc/sparc.h (MUST_PASS_IN_STACK): New macro.
10382 1999-12-05 Jakub Jelinek <jakub@redhat.com>
10384 * config/sparc/sparc.c (sparc64_initialize_trampoline): Use gen_flushdi.
10386 1999-12-05 Mark Mitchell <mark@codesourcery.com>
10388 * tree.h (special_function_p): Declare.
10389 * calls.c (special_function_p): Make it global. Don't take `name'
10390 as a parameter. Fix typo in 1999-11-28 change.
10391 (expand_cal): Adjust.
10393 1999-12-04 Mark Mitchell <mark@codesourcery.com>
10395 * tree.def (EXPR_WITH_FILE_LOCATION): Fix comment formatting.
10396 * tree.h (EXPR_WFL_FILENAME): Define in terms of
10397 EXPR_WFL_FILENAME_NODE.
10398 (EXPR_WFL_FILENAME_NODE): Use the second operand slot rather than
10400 * print-tree.c (print_note): Print TREE_PRIVATE and
10403 * dwarf2out.c (add_abstract_origin_attribute): Don't abort when
10404 the original die cannot be found.
10406 * varray.h (varray_head_tag): Add elements_used.
10407 (VARRAY_PUSH): New macro.
10408 (VARRAY_POP): Likewise.
10409 (VARRAY_TOP): Likewise.
10410 Add variants of VARRAY_PUSH and VARRAY_POP for all varray element
10412 * varray.c (varray_init): Initialize elements_used.
10413 * Makefile.in (BASIC_BLOCK_H): Add varray.h.
10414 (INTEGRATE_H): New variable.
10415 (integrate.o): Depend on INTEGRATE_H.
10416 (unroll.o): Likewise.
10418 * function.h (insert_block_after_note): Declare.
10419 * function.c (insert_block_after_note): Split out from ...
10420 (retrofit_block): ... here.
10422 * stmt.c (expand_fixup): Fix typo in comment.
10424 Sat Dec 4 14:13:38 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
10426 * regmove.c (copy_src_to_dest): Remove loop_depth parameter.
10427 (optimize_reg_copy_1): Remove REG_N_REFS updating code.
10428 (optimize_reg_copy_2, copy_src_to_dest, fixup_match_2): Likewise.
10429 (regmove_optimize, fixup_match_1): Likewise.
10431 1999-12-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10433 * flow.c (flow_loops_dump): Add missing argument when calling
10434 flow_loop_nested_p.
10436 1999-12-04 Geoffrey Keating <geoffk@cygnus.com>
10437 Greg McGary <gkm@gnu.org>
10439 * c-common.c (enum attrs): Add A_NO_LIMIT_STACK.
10440 (init_attributes): Add A_NO_LIMIT_STACK.
10441 (decl_attributes): Handle A_NO_LIMIT_STACK.
10442 * c-decl.c (duplicate_decls): Handle DECL_NO_LIMIT_STACK.
10443 * explow.c (allocate_dynamic_stack_space) [!HAVE_allocate_stack]:
10444 Handle stack bounds checking.
10445 * flags.h (flag_stack_check): Use the word 'probe' rather than
10446 'check', because the flag doesn't actually cause any checking to
10448 * function.c (expand_function_start): Set
10449 current_function_limit_stack.
10450 * function.h (struct function): Add limit_stack.
10451 (current_function_limit_stack): Define.
10452 * invoke.texi (Code Gen Options): Document new options.
10453 * rtl.h: Declare stack_limit_rtx.
10454 * toplev.c (stack_limit_rtx): New variable.
10455 (decode_f_option): Handle new options -fstack-limit-register=REG,
10456 -fstack-limit-symbol=IDENT, -fno-stack-limit.
10457 (main): Add stack_limit_rtx as GC root.
10458 * tree.h (DECL_NO_LIMIT_STACK): New macro.
10459 (struct tree_decl): New member no_limit_stack.
10461 * config/rs6000/rs6000.c (rs6000_allocate_stack_space): Handle
10463 * config/rs6000/rs6000.md (allocate_stack): Handle stack_limit_rtx.
10464 (conditional_trap+1): Get new mnemonic correct.
10465 (conditional_trap+2): New pattern for DImode traps.
10467 * config/m68k/m68k.c (output_function_prologue): Handle
10469 * config/m68k/m68k.md (trap): New insn.
10470 (conditional_trap): New insn.
10471 * md.texi (Standard Names): Document `trap' and
10472 `conditional_trap'.
10473 * optabs.c (gen_cond_trap): Use start_sequence()/end_sequence()
10474 so a cc0 setter doesn't get emitted at some random place in the
10477 * config/i960/i960.md (trap): New insn.
10478 (conditional_trap): New expander.
10479 (conditional_trap+1, conditional_trap+2): New insns for signed
10480 and unsigned cases.
10481 * config/i960/i960.c (i960_function_prologue): Use
10482 STARTING_FRAME_OFFSET. Handle stack_limit_rtx.
10484 Thu Dec 2 21:22:45 1999 Greg McGary <gkm@gnu.org>
10485 Geoffrey Keating <geoffk@cygnus.com>
10487 * flags.h (warn_padded, warn_packed): Add global var decls.
10488 * toplev.c (warn_padded, warn_packed): Add global var defns.
10489 (W_options): Add warnings `-Wpacked' and `-Wpadded'.
10490 * stor-layout.c (layout_record): Add local variable `type'
10491 to hold often-used TREE_TYPE (field). Add local variable
10492 `unpacked_align' to hold alignment that would be in force
10493 if no `packed' attribute were present. Warn if `packed' attribute
10494 is unnecessary, or even harmful. Warn when gcc inserts padding
10495 to satisfy alignment requirements of members. Use NULL_TREE
10496 when checking whether var_size is set.
10497 * invoke.texi: Document new flags.
10499 1999-12-03 Nathan Sidwell <nathan@acm.org>
10501 * frame.c (fde_split): Reimplement to avoid variable sized array.
10503 Thu Dec 2 18:59:48 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
10505 * combine.c (try_combine): Before fixing up LOG_LINKS for the
10506 i3_subst_into_i2 case, check that GET_CODE (PATTERN (i2)) == PARALLEL.
10508 1999-12-02 Gavin Romig-Koch <gavin@cygnus.com>
10510 * invoke.texi: Document the mips option -mno-crt0
10512 1999-12-02 Mike Karr <mkarr@mathworks.com>
10514 * cccp.c (argdata): Added free_ptr member.
10515 (macroexpand): Initialize free_ptr of each argument. When an
10516 argument's buffers are freed, if the argument's free_ptr corresponds
10517 to a buffer on the input stack, then return the free_ptr to that stack
10518 frame, otherwise, free it.
10519 (macarg): If an argument begins and ends on the same input stack level,
10520 then transfer the free_ptr of that buffer to the argument in case
10521 the stack is popped during the processing of a subsequent argument.
10523 1999-12-02 Bernd Schmidt <bernds@cygnus.co.uk>
10525 * loop.c (note_reg_stored): New function.
10526 (struct note_reg_stored_arg): New structure.
10527 (try_copy_prop): Change to be more conservative; only replace within
10528 one extended basic block and stop replacing if a store to the
10529 replacement reg is seen.
10531 1999-12-02 Nick Clifton <nickc@cygnus.com>
10533 * config/fp-bit.c: Initialise all fields of the NAN
10536 * c-lex.c (check_newline): Pass pragma_getc and pragma_ungetc
10539 Wed Dec 1 18:16:38 1999 Jan Hubicka <hubicka@freesoft.cz>
10541 * i386.md (extend?f?f2): Force the input into a register, not
10544 1999-12-01 Jakub Jelinek <jakub@redhat.com>
10546 * config/sparc/sparc.md (movsf_const_intreg): Add constraints for
10548 (movdf_const_intreg_sp32): Likewise. Prefer the memory load
10549 alternative because setting up 64bit constant is usually costly,
10550 especially when reload is in progress or completed.
10551 (movdf_const_intreg_sp64): Likewise.
10552 (movdf_const_intreg split): Fix building up constants when
10553 HOST_BITS_PER_WIDE_INT is 64 yet long is 32bit.
10555 Wed Dec 1 16:51:22 1999 Jeffrey A Law (law@cygnus.com)
10557 * combine.c (if_then_else_cond): Use const_true_rtx instead of
10558 const1_rtx for return values in EQ/NE comparison against (const_int 0)
10561 * mn10300.c (REG_SAVE_BYTES): Allocate space for AM33 registers.
10562 (asm_file_start): Emit .am33 into assembly file when compiling for
10564 (print_operand_address): Handle POST_INC addresses.
10565 (can_use_return_insn, initial_offset): Check AM33 registers too.
10566 (expand_prologue): Check & save AM33 registers too.
10567 (expand_epilogue): Similarly.
10568 (secondary_reload_class): Handle AM33 specific secondary reloads.
10569 (output_tst): Emit efficient code for the AM33 too.
10570 * mn10300.h (CPP_SPEC, TARGET_AM33): Define.
10571 (TARGET_SWITCHES): Add -mam33 switch.
10572 (FIRST_PSEUDO_REGISTER): Handle new AM33 registers.
10573 (FIXED_REGISTERS, CALL_USED_REGISTERS): Likewise.
10574 (REG_ALLOC_ORDER, CONDITIONAL_REGISTER_USAGE): Likewise.
10575 (HARD_REGNO_MODE_OK, MODES_TIEABLE_P): Likewise.
10576 (enum reg_class, REG_CLASS_NAMES): Likewise.
10577 (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Likewise.
10578 (INDEX_REG_CLASS, REG_CLASS_FROM_LETTER): Likewise.
10579 (REGNO_OK_FOR_INDEX_P, PREFERRED_RELOAD_CLASS): Likewise.
10580 (PREFERRED_OUTPUT_RELOAD_CLASS, LIMIT_RELOAD_CLASS): Likewise.
10581 (REGISTER_MOVE_COST, REGISTER_NAMES): Likewise.
10582 (HAVE_POST_INCREMENT): Define.
10583 (GO_IF_LEGITIMATE_ADDRESS): Allow POST_INC addresses for the AM33.
10584 (GO_IF_MODE_DEPENDENT_ADDRESS): POST_INC is a mode dependent address.
10585 * mn10300.md (movqi, movhi, addsi, subsi): Add AM33 variants.
10586 (mulsi, andsi, iorsi, xorsi, notsi): Likewise.
10587 (ashiftsi, lshiftrtsi, ashiftrtsi): Likewise.
10588 (zero_extend to SI from QI/HI): Likewise.
10589 (sign_extend to SI from QI/HI): Likewise.
10590 (mulsidi3, umulsidi3): New patterns for the AM33.
10591 (tstsi with zero extension from QI/HI): Add AM33 variants.
10592 (movsi, movsf, movdi, movdf): Generate efficient code for the AM33 too.
10593 (return_internal_regs, store_movm): Handle new AM33 registers.
10594 * t-mn10300 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES): Define.
10595 (LIBGCC, INSTALL_LIBGCC): Likewise.
10596 * invoke.texi: Document new flags.
10598 Fri Nov 26 10:59:12 CET 1999 Jan Hubicka <hubicka@freesoft.cz>
10600 * i386.md (addsi3_cc): Add "binary_operator_ok" to the condition.
10601 (addsi3_carry): Likewise.
10602 (sbbsi3_cc): Add "binary_operator_ok" to the condition.
10603 (sbbsi3_carry): Likewise.
10604 (mulsi3): Rewrite to expander, ensure that only one operand is memory.
10605 (mulhi3): Likewise.
10606 (test?i_1): Ensure that only one operand is memory.
10607 (conditional move patterns): likewise.
10608 (shift and rotate patterns): Rewrite to expander, add
10609 "binary_operator_ok" to the condition.
10611 * i386.md (QImode patterns): Remove '*' before the 'r' constraints.
10612 * i386.h (procesor_costs): Add movzbl_load field.
10613 (HARD_REGNO_MODE_OK): Accept QImode on non PARTIAL_REGISTER_STALL in
10614 non-Q registers, accept DImode registers anywhere.
10616 (MEMORY_MOVE_COST): Calculate QImode moves correctly.
10617 * i386.c (*_cost): Set value for movxbl_load field.
10619 * (addsi): New add to lea splitter.
10620 (ashlsi): Likewise.
10621 (lea to add/shift peep2): New.
10623 1999-12-01 Mark Salter <msalter@cygnus.com>
10625 * config/mips/elf.h (STARTFILE_SPEC): Add no-crt0.
10626 * config/mips/elf64.h (STARTFILE_SPEC): Add no-crt0.
10627 * config/mips/mips.h (TARGET_SWITCHES): Add no-crt0.
10629 Tue Nov 30 15:20:52 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
10631 * i386.c (ix86_expand_move): Never add clobbers to move patterns.
10632 * i386.md (movsi_xor): New.
10634 (movsi_1, movhi_1, movqi_1): Remove.
10635 (movsi_2): Rename to movsi_1.
10636 (movhi_2): Rename to movhi_1.
10637 (movqi_2): Rename to movqi_1.
10638 (movdi_1): Remove; remove splitter.
10639 (movdi_2): Rename to movdi_1.
10640 (divmodsi4 splitter): Do not emit clobbers for move patterns.
10641 (long move peep2): Do not create QI or HI mode mov0s
10642 (mov -1,reg -> or peep2s): Enable again, rewrite to single peephole.
10644 * i386.md (zero_extend?i?i2): Rewrite to expanders; new patterns,
10647 * i386.md (neg?f2_if): Split "r" and "f" to separate alternatives.
10648 (abs?f2_if): Likewise.
10650 1999-11-30 Alex Samuel <samuel@codesourcery.com>
10652 * ggc.h (ggc_test_and_set_mark): New macro.
10653 (ggc_mark_rtx): Use ggc_test_and_set_mark.
10654 (ggc_mark_tree): Likewise.
10655 (ggc_mark_rtvec): Likewise.
10656 * ggc-common.c (ggc_mark_rtx_children): Reduce recursion.
10658 1999-11-30 Jason Merrill <jason@casey.cygnus.com>
10660 * dwarf2out.c (scope_die_for): Only handle types. Only search for
10662 (decl_scope_table): Just an array of trees now.
10663 (push_decl_scope): Simplify.
10664 (dwarf2out_init): Adjust.
10665 (local_scope_p): New fn.
10666 (gen_inlined_enumeration_type_die): Don't call scope_die_for.
10667 (gen_inlined_union_type_die, gen_inlined_structure_type_die): Likewise.
10668 (gen_typedef_die): Likewise.
10669 (gen_lexical_block_die): Don't call push/pop_decl_scope.
10670 (gen_inlined_subroutine_die): Likewise.
10671 (gen_abstract_function): Set current_function_decl temporarily.
10672 (gen_subprogram_die): Don't check DECL_ABSTRACT to set declaration.
10673 Handle block extern declarations. Don't call push/pop_decl_scope.
10674 (gen_decl_die): Fix logic for block externs.
10676 1999-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10678 * calls.c (special_function_p): Remove `realloc' and add `strdup'
10679 to the list of functions which have attribute malloc by default.
10681 1999-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10683 * c-lex.c (yylex): With -Wtraditional, when the ANSI type of an
10684 integer constant does not match the traditional type, limit the
10685 warnings to cases where the base of the type is ten.
10687 * invoke.texi (-Wtraditional): Document it.
10689 Tue Nov 30 15:18:35 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10691 * combine.c (try_combine): Only pass SET or CLOBBER to SET_DEST
10692 * rs6000.md: Only access a CONST_INT with INTVAL
10694 Tue Nov 30 14:21:00 1999 Richard Henderson <rth@cygnus.com>
10696 * lcm.c (compute_laterin): Cast bb->aux to size_t not int.
10697 (compute_nearerout): Likewise.
10698 * ggc-page.c (ggc_page_print_statistics): Explicitly cast
10699 size_t to unsigned long for formatting.
10701 1999-11-30 Jakub Jelinek <jakub@redhat.com>
10703 * config/sparc/sparc.h (FIXED_REGISTERS, CONDITIONAL_REGISTER_USAGE):
10704 Allow the user to override call-used/fixed state of %g2-5
10705 registers from the command line (with the exception of %g4 for
10707 (REG_LEAF_ALLOC_ORDER): Move %g1 and %g4-7 registers to front, so that
10708 there is a higher chance of having a leaf function.
10709 (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Provide separate macros
10710 for ARCH64 which has %ccr register.
10711 * config/sparc/sparc.md (return_losum_si, return_losum_di): New
10713 * config/sparc/sparc.c (eligible_for_epilogue_delay): For the return
10714 insn accept into delay slot any insn which does not use %[ol]
10715 registers. Accept some LO_SUM and shift left by 1 for the normal
10717 (output_function_epilogue): Likewise.
10718 (epilogue_renumber): Added argument which inhibits any renumbering
10719 and just tests if the rtx does not use any %[ol] registers.
10720 (output_return): Reflect above change.
10722 1999-11-30 Jakub Jelinek <jakub@redhat.com>
10724 * config/sparc/sparc.c (sparc_va_arg): Fix sparc64 va_arg
10725 aggregate passing for sizes <= 16 bytes.
10727 1999-11-30 Bernd Schmidt <bernds@cygnus.co.uk>
10729 * cse.c (FIXED_REGNO_P): Delete tests for OVERLAPPING_REGNO_P.
10730 * global.c (global_alloc): Delete [OVERLAPPING_REGNO_P] code.
10731 * reload.c (find_dummy_reload): Likewise.
10732 (find_equiv_reg): Likewise; also for INSN_CLOBBERS_REGNO_P.
10733 * reload1.c (reload_as_needed): Likewise.
10734 * stupid.c (stupid_find_reg): Likewise.
10735 * tm.texi (Obsolete Register Macros): Delete section.
10736 * gmicro.h: Remove all traces of the two macros.
10737 * i386.h: Likewise.
10738 * m88k.h: Likewise.
10739 * mips.h: Likewise.
10741 1999-11-30 Brendan Kehoe <brendan@cygnus.com>
10743 * sparc.h (MASK_FASTER_STRUCTS, TARGET_FASTER_STRUCTS): Define.
10744 (TARGET_SWITCHES): Add -mfaster-structs/-mno-faster-structs flags.
10745 (ROUND_TYPE_ALIGN): Use better value if -mfaster-structs.
10746 * sparc.md (sparclite86x_branch, sparclite86x_shift): New function
10747 units for the sparclite86x chip.
10748 (flush): Revert October 14th change; add SImode specifically.
10749 (flushdi): Copy of flush, but DImode, to avoid genrecog warnings.
10750 * invoke.texi: Document it.
10752 Tue Nov 30 14:58:14 1999 Nick Clifton <nickc@cygnus.com>
10754 * config/mn10200/mn10200.h (PREDICATE_CODES): Add
10755 psimode_truncation_operand.
10757 * config/mn10200/mn10200.c (psimode_truncation_operand): New
10758 function. Return true if the operand is either a MEM valid
10759 for a PSImode address or not a MEM at all.
10761 * config/mn10200/mn10200.md (truncsipsi2): Use
10762 psimode_truncation_operand.
10764 1999-11-30 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10766 * flow.c (flow_nodes_print, flow_loops_cfg_dump): New functions.
10767 (flow_loop_nested_p, flow_loops_dump, flow_loops_free): Likewise.
10768 (flow_loop_exits_find, flow_loop_nodes_find): Likewise.
10769 (flow_depth_first_order_compute, flow_loop_pre_header_find): Likewise.
10770 (flow_loop_tree_node_add, flow_loops_tree_build): Likewise.
10771 (flow_loop_level_compute, low_loops_level_compute): Likewise.
10772 (flow_loops_find, flow_loop_outside_edge_p): Likewise.
10773 * basic-block.h: Protect from multiple inclusion.
10774 (flow_loops_find, flow_loops_free, flow_loop_dump): Add protoypes.
10775 (struct loops, struct loop): Define structures.
10776 * sbitmap.c (sbitmap_a_subset_b_p): New function.
10777 * sbitmap.h: Protect from multiple inclusion.
10778 (sbitmap_a_subset_b_p): Add prototype.
10779 * Makefile.in (LOOP_H): New macro.
10780 (stmt.o, integrate.o, loop.o, unroll.o): Replace loop.h with LOOP_H.
10782 Tue Nov 30 01:34:47 1999 Philippe De Muyter <phdm@macqel.be>
10784 * cppinit.c (CAT): The argument list of this macro may not contain
10787 1999-11-29 David S. Miller <davem@redhat.com>
10789 Move quantity tables and register equivalence chains into
10790 per-qty and per-register structure arrays respectively.
10791 * cse.c (qty_first_reg, qty_last_reg, qty_mode, qty_const,
10792 qty_const_insn, qty_comparison_code, qty_comparison_const,
10793 qty_comparison_qty): Delete, replace with...
10794 (qty_table): this structure table.
10795 (reg_next_eqv, reg_prev_eqv): Delete, replace with...
10796 (reg_eqv_table): this structure table.
10797 (make_new_qty): Add argument MODE. Caller updated.
10798 Update to use qty_table and reg_eqv_table.
10799 (make_regs_eqv, delete_reg_equiv, insert_regs,
10800 insert, exp_equiv_p, cse_rtx_varies_p, canon_reg,
10801 fold_rtx, equiv_constant, record_jump_cond, cse_insn,
10802 cse_process_notes, cse_main, cse_basic_block): Likewise.
10804 Mon Nov 29 16:56:42 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10806 * fold-const.c (extract_muldiv, case {MIN,MAX}_EXPR): Reverse
10807 operation if C is negative.
10808 (extract_muldiv, case SAVE_EXPR): Supresss if arg has side effects.
10809 (extract_muldiv, case {PLUS,MINUS}_EXPR): Don't apply distributive
10810 law for some divisions if constant is negative and change other
10811 divisions to the opposite rounding.
10813 * expr.c (store_constructor_field): If bit position is not multiple
10814 of alignment of TARGET's mode, use BLKmode.
10816 * expr.c (expand_expr_unaligned): Add more code from full case
10817 that is needed when OP0 is in a register.
10819 Mon Nov 29 18:09:39 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
10821 * dwarfout.c (field_byte_offset): Size can be zero if there was
10824 1999-11-29 Bernd Schmidt <bernds@cygnus.co.uk>
10826 * fold-const.c (split_tree): Delete unused vars ORIG_IN and TYPE.
10827 (associate_trees): Delete unused var TEM.
10828 (extract_muldiv): Delete unused var CANCEL_P.
10830 * fold-const.c [TARGET_FLOAT_FORMAT != IEEE_FLOAT_FORMAT]
10831 (target_isinf, target_isnan, target_negative): Add return types to
10832 function definitions.
10834 1999-11-29 Bruce Korb <autogen@linuxbox.com>
10836 * fixinc/fixincl.c(process): don't skip GLIBC files any more.
10837 * fixinc/hackshell.tpl: ditto
10838 * fixinc/fixtests.c(double_slash_test): more C++ header testing
10839 * fixinc/inclhack.def(AAB_fd_zero_glibc*): corrected spelling of mach
10841 1999-11-29 Bernd Schmidt <bernds@cygnus.co.uk>
10843 * reload.c (push_reload): When looking for a register to put into
10844 reg_rtx, make sure all hard regs in a multi-reg register are in the
10845 right class and nonfixed.
10847 * haifa-sched.c (reg_last_uses, reg_last_sets, reg_last_clobbers,
10848 pending_read_insns, pending_write_insns, pending_read_mems,
10849 pending_write_mems, pending_list_length, last_pending_memory_flush,
10850 last_function_call, sched_before_next_call): Move static variables
10852 (bb_ prefixed versions): Replace with single array bb_deps.
10853 (struct deps): New structure.
10854 (add_insn_mem_dependence, flush_pending_lists, sched_analyze_1,
10855 sched_analyze_2, sched_analyze_insn, sched_analyze): Accept new
10856 argument of type "struct deps *"; use that instead of global
10857 variables. All callers changed.
10858 (init_rgn_data_dependencies): Delete function.
10859 (init_rtx_vector): Delete function.
10860 (init_deps): New function.
10862 (free_pending_lists): Simplify, we always use the bb_deps array even
10863 if only one basic block.
10864 (compute_block_backward_dependences): Likewise.
10865 (schedule_region): Likewise.
10867 (propagate_deps): New function, broken out of
10868 compute_block_backward_dependences.
10869 (compute_block_backward_dependences): Use it.
10871 * alpha.md: Delete useless patterns that tried to work around
10872 register elimination problems.
10874 * unroll.c (loop_iterations): Don't abort if iteration variable
10877 From Joern Rennecke:
10878 * reload1.c (reloads_conflict): Reverse test comparing operand
10879 numbers when testing for conflict between output/outaddr reloads.
10881 1999-11-29 David S. Miller <davem@redhat.com>
10883 * config/sparc/sparc.c (init_cumulative_args): Fix type of third
10885 * config/sparc/sparc-protos.h: Update proto, move into RTX_CODE.
10887 1999-11-28 Robert Lipe <robertl@cygnus.com>
10889 * i386/sco5.h (FINI_SECTION_ASM_OP_COFF): Move destructor fn
10890 table from .fini into .dtor.
10892 1999-11-28 Anthony Green <green@cygnus.com>
10894 * tree.h (struct tree_decl): Add malloc_flag.
10895 (DECL_IS_MALLOC): Define.
10896 * c-common.c (attrs): Add A_MALLOC attribute.
10897 (init_attributes): Add this attribute to the table.
10898 (decl_attributes): Handle malloc attribute.
10899 * calls.c (special_function_p): Check for the malloc attribute.
10900 * extend.texi (Function Attributes): Document malloc attribute.
10902 Sun Nov 28 13:21:00 1999 Jeffrey A Law (law@cygnus.com)
10904 * pa.md (reload shift-add patterns): Remove.
10906 1999-11-28 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
10908 * reorg.c (dbr_schedule) Print more statistics. Corrected
10909 problem when printing info when 3 delay slots are filled.
10911 1999-11-28 Jakub Jelinek <jakub@redhat.com>
10913 * combine.c (setup_incoming_promotions): Pass an outgoing
10914 regno to FUNCTION_ARG_REGNO_P which it expects.
10916 1999-11-28 Andreas Jaeger <aj@suse.de>
10918 * mips/linux.h (CPP_PREDEFINES): Undefine before redefining.
10920 Sun Nov 28 00:48:15 1999 Philippe De Muyter <phdm@macqel.be>
10922 * cccp.c (do_include): Avoid initialization of automatic variable.
10924 * integrate.c (mark_stores): Function definition made void, to match
10925 previous declaration.
10926 * regclass.c (dump_regclass): Ditto.
10927 * Makefile.in (WARN_CFLAGS): Macro augmented by `-Wtraditional'.
10929 Sat Nov 27 08:38:26 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10931 * expr.c (store_constructor): Use EXACT_DIV_EXPR when dividend is
10932 known to be multiple of divisor.
10934 * expr.c (store_constructor): Don't clobber TARGET if CLEARED.
10936 * combine.c (try_combine): Add code to try to merge a set of a
10937 two-word pseudo to a constant with a setting of one of those words
10940 * fold-const.c (negate_expr, associate_trees, extract_muldiv): New.
10941 (split_tree): Completely rework to make more general.
10942 (make_range, fold): Call negate_expr.
10943 (fold, case NEGATE_EXPR): Simplify -(a-b) is -ffast-math.
10944 (fold, associate): Call new split_tree and associate_trees.
10945 (fold, case MULT_EXPR, case *_{DIV,MOD}_EXPR): Call extract_muldiv.
10947 1999-11-26 Bernd Schmidt <bernds@cygnus.co.uk>
10949 * loop.c (try_copy_prop): Avoid GNU C extension.
10951 1999-11-25 Mark Mitchell <mark@codesourcery.com>
10953 * except.c (init_eh_for_function): Still zero eh_return_context,
10954 eh_return_stack_adjust, and eh_return_handler.
10956 * except.h (eh_status): Adjust documentation for x_protect_list.
10957 (begin_protect_partials): New function.
10958 * except.c (enqueue_eh_entry): Fix formatting.
10959 (get_first_handler): Add consistency check.
10960 (add_partial_entry): Adjust usage of protect_list.
10961 (emit_cleanup_handler): Save and restore ehqueue.
10962 (expand_start_all_catch): Add comment.
10963 (begin_protect_partials): New function.
10964 (end_protect_partials): Adjust usage of protect_list.
10965 (init_eh_for_function): Use xcalloc.
10967 1999-11-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10969 * c-common.c (check_format_info): Don't call a variadic function
10970 with a non-literal format string.
10972 * c-decl.c (grokdeclarator, start_struct, finish_struct): Likewise.
10974 * c-typeck.c (build_component_ref, build_unary_op, lvalue_or_else,
10975 pedantic_lvalue_warning, error_init, pedwarn_init, warning_init):
10978 * cccp.c (check_macro_name, do_xifdef, vwarning_with_line):
10981 * collect2.c (collect_wait): Likewise.
10983 * dbxout.c (dbxout_type): Likewise.
10985 * gcc.c (do_spec_1): Likewise.
10987 * genemit.c (gen_insn, gen_expand): Likewise.
10989 * genrecog.c (write_switch, write_subroutine): Likewise.
10991 * mips-tfile.c (catch_signal, botch): Likewise.
10993 * print-rtl.c (print_rtx): Likewise.
10995 * toplev.c (default_print_error_function, report_error_function,
10996 _fatal_insn): Likewise.
10998 1999-11-25 Mark Mitchell <mark@codesourcery.com>
11000 * tree.c (unsave_expr_now): Handle NULL_TREE as input.
11002 Wed Nov 24 17:08:09 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
11004 * reg-stack.c (subst_stack_regs_pat): Swap operands in commutative
11005 operations when needed.
11006 * i386.md (fop_?f_comm): New.
11007 (fop_?f_1): Do not accept commutative operands.
11009 1999-11-25 Andreas Jaeger <aj@suse.de>
11011 * config/mips/mips.md (casesi_internal): Add missing brace.
11013 1999-11-25 Jason Merrill <jason@casey.cygnus.com>
11015 * dwarf2out.c (pend_type, output_pending_types_for_scope): Lose.
11016 (splice_child_die): Handle moving a child DIE from the declaration
11017 DIE of a class to its specification.
11018 (gen_struct_or_union_type_die): Use 'complete' consistently.
11019 (gen_decl_die): Generate the virtual context DIE first.
11020 Use decl_ultimate_origin instead of DECL_ABSTRACT_ORIGIN.
11022 1999-11-24 Gavin Romig-Koch <gavin@cygnus.com>
11024 * config/mips/mips.md (call_value_multiple_interanal1): New.
11026 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
11028 * dwarf2out.c (free_AT, free_die): New fns.
11029 (remove_children): Call them.
11030 (output_line_info): Disable removal of duplicate notes.
11032 Generate minimal debug info for types with TYPE_DECL_SUPPRESS_INFO set.
11033 * dwarf2out.c (gen_struct_or_union_type_die): TYPE_DECL_SUPPRESS_INFO
11034 means pretend the type isn't defined.
11035 Don't defer emitting types.
11036 (gen_type_die_for_member): New fn.
11037 (gen_decl_die): Call it.
11038 (splice_child_die): New fn.
11039 (gen_member_die): Call it rather than generate duplicate dies.
11041 Defer emitting information for the abstract instance of an inline
11042 until we either inline it or emit an out-of-line copy.
11043 * dwarf2out.c (decl_ultimate_origin): Ignore DECL_ABSTRACT_ORIGIN
11044 from output_inline_function if DECL_ABSTRACT is also set.
11045 (block_ultimate_origin): Likewise.
11046 (gen_abstract_function): New fn.
11047 (gen_decl_die, gen_inlined_subroutine_die): Call it.
11048 (gen_subprogram_die): An abstract instance is not a declaration
11049 just because it doesn't match current_function_decl. Don't abort
11050 because DECL_DEFER_OUTPUT isn't set. Do abort if a declaration
11051 has an abstract origin.
11052 * toplev.c (rest_of_compilation): Don't emit dwarf2 info for the
11053 abstract instance here.
11055 Wed Nov 24 18:39:18 1999 Andrew Haley <aph@cygnus.com>
11057 * config/sh/sh.h (SECONDARY_OUTPUT_RELOAD_CLASS): Add the case
11058 where we need to reload fpul from a system register.
11060 1999-11-24 Andreas Jaeger <aj@suse.de>
11062 * config/mips/linux.h (CPP_PREDEFINES): Added.
11063 (LINK_SPEC): Remove -Y since this is only needed on sparc.
11065 1999-11-24 Andreas Jaeger <aj@suse.de>
11067 * config/mips/linux.h (TARGET_VERSION): Added.
11068 (HANDLE_SYSV_PRAGMA): Added.
11069 (DEFAULT_VTABLE_THUNKS): Added.
11071 Wed Nov 24 14:12:15 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
11073 * local-alloc.c (qty): New structure and static variable.
11074 (qty_phys_reg): Remove, all references changed to qty.
11075 (qty_n_refs): Likewise.
11076 (qty_min_class): Likewise.
11077 (qty_birth): Likewise.
11078 (qty_death): Likewise.
11079 (qty_size): Likewise.
11080 (qty_mode): Likewise.
11081 (qty_n_calls_crossed): Likewise.
11082 (qty_alternate_class): Likewise.
11083 (qty_changes_size): Likewise.
11084 (qty_first_reg): Likewise.
11085 (alloc_qty): Rename variable QTY to QTYNO.
11086 (finf_free_reg): Likewise.
11087 (local_alloc): Allocate qty, do not allocate the removed variables.
11089 Wed Nov 24 17:26:05 1999 Geoffrey Keating <geoffk@cygnus.com>
11091 * config/mips/mips.h (ASM_SPEC): Don't pass -G to the assembler
11092 when -membedded-pic is passed.
11094 * config/mips/mips.md (casesi): Handle 64-bit case too.
11095 (casesi_internal_di): New insn.
11097 * config/mips/mips.c (embedded_pic_offset): Always make the
11098 embedded-pic subtractions relative to the name of the current
11099 function by use of the magic string "..CURRENT_FUNCTION".
11100 * config/mips/mips.h (ASM_OUTPUT_LABELREF): Make the magic happen.
11102 1999-11-24 Geoffrey Keating <geoffk@cygnus.com>
11104 * config/mips/mips.md (div_trap_normal): Don't ask for the REGNO
11105 of (const_int 0), when what we really care about is
11106 whether it's a zero constant anyway.
11107 (div_trap_mips16): Likewise.
11109 1999-11-23 Mark Mitchell <mark@codesourcery.com>
11111 * loop.c (loop_optimize): Always find_loop_tree_blocks and
11112 unroll_block_trees when generating debuggable code.
11114 * tree.h (unsave_expr_1): New function.
11115 (lang_unsave): New variable.
11116 (get_callee_fndecl): New function.
11117 * tree.c (unsave_expr_now_r): New function.
11118 (lang_unsave): Define.
11119 (unsave_expr_1): Likewise.
11120 (unsave_expr_now_r): Split out from unsave_expr_now.
11121 (unsave_expr_now): Call lang_unsave if it is non-NULL. Otherwise,
11122 call unsave_expr_now_r.
11123 (get_callee_fndecl): Define.
11125 * Makefile.in (gencheck): Don't depend on lang_tree_files.
11126 (gencheck.o): Do depend on lang_tree_files.
11128 * integrate.h (copy_decl_for_inlining): New declaration.
11129 * integrate.c (copy_and_set_decl_abstract_origin): Remove.
11130 (copy_decl_for_inlining): New function.
11131 (integrate_parm_decls): Use it.
11132 (integrate_decl_tree): Likewise.
11134 1999-11-23 Gavin Romig-Koch <gavin@cygnus.com>
11136 * config/mips/mips.h (ISA_HAS_FP4,ISA_HAS_CONDMOVE,ISA_HAS_8CC): Split
11137 the second two from the first.
11138 (CONDITIONAL_REGISTER_USAGE): Use ISA_HAS_8CC rather than ISA_HAS_FP4.
11139 * config/mips/mips.md (movcc,reload_incc,reload_outcc,
11140 conditional move): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than
11142 * config/mips/mips.c (mips_move_1word,gen_conditional_branch,
11143 override_options): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than
11146 Tue Nov 23 11:15:04 1999 Jeffrey A Law (law@cygnus.com)
11148 * pa.md (call_internal_symref, call_value_internal_symref): No mode
11149 needed on the address operand.
11150 * pa.c (call_operand_address): Check for the correct mode.
11152 1999-11-23 Bernd Schmidt <bernds@cygnus.co.uk>
11154 * loop.c: Include "basic-block.h".
11155 (try_copy_prop, replace_loop_reg): New functions.
11156 (load_mems): Detect registers that just hold copies of the hoisted
11157 mem, and call try_copy_prop to eliminate them.
11158 * Makefile.in (loop.o): Update dependencies.
11160 Tue Nov 23 01:03:29 1999 Hans-Peter Nilsson <hp@axis.com>
11162 * Makefile.in (gencheck.o): Depend on gencheck.h.
11163 (insn-emit.o): Depend on flags.h, hard-reg-set.h and resource.h.
11164 (insn-peep.o): Depend on except.h and function.h.
11165 (insn-attrtab.o): Depend on RECOG_H.
11166 (insn-output.o): Depend on toplev.h and flags.h.
11167 (gengenrtl.o): Depend on real.h.
11168 (gen-protos.o): Depend on cpplib.h and cpphash.h.
11169 Unify all dependencies to be on RECOG_H rather than recog.h.
11171 Tue Nov 23 00:57:10 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11173 From Casper H.S. Dik on comp.unix.solaris, 23 Oct 1998:
11174 * configure.in: Try building a bi-arch 32/64-bit compiler on
11175 sparc-*-solaris2.7 and higher.
11176 * configure: Rebuild.
11178 Mon Nov 22 23:09:44 1999 David O'Brien <obrien@FreeBSD.org>
11180 * config/freebsd.h: New, FreeBSD architecture independent file.
11181 * config/i386/freebsd-elf.h: removed FreeBSD architecturally
11182 independent pieces.
11183 * config/i386/freebsd.h: include i386/perform.h via tm.h rather than
11184 directly by i386/freebsd.h.
11185 * configure.in (*-*-freebsdelf): Include new FreeBSD architecturally
11186 independent configuration file.
11187 (*-*-freebsdelf): Include i386/perform.h via tm.h rather than
11188 directly by i386/freebsd.h.
11189 * configure: Rebuilt.
11191 * xm-i386.h: Define `__i386__' if not defined, rather than `i386'
11192 which is in the user's namespace.
11193 * libgcc2.c: Look for the ANSI-C approved `__i386__' symbol, vs.
11194 `i386' which is not in our namespace.
11196 Mon Nov 22 22:58:01 1999 "R. Kelley Cook" <KelleyCook@attglobal.net>
11198 * invoke.texi (ARM Options): Add in -mno-alignment-traps
11200 1999-11-22 Jason Merrill <jason@casey.cygnus.com>
11202 * dwarf2out.c (die_struct): Remove die_attr_last and die_child_last.
11203 (add_dwarf_attr, add_child_die): Just push onto the front.
11204 (reverse_die_lists): New fn.
11205 (add_sibling_attributes): Use it.
11206 (push_decl_scope): Reorganize.
11207 (add_name_and_src_coords_attributes): Don't set file and line for
11208 an artificial decl.
11209 (gen_subprogram_die): An artificial function doesn't need to match
11211 (gen_compile_unit_die): Return the generated die. Only add
11212 AT_comp_dir if the filename is relative.
11213 (remove_AT): Simplify loop. Also free string values.
11214 (output_die): A DIE ref can't be null.
11215 (output_value_format, value_format): Take a dw_attr_ref.
11216 (dwarf_last_decl, is_extern_subr_die, sibling_offset): Remove.
11217 (AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
11218 AT_addr, AT_lbl): New fns.
11219 (various): Use them.
11220 (various): Constify.
11222 Mon Nov 22 23:53:50 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
11224 * combine.c (combine_simplify_rtx): When handling a SUBREG,
11225 take SUBREG_WORD into account.
11226 (if_then_else_cond): Likewise.
11228 1999-11-22 Jason Merrill <jason@casey.cygnus.com>
11230 * gmon.c, i386/gmon-sol2.c, sparc/gmon-sol2.c: Remove advertising
11231 clause from BSD license, pursuant with
11233 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
11235 1999-11-22 Bernd Schmidt <bernds@cygnus.co.uk>
11237 * loop.c (load_mems): Reformat slightly.
11238 * basic-block.h (regset_head): New typedef.
11239 (INIT_REG_SET): New macro.
11241 1999-11-22 Bruce Korb <autogen@linuxbox.com
11243 * fixinc/mkfisinc.sh(i?86-*-linux): disable script, run fixincl exe
11244 (mips-dec-bsd*): non-functional code
11245 (alpha*-*-linux-gnu*): redundant, duplicated by "*-*-linux-gnu*"
11247 * fixinc/inclhack.def(AAB_fd_zero_glibc_*):
11248 added three replacement fixes
11249 (no_double_slash): removed comments that are not (any longer) pertinent
11250 (bad_lval): this fix currently runs against many files.
11251 The comment seems to indicate that we should select for files
11252 containing 'pragma extern_prefix'.
11254 * fixinc/fixinc.x86-linux-gnu: deleted
11255 * fixinc/inclhack.sh: regen
11256 * fixinc/fixincl.x: regen
11257 * fixinc/fixincl.sh: regen
11259 Fri Nov 12 14:08:40 1999 Andrew Haley <aph@cygnus.com>
11261 * emit-rtl.c (gen_sequence): Only return the pattern of an insn if
11262 its code is INSN and it has no notes.
11264 1999-11-22 Andrew Haley <aph@cygnus.com>
11266 * varasm.c (function_defined): Remove.
11267 (make_function_rtl): Don't set function_defined.
11268 (make_decl_rtl): Remove global register warning.
11269 * regclass.c (no_global_reg_vars): New variable.
11270 (globalize_reg): Warn if function has already been defined.
11271 (regclass_init): Set no_global_reg_vars.
11273 Mon Nov 22 14:42:22 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
11275 * regclass.c (reg_pref): New structure and static variable
11276 (prefclass): Delete.
11277 (altclass): Delete.
11278 (all uses of prefclass and altclass): Use reg_pref instead.
11280 1999-11-21 Nick Clifton <nickc@cygnus.com>
11282 * invoke.texi (ARM Options): Replace -mshort-load-bytes with
11284 (arm.h): Replace -mshort-load-bytes with -malignment-traps.
11285 (arm.c): Replace TARGET_SHORT_BY_BYTES with TARGET_MMU_TRAPS.
11286 (arm.md): Replace TARGET_SHORT_BY_BYTES with TARGET_MMU_TRAPS.
11288 Sun Nov 21 17:11:13 1999 Geoffrey Keating <geoffk@cygnus.com>
11290 * varasm.c (output_constructor): Solve problem with long long
11291 bitfields, even on BYTES_BIG_ENDIAN machines (testcase 991118-1).
11293 Fri Nov 19 05:48:45 CET 1999 Jan Hubicka <hubicka@freesoft.cz>
11295 * global.c (allocno): New structure and static variable.
11296 (allocno_reg): Remove, all references replaced by allocno.
11297 (allocno_size): Likewise.
11298 (hard_reg_conflicts): Likewise.
11299 (hard_reg_preferences): Likewise.
11300 (hard_reg_copy_preferences): Likewise.
11301 (hard_reg_full_preferences): Likewise.
11302 (regs_someone_prefers): Likewise.
11303 (allocno_calls_crossed): Likewise.
11304 (allocno_n_refs): Likewise.
11305 (allocno_live_length): Likewise.
11306 (find_reg): Rename ALLOCNO to NUM.
11308 * regclass.c (may_move_in_cost): Rename from may_move_cost, all
11309 references updated.
11310 (may_move_out_cost): New variable.
11311 (init_reg_sets_1): Initialize may_move_out_cost.
11312 (record_reg_classes): Use may_move_out_cost.
11314 * regclass.c (dump_regclass): New function.
11315 (regclass): New parameter DUMP, call DUMP_REGCLASS.
11316 * toplev.c (rest_of_compilation): Open lreg dump file before regclass,
11317 pass rtl_dump_file to regclass.
11318 * rtl.h (regclass): Update prototype.
11320 Fri Nov 19 06:32:19 CET 1999 Jan Hubicka <hubicka@freesoft.cz>
11322 * i386.md (neg, not and abs patterns): Revmap to use
11323 ix86_expand_unary_operator and ix86_unary_operator_ok.
11324 (add?f and sub?f expanders): Force operand 1 to register.
11325 * i386.c (ix86_expand_unary_operator): Rewrite.
11326 (ix86_unary_operator_ok): Ensure that memory operands
11328 (ix86_binary_operator_ok): Do not allow operand 1 to
11329 come into memory and operand 0 not.
11330 (ix86_expand_binary_operator): Ensure that
11331 src1 is not non-matching memory.
11333 * i386.md (negs?2): Rewrite to expanders, new patterns and splitters
11334 to support integer registers and memory.
11335 (abss?2_integer): Likewise.
11337 * i386.h (enum reg_class): Add FLOAT_INT_REGS.
11338 (REG_CLASS_NAMES): Likewise.
11339 (REG_CLASS_CONTENTS): Define FLOAT_INT_REGS as union of FLOAT_REGS
11341 * i386.md (pushsf): Do not preferre FLOAT_REGS over GENERAL_REGS.
11342 (movsf): Likewise; unify 4th and 5th alternative.
11343 (pushdf): Likewise.
11344 (movdf_1): Likewise; rename to movdf_integer.
11345 (pushxf): Likewise; rename to pushxf_integer; fix output template;
11346 remove redundant splitter.
11347 (movxf_1): Likewise; rename to movxf_integer; fix splitter's condition.
11348 (movdf_nointeger): New.
11349 (movxf_nointeger): New.
11350 (pushxf_nointeger): New.
11352 * i386.md (extend?f?f): Split to expander and pattern, refuse two
11353 memory operands in patterns.
11354 (fop*): Refuse two memory operands.
11356 * i386.md (ashrsi3_31): Allow cltd when optimizing for size even
11357 on !TARGET_USE_CLTD CPUs.
11359 Fri Nov 19 10:41:15 GMT 1999 Nathan Sidwell <nathan@acm.org>
11361 * extend.texi: Document C++ restricted pointers and references.
11363 1999-11-19 Bernd Schmidt <bernds@cygnus.co.uk>
11365 * cse.c (addr_affects_sp): No longer conditional on AUTO_INC_DEC.
11366 (invalidate_skipped_set): Call it unconditionally.
11367 (cse_set_around_loop): Likewise.
11369 Thu Nov 18 17:29:34 MST 1999 Diego Novillo <dnovillo@cygnus.com>
11371 * rtl.texi (mem): Add documentation for alias-set argument
11374 Fri Nov 18 13:39:22 CET 1999 Jan Hubicka <hubicka@freesoft.cz>
11376 * i386.h (struct_processor_costs): New fields int_load, int_store,
11377 fp_move, fp_load and fp_store
11378 (REGISTER_MOVE_COST): Fix comment, calculate exactly the cost of
11380 (MEMORY_MOVE_COST): New macro.
11381 * i386.c (386_cost): Define new fields.
11382 (i486_cost): Likewise.
11383 (pentium_cost): Likewise.
11384 (pentiumpro_cost): Likewise.
11385 (k6_cost): Likewise.
11387 Fri Nov 19 11:11:55 1999 Greg McGary <gkm@gnu.org>
11388 Geoffrey Keating <geoffk@cygnus.com>
11390 * config/m68k/m68kelf.h: Suppress '/* within comment' warning.
11392 * config/m68k/m68k.h (MASK_PCREL): Don't use same value as
11395 * config/m68k/m68k.h (MASK_NO_STRICT_ALIGNMENT): New macro.
11396 (TARGET_STRICT_ALIGNMENT): New macro.
11397 (TARGET_SWITCHES): Add "strict-align" and "no-strict-align".
11398 (STRICT_ALIGNMENT): Depend on TARGET_STRICT_ALIGNMENT.
11399 * invoke.texi (M680x0 Options): Document -mstrict-align.
11401 Thu Nov 18 11:10:03 1999 Jan Hubicka <hubicka@freesoft.cz>
11402 Richard Henderson <rth@cygnus.com>
11404 * i386-protos.h (split_xf, ix86_split_movdi): Remove.
11405 (ix86_split_long_move): Declare.
11406 * i386.c (split_xf, ix86_split_movdi): Remove.
11407 (ix86_split_to_parts, ix86_split_long_move): New.
11408 * i386.md (dimode move splitters): Use ix86_split_long_move.
11409 (dfmode move splitters): Likewise.
11410 (xfmode move splitters): Likewise.
11411 (movsf_1): Allow F->r.
11412 (movdf_1, movxf_1): Allow F->ro.
11414 1999-11-17 Mark Mitchell <mark@codesourcery.com>
11416 * except.h (struct eh_entry): Add goto_entry_p.
11417 (eh_region_from_symbol): Remove prototype.
11418 * except.c (find_func_region_from_symbol): New function.
11419 (emit_cleanup_handler): Likewise.
11420 (eh_region_from_symbol): Make it static.
11421 (add_new_handler): Verify the argument.
11422 (find_func_region): Update comment.
11423 (expand_eh_region_end): Expand handlers here, rater than waiting
11424 until expand_leftover_cleanups or start_all_catch.
11425 (expand_leftover_cleanups): Don't expand here.
11426 (expand_start_all_catch): Or here.
11427 (expand_rethrow): Check the return value from find_func_region.
11428 * function.c (expand_function_end): Emit the catch_clauses.
11430 1999-11-18 Gavin Romig-Koch <gavin@cygnus.com>
11432 * integrate.c (expand_inline_function): Add necessary check for NULL.
11434 1999-11-18 Nick Clifton <nickc@cygnus.com>
11436 * toplev.c (main): Correctly detect an unrecognised option.
11438 * cppinit.c (cpp_handle_option): Do not claim to have consumed
11439 a -f option if it has not been recognised.
11441 Thu Nov 18 00:59:11 1999 Michael Gschwind <mikeg@alagoas.watson.ibm.com>
11443 * basic-block.h (update_life_extent): Remove trailing comma on
11444 enumeration type list.
11446 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
11448 * varasm.c (output_constructor) Solved problem with long long
11449 bitfields. Corrected calculating this_time and shift. Also
11450 corrected calculating mask when BITS_PER_UNIT == 32 (c4x).
11452 Wed Nov 17 23:46:14 1999 Jeffrey A Law (law@cygnus.com)
11454 * flow.c (split_edge): Take looping structure into account when
11455 determining where to put the new block note.
11457 Wed Nov 17 20:42:43 1999 Jeff Holcomb <jeffh@cygnus.com>
11459 * Makefile.in (ggc-none.o): Provide host specific version if
11462 Wed Nov 17 16:51:23 1999 Richard Henderson <rth@cygnus.com>
11464 * cse.c (delete_trivially_dead_insns): Identify no-op insns
11465 containing subregs too.
11467 Wed Nov 17 17:39:48 MST 1999 Diego Novillo <dnovillo@cygnus.com>
11469 * invoke.texi: Add documentation for -muninit-const-in-rodata.
11470 * config/mips/mips.h (MASK_UNINIT_CONST_IN_RODATA): Define.
11471 (TARGET_UNINIT_CONST_IN_RODATA): Define.
11472 (text_section): Add switches -munint-const-in-rodata and
11473 -mno-uninit-const-in-rodata.
11474 (ASM_OUTPUT_COMMON): Remove.
11475 (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define. Check if uninitialized
11476 const objects should be placed in read-only data. Otherwise declare
11479 Wed Nov 17 16:38:32 1999 Richard Henderson <rth@cygnus.com>
11481 * jump.c (jump_optimize_1): Revert last change.
11483 Wed Nov 17 15:18:30 1999 Richard Henderson <rth@cygnus.com>
11485 * jump.c (jump_optimize_1): Don't try to duplicate the loop exit
11486 test if optimizing for size.
11488 1999-11-17 Mark Mitchell <mark@codesourcery.com>
11490 * Makefile.in (toplev.o): Depend on except.h.
11491 (dwarf2out.o,loop.o,flow.o,haifa-sched.o): Likewise.
11493 Mon Nov 15 22:45:39 CET 1999 Jan Hubicka <hubicka@freesoft.cz>
11495 * i386.md (divmodsi4): Rewrite to expander.
11496 (*divmodsi4_nocltd): New.
11497 (*divmodsi4_cltd): New.
11498 (divmodsi4 splitter): Handle the case when input comes in edx.
11499 (udivmodhi4): Do not use constraints in exander.
11500 (ashrsi3_31): Conditionize by TARGET_USE_CLTD.
11502 1999-11-17 Jason Merrill <jason@yorick.cygnus.com>
11504 * dwarf2out.c (push_decl_scope): Still use decl_scope_depth - 1
11505 for the common case.
11507 1999-11-16 Jakub Jelinek <jakub@redhat.com>
11509 * explow.c (hard_function_value): Add outgoing argument.
11510 * expr.h (hard_function_value): Declare it.
11511 * calls.c (expand_call, emit_library_call_value): Update callers.
11512 * function.c (aggregate_value_p): Ditto.
11513 (diddle_return_value): Must look at the outgoing registers
11514 on archs with register windows.
11516 Mon Nov 15 20:46:45 1999 Richard Henderson <rth@cygnus.com>
11518 * alpha.c (alpha_build_va_list): Use make_lang_type and
11519 initialize TYPE_NAME for the va_list record.
11521 * flow.c (calculate_global_regs_live): Zero bb->aux to begin.
11523 * ggc-common.c (ggc_print_statistics): Cast size_t to unsigned long
11525 * ggc.h (struct ggc_statistics): Rearrange elements for better
11526 packing on 64-bit hosts.
11527 * lcm.c (compute_laterin): Store a size_t not an int in bb->aux.
11528 (compute_nearerout): Likewise.
11530 Tue Nov 16 14:37:52 1999 Geoffrey Keating <geoffk@cygnus.com>
11532 * config/rs6000/rs6000.c (first_reg_to_save): Save
11533 PIC_OFFSET_TABLE_REGNUM when -fpic even though it is fixed.
11535 1999-11-15 Jason Merrill <jason@casey.cygnus.com>
11537 * dwarf2out.c (scope_die_for): Don't rely on the decl_scope_table
11538 notion of nesting to find the DIE for a type or function.
11539 DIEs can go in limbo even if we got a context_die.
11540 (push_decl_scope): Our context doesn't need to be in decl_scope_table.
11541 (gen_struct_or_union_type_die): Don't use TREE_PERMANENT to test
11543 (gen_decl_die): Ignore NAMESPACE_DECLs for now.
11544 (gen_type_die): Writing out the context doesn't cause member class
11545 template instantiations to be written out as well.
11547 Mon Nov 15 15:33:18 1999 Richard Henderson <rth@cygnus.com>
11549 * rs6000.h (ASM_OUTPUT_DEF): New.
11550 Based on proposed addition from David Edelsohn.
11552 1999-11-15 Robert Lipe <RobertLipe@usa.net>
11553 Bruce Korb <autogen@linuxbox.com>
11555 * fixinc/inclhack.def
11556 (AAB_svr4_replace_byteorder): added. Takes advantage of GCC features
11557 (unixware7_byteorder_fix): added. Removes conflicts for new defs
11559 (svr5_mach_defines): added. Like svr4_mach_defines, with new syntax
11560 (svr4_endian): enabled with SVR5
11561 (svr4_mkdev): simplified syntax and enabled with SVR5
11563 Sun Nov 14 18:49:37 1999 David O'Brien <obrien@FreeBSD.org>
11565 * configure.in: Handle libgcc2 threads support on FreeBSD platforms.
11566 * configure: Rebuilt.
11567 * config/t-freebsd-thread: New file.
11569 Sun Nov 14 23:11:05 1999 Jeffrey A Law (law@cygnus.com)
11571 * i386.c (ix86_decompose_address): Verify the base is a REG
11572 before trying to examine its register number.
11574 * basic-block.h: Remove all #defines and prototypes related to
11576 (free_bb_mem, compute_preds_succs): Remove prototype.
11577 * rtl.h (free_bb_mem): Remove prototype.
11578 * flow.c (alloc_int_list_node); Remove function.
11579 (add_inst_list_node, free_int_list, add_pred_succ): Likewise.
11580 (compute_preds_succs, free_bb_mem): Likewise.
11581 * gcse.c (gcse_main): Do not call free_bb_mem anymore.
11582 * toplev.c (rest_of_compilation): Likewise.
11583 * haifa-sched.c (build_control_flow): Use flow generated edge
11584 list to build the haifa specific edge list.
11585 (find_rgns): Use new CFG data structures instead of pred/succ lists.
11586 (schedule_insns): Do not build pred/succ lists anymore. Instead
11587 build the edge table.
11589 * basic-block.h (dump_bb_data): Remove declaration.
11590 * flow.c (dump_bb_data): Remove function.
11591 * sbitmap.c (sbitmap_intersect_of_predsucc): Delete function.
11592 (sbitmap_union_of_predsucc): Likewise.
11594 * gcse.c (delete_null_pointer_checks_1): Kill unused s_preds
11595 argument. All callers changed.
11596 (delete_null_pointer_checks_1): No longer need to compute the
11599 * gcse.c (pre_expr_reaches_here_p): Kill CHECK_PRE_COM argument.
11600 All callers changed.
11601 (pre_expr_reaches_here_p_work): Likewise.
11602 (pre_edge_insert): No longer call pre_expr_reaches_here_p.
11603 * lcm.c (compute_laterin): Fix initialization of LATER.
11604 (compute_nearerout): Similarly for NEARER.
11606 Sun Nov 14 12:41:57 1999 Bernd Schmidt <bernds@cygnus.co.uk>
11608 * cse.c (set_nonvarying_address_components): Delete unused function.
11609 (refers_to_p): Likewise.
11611 Fri Nov 12 20:53:22 1999 Jeffrey A Law (law@cygnus.com)
11613 * function.c (diddle_return_value): Set REG_FUNCTION_VALUE_P as
11616 Sat Nov 13 16:20:09 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11618 * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Wrap macro
11619 definition in do while (0).
11621 Fri Nov 12 16:26:25 1999 Jim Wilson <wilson@cygnus.com>
11623 * stmt.c (pushcase, pushcase_range): Partially revert Oct 28 change.
11625 Fri Nov 12 12:43:49 1999 Richard Henderson <rth@cygnus.com>
11627 * unroll.c (unroll_loop): Make temp an unsigned HOST_WIDE_INT.
11629 Fri Nov 12 15:14:19 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com>
11631 * i960.h (CAN_DEBUG_WITHOUT_FP): Don't define it.
11632 (FRAME_POINTER_REQUIRED): Don't worry about nonlocal goto.
11633 (ELIMINABLE_REGS, CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET): New.
11634 (INITIAL_FRAME_POINTER_OFFSET): Remove it.
11636 * i960.c (i960_function_prologue): Don't allocate space for g8-g11
11637 saved on the stack. Output more accurate stack frame statistics
11638 into assembler file.
11640 1999-11-12 11:47 -0800 Zack Weinberg <zack@bitmover.com>
11642 * genextract.c (record_insn_name): New function.
11643 (get_insn_name): No longer a stub.
11644 (main): Call record_insn_name for each insn. After each label
11645 written, print the insn name in a comment.
11647 Fri Nov 12 13:45:02 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11649 * output.h (const_section, init_section, fini_section): Add
11652 * alpha/elf.h (const_section): Delete declaration.
11654 * svr4.h (const_section): Likewise.
11656 Fri Nov 12 08:54:22 1999 Mark Mitchell <mark@codesourcery.com>
11658 * tree.h (SAVE_EXPR_PERSISTENT_P): New macro.
11659 * tree.c (array_type_nelts): Don't handle SAVE_EXPRs specially.
11660 (unsave_expr_now): Don't unsave SAVE_EXPR_PERSISTENT_P
11662 * stor-layout.c (variable_size): Set SAVE_EXPR_PERSISTENT_P on
11663 variable-sized array bounds.
11665 Fri Nov 12 08:04:45 1999 Catherine Moore <clm@cygnus.com>
11667 * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Use
11670 Fri Nov 12 13:31:54 1999 Bernd Schmidt <bernds@cygnus.co.uk>
11672 * config/arm/arm.h (LEGITIMIZE_RELOAD_ADDRESS): Treat QImode
11673 addresses the same way GO_IF_LEGITIMATE_INDEX does.
11675 Fri Nov 12 12:36:04 1999 Bernd Schmidt <bernds@cygnus.co.uk>
11677 * cse.c (hash_arg_in_struct): Delete.
11678 (struct table_elt): Delete elt in_struct.
11679 (struct set): Delete elt src_in_struct.
11680 (merge_equiv_classes): Don't set either hash_arg_in_struct or
11681 the corresponding in_struct elts.
11682 (canon_hash): Likewise.
11683 (safe_hash): Likewise.
11684 (find_best_addr): Likewise.
11685 (record_jump_cond): Likewise.
11686 (cse_insn): Likewise.
11688 Thu Nov 11 19:45:24 1999 Jim Wilson <wilson@cygnus.com>
11690 * loop.c (invariant_p, case MEM): Put MEM_VOLATILE_P check back.
11692 * dbxout.c (dbxout_type, case INTEGER_TYPE): Handle too large
11695 Thu Nov 11 18:54:24 1999 Jeffrey A Law (law@cygnus.com)
11697 * function.c (diddle_return_value): Put back check that the DECL_RTL
11698 for the function is a register.
11700 * function.c (diddle_return_value): Use hard_function_value to
11701 get an rtx suitable for use in the USE/CLOBBER insn.
11703 * global.c (global_conflicts): Update comments.
11704 (record_conflicts): No need to record conflicts between pseudos here.
11706 1999-11-11 Bruce Korb <autogen@linuxbox.com>
11708 * fixinc/fixincl.c: Added verbose levels for status messages
11710 Thu Nov 11 13:23:04 1999 Bernd Schmidt <bernds@cygnus.co.uk>
11712 * jump.c (jump_optimize_1): Avoid passing an rtx that is not an
11713 operand as argument to expand_and or expand_binop.
11715 Thu Nov 11 02:21:16 1999 Rodney Brown <RodneyBrown@pmsc.com>
11717 * xcoffout.c (xcoffout_source_file): Change ggc_add_root to
11718 gcc_add_string_root.
11720 Wed Nov 10 21:24:19 1999 Jason Eckhardt <jle@cygnus.com>
11722 * config/pa/pa.h (MASK_RETURN_ADDR): Change 0xfffffffc to -4.
11724 Wed Nov 10 15:56:16 1999 Jeffrey A Law (law@cygnus.com)
11726 * flow.c (compute_flow_dominators): Initially put all blocks on
11728 * lcm.c (compute_antinout_edge, compute_available): Similarly.
11729 * gcse.c (compute_cprop_avinout): Remove.
11730 (compute_cprop_data): Use compute_available.
11731 (delete_null_pointer_checks_1): Use compute_available.
11733 * basic-block.h (compute_available): Returns a void now.
11734 * gcse.c (one_classic_gcse_pass): Do not expect compute_available
11735 to return a value anymore.
11736 * lcm.c (compute_available, compute_antinout_edge): Revamp to use
11737 worklists. Fix boundary cases. Compute maximal solutions.
11738 (compute_laterin, compute_nearerout): Similarly.
11740 * dwarf2out.c (add_AT_location_description): Allow
11741 (mem (plus (pseudo) (...)) too.
11743 Wed Nov 10 10:52:42 1999 Tom Tromey <tromey@cygnus.com>
11745 * gcc.c (do_spec_1): Support text between `%u' and `%O'.
11747 Wed Nov 10 12:43:21 1999 Philippe De Muyter <phdm@macqel.be>
11748 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11750 * cppinit.c: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
11752 * gansidecl.h: Likewise.
11758 * toplev.h: Likewise.
11760 * tree.c: Likewise.
11762 * tree.h: Likewise.
11764 * varray.c: Likewise.
11766 * varray.h: Likewise.
11768 Wed Nov 10 10:57:22 1999 Clinton Popetz <cpopetz@cygnus.com>
11770 * gcov.c (struct arcdata): Add hits and total, remove prob.
11771 (output_branch_counts): New.
11772 (process_args): Set output_branch_counts if -c.
11773 (calculate_branch_probs): Store hits and total instead of
11775 (output_data): Emit counts if output_branch_counts is true.
11776 * gcov.texi (Invoking Gcov): Document -c switch..
11778 Wed Nov 10 01:10:41 1999 Philippe De Muyter <phdm@macqel.be>
11780 * genoutput.c (output_insn_data): Cast `INSN_OUTPUT_FORMAT_MULTI' and
11781 `INSN_OUTPUT_FORMAT_FUNCTION' to `PTR'-type.
11783 Wed Nov 10 00:51:41 1999 Hans-Peter Nilsson <hp@axis.se>
11785 * invoke.texi (C Dialect Options): Add missing builtins from
11786 c-common.c to list.
11787 * extend.texi (Other Builtins): Copy to this list.
11789 Wed Nov 10 04:58:09 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11791 * Makefile.in (recog.o): Use BASIC_BLOCK_H macro.
11792 (print-rtl.o, $(HOST_PREFIX_1)print-rtl.o): Likewise. Remove
11793 redundant bitmap.h.
11795 Wed Nov 10 00:02:53 1999 Jeffrey A Law (law@cygnus.com)
11797 * flow.c (compute_flow_dominators): No longer treat basic block 0
11798 or (n_basic_blocks - 1) specially. Clear the AUX field before
11799 starting computation of doms/pdoms. Fix initial state for pdoms.
11801 Wed Nov 10 03:58:08 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11803 * Makefile.in ($(HOST_PREFIX_1)rtl.o): Update dependencies to
11804 match rtl.o's: added ggc.h and toplev.h
11805 ($(HOST_PREFIX_1)print-rtl.o): Likewise: added system.h.
11806 ($(HOST_PREFIX_1)rtlanal.o): Likewise: added system.h.
11807 ($(HOST_PREFIX_1)obstack.o): Likewise: added $(CONFIG_H).
11809 Tue Nov 9 10:30:08 1999 Tom Tromey <tromey@cygnus.com>
11811 * config/i386/xm-djgpp.h (HAVE_DOS_BASED_FILE_SYSTEM): Renamed
11812 from HAVE_DOS_BASED_FILESYSTEM.
11813 * gcc.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM, not
11814 HAVE_DOS_BASED_FILESYSTEM.
11816 (split_directories): Only special-case DOS file names if
11817 HAVE_DOS_BASED_FILE_SYSTEM is defined. Use IS_DIR_SEPARATOR
11818 instead of explicit tests. Conditionalize on !VMS.
11819 (make_relative_prefix): Use IS_DIR_SEPARATOR instead of explicit
11820 tests. Conditionalize on !VMS.
11821 (process_command): Only use make_relative_prefix if !VMS.
11822 (free_split_directories): Conditionalize on !VMS.
11823 (DIR_UP): Conditionalize on !VMS.
11825 Wed Jun 9 16:57:11 1999 Mumit Khan <khan@xraylith.wisc.edu>
11827 * gcc.c (STANDARD_BINDIR_PREFIX): Provide default.
11829 Fri Feb 5 14:22:01 1999 Mumit Khan <khan@xraylith.wisc.edu>
11831 * gcc.c (make_relative_prefix): Handle the HAVE_EXECUTABLE_SUFFIX
11834 Mon Nov 8 14:16:57 1999 Michael Meissner <meissner@cygnus.com>
11836 * invoke.texi (Environment Variables): Document relative path
11838 * gcc.c (DIR_UP): If not defined, define as "..".
11839 (standard_bindir_prefix): New static, holds target location to
11841 (split_directories): New function to split a filename into
11842 component directories.
11843 (free_split_directories): New function, release memory allocated
11844 by split_directories.
11845 (make_relative_prefix): New function, make a relative pathname if
11846 the compiler is not in the expected location.
11847 (process_command): If GCC_EXEC_PREFIX was not specified, see if we
11848 can figure out an appropriate prefix from argv[0].
11849 * Makefile.in (DRIVER_DEFINES): Use unlibsubdir in definition of
11850 STANDARD_STARTFILE_PREFIX and TOOLDIR_BASE_PREFIX. Define
11851 STANDARD_BINDIR_PREFIX.
11853 Wed Nov 10 11:47:54 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11855 * config/c4x/c4x-protos.h: New file. Prototypes for functions defined
11857 * config/c4x/c4x.h: Moved prototypes to c4x.h.
11858 * config/c4x/c4x.c (c4x_preferred_reload_class, c4x_limit_reload_class,
11859 c4x_secondary_memory_needed) Delete.
11860 (fp_zero_operand): Add mode argument.
11862 Thu Nov 4 15:52:35 1999 Andrew Haley <aph@cygnus.com>
11864 * reload1.c (reload_reg_free_for_value_p): Don't use a register
11865 that is in reload_reg_used.
11867 Tue Nov 9 16:43:00 1999 Nick Clifton <nickc@cygnus.com>
11869 * config/arm/arm-protos.h: New file: Prototypes for functions
11870 defined in arm.c and pe.c.
11871 * config/arm/arm.h: Fix compile time warnings.
11872 * config/arm/arm.c: Fix compile time warnings.
11873 * config/arm/pe.h: Fix compile time warnings.
11874 * config/arm/aout.h: Fix compile time warnings.
11876 Tue Nov 9 14:55:44 1999 Nick Clifton <nickc@cygnus.com>
11878 * config/m32r/m32r-protos.h: New file: Prototypes for functions
11881 * config/m32r/m32r.h: Move prototypes to m32r-protos.h
11882 Add support for subtargets.
11883 Add prototypes for new predicates.
11884 Add scheduling macros.
11886 * config/m32r/m32r.c: Fix compile time warnings.
11887 (int8_operand): New predicate function.
11888 (reg_or_cmp_int16_operand): New predicate function.
11889 (extend_operand): New predicate function.
11890 (m32r_adjust_code): New scheduling function.
11891 (m32r_adjust_priorty): New scheduling function.
11892 (m32r_sched_init): New scheduling function.
11893 (m32r_sched_reorder): New scheduling function.
11894 (m32r_sched_variable_issue): New scheduling function.
11895 (direct_return): New codegen function.
11896 (m32r_not_same_reg): New rtl testsing function.
11898 * config/m32r/m32r.md: Fix compile time warnings.
11899 Add support for pre decrement and post increment memory
11901 Add S<cc> patterns.
11904 Mon Nov 8 22:20:13 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
11906 * global.c (EXECUTE_IF_CONFLICT): Don't define.
11907 (prune_preferences): Use EXECUTE_IF_SET_IN_ALLOCNO_SET instead.
11908 (find_reg): Likewise.
11910 Mon Nov 8 13:16:46 1999 Jason Eckhardt <jle@cygnus.com>
11912 * config/pa/pa.md (fmpynfadd,{sgl,dbl} insns): Use %fr0 rather than 0
11913 to avoid assembler errors.
11915 Mon Nov 8 15:38:41 1999 Nick Clifton <nickc@cygnus.com>
11917 * config/v850/v850-protos.h: New file: Prototypes for functions
11919 * config/v850/v850.h: Move prototypes to v850-protos.h
11920 * config/v850/v850.c: Move prototypes to v850-protos.h
11921 * config/v850/v850.md: Fix compile time warnings.
11923 * config/fr30/fr30-protos.h: New file: Prototypes for functions
11925 * config/fr30/fr30.h: Move prototypes to fr30-protos.h
11926 * config/fr30/fr30.c: Fix compile time warnings.
11927 * config/fr30/fr30.md: Fix compile time warnings.
11929 Mon Nov 8 07:25:37 1999 Mark Mitchell <mark@codesourcery.com>
11931 * tree.h (get_containing_scope): Declare it.
11932 * tree.c (get_containing_scope): New fucntion.
11933 (decl_function_context): Use it.
11934 * toplev.c (rest_of_compilation): Use get_containing_scope.
11936 aMon Nov 8 03:03:07 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11938 * Makefile.in (rtl.o): Depend on toplev.h.
11940 Sun Nov 7 20:55:14 1999 Mark Mitchell <mark@codesourcery.com>
11942 * cse.c (delete_trivially_dead_insns): Replace alloca with
11944 * except.c (update_rethrow_references): Likewise.
11945 (init_eh_nesting_info): Likewise.
11946 * function.c (identify_blocks): Likewise.
11947 * gcse.c (dump_hash_table): Likewise.
11948 * graph.c (print_rtl_graph_with_bb): Likewise.
11949 * loop.c (combine_movables): Likewise.
11950 (move_movables): Likewise.
11951 (count_loop_regs_set): Likewise.
11952 (strength_reduce): Likewise.
11953 * profile.c (compute_branch_probabilities): New function, split
11955 (branch_prob): Here. Replace alloca with xmalloc/xcalloc.
11956 * regclass.c (regclass): Likewise.
11957 * regmove.c (regmove_optimize): Likewise.
11958 * toplev.c (compile_file): Likewise.
11959 (main): Don't mess with the stack rlimit.
11961 Sun Nov 7 19:41:17 1999 Catherine Moore <clm@cygnus.com>
11963 * config/elfos.h (ASM_DECLARE_FUNCTION_NAME): Conditionally define.
11964 (ASM_DECLARE_FUNCTION_SIZE): Conditionally define.
11966 Sun Nov 7 10:23:28 1999 Mark P. Mitchell <mark@codesourcery.com>
11968 * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns.
11970 Sun Nov 7 02:58:48 1999 Jeffrey A Law (law@cygnus.com)
11972 * global.c (EXECUTE_IF_CONFLICT): Undo Robert's change.
11973 (EXECUTE_IF_SET_IN_ALLOCNO_SET): Put curleys around CODE in
11976 Sat Nov 6 23:48:30 1999 Robert Lipe (robertlipe@usa.net)
11978 * global.c (EXECUTE_IF_CONFLICT): Correct quoting typo.
11980 Sat Nov 6 17:34:39 1999 Jeffrey A Law (law@cygnus.com)
11982 * gcse.c (post_dominators): Kill.
11983 (alloc_code_hoist_mem, free_code_hoist_mem); Kill post_dominators.
11984 (compute_code_hoist_data): Use compute_flow_dominators. Do not
11985 pass in a pdom array since we do not need pdoms.
11986 * haifa-sched.c (schedule_insns): Similarly.
11987 * flow.c (compute_dominators): Remove dead function.
11988 (compute_flow_dominators): Do not compute doms or pdoms if the
11989 caller does not request them. Split up loop to build doms and
11990 pdoms. Use a worklist to compute doms and pdoms.
11991 * basic-block.h (compute_dominators): Remove prototype.
11993 Sat Nov 6 11:38:39 1999 Richard Henderson <rth@cygnus.com>
11995 * haifa-sched.c (struct haifa_insn_data, h_i_d): New.
11996 (insn_luid, insn_priority, insn_costs, insn_units): Remove.
11997 (insn_reg_weight, insn_depend, insn_dep_count): Remove.
11998 (insn_blockage, insn_ref_count, line_note, insn_tick): Remove.
11999 (cant_move, fed_by_spec_load, is_load_insn): Remove.
12000 (schedule_region): Remove unused variable.
12001 (schedule_insns): Allocate h_i_d, and not all the separate arrays.
12003 Sat Nov 6 10:00:34 1999 Mark Mitchell <mark@codesourcery.com>
12005 * local-alloc.c (local_alloc): Use xmalloc/xcalloc, not alloca.
12006 (update_equiv_regs): Likewise.
12007 (block_alloc): Likewise.
12008 * reg-stack.c (reg_to_stack): Likewise.
12009 (convert_regs_2): Likewise.
12010 * reload1.c (reload_as_needed): Likewise.
12012 Sat Nov 6 09:57:59 1999 Mark Mitchell <mark@codesourcery.com>
12014 * Makefile.in (dbxout.o): Depend on ggc.h.
12015 (dwarf2out.o): Likewise.
12016 (xcoffout.o): Likewise.
12017 * dbxout.c: Include ggc.h.
12018 (dbxout_init): Register lastfile as a root.
12019 * dwarf2out.c: Include ggc.h.
12020 (dwarf2out_line): Register lastfile as a root.
12021 * xcoffout.c: Include ggc.h.
12022 (xcoffout_source_line): Register xcoff_lastfile as a root.
12024 Sat Nov 6 09:52:09 1999 Richard Henderson <rth@cygnus.com>
12026 * i386.md (movdf_1, movxf_1): Earlyclobber general regs destination.
12028 Sat Nov 6 07:48:59 1999 Catherine Moore <clm@cygnus.com>
12030 * config/svr4.h (ASM_DECLARE_FUNCTION): Check if already
12032 (ASM_DECLARE_FUNCTION_SIZE): Likewise.
12034 Fri Nov 5 18:33:39 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
12036 * global.c (EXECUTE_IF_SET_IN_ALLOCNO_SET): New macro.
12037 (EXECUTE_IF_CONFLICT): Likewise.
12038 (ALLOCNO_LIVE_P): Avoid signed division.
12039 (SET_ALLOCNO_LIVE, CLEAR_ALLOCNO_LIVE): Likewise.
12040 (prune_preferences, find_reg): Use EXECUTE_IF_CONFLICT.
12041 (record_one_conflict): Use EXECUTE_IF_SET_IN_ALLOCNO_SET.
12043 Fri Nov 5 12:04:02 1999 Richard Henderson <rth@cygnus.com>
12045 * haifa-sched.c (schedule_block): Don't crash if there's no
12046 next insn for an interblock movement.
12047 (add_branch_dependences): Don't allow clobber insns to move either.
12049 Fri Nov 5 10:18:11 1999 Richard Henderson <rth@cygnus.com>
12051 * i386.c (split_xf): New.
12052 * i386-protos.h: Declare it.
12053 * i386.md (movxf_1): Add general regs alternatives.
12054 (movxf_1+1): New splitter for same.
12056 Fri Nov 5 12:05:52 1999 Nick Clifton <nickc@cygnus.com>
12058 * function.c (purge_addressof_1): Add missing return values.
12060 Fri Nov 5 10:07:25 1999 Nick Clifton <nickc@cygnus.com>
12062 * function.c (is_addressof): New function. Returns true if
12063 the given piece of RTL is an ADDRESSOF.
12064 (purge_addressof_1): Make boolean. Return false if the
12065 ADDRESSOFs could not be purged.
12066 (purge_addressof): If ADDRESSOFs could not be purged from the
12067 notes attached to an insn, remove the offending note(s),
12068 unless they are attached to a libcall.
12070 1999-11-05 Andreas Jaeger <aj@suse.de>
12072 * genoutput.c (null_operand =): Initialize all fields.
12074 * errors.h: Add extern to prototypes.
12076 Fri Nov 5 01:44:09 1999 Jeffrey A Law (law@cygnus.com)
12078 * configure.in (m68k-next-nextstep4): Handle Openstep 4.2.
12079 * configure: Rebuilt.
12081 Fri Nov 5 01:24:37 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
12083 * global.c (CONFLICTP, SET_CONFLICT): Avoid signed division.
12084 (mirror_conflicts): New function.
12085 (global_alloc): Call it.
12086 (expand_preferences): Remove redundant CONFLICTP test.
12087 (find_reg, dump_conflicts): Likewise.
12088 (prune_preferences): Process conflicts one word at a time.
12090 Fri Nov 5 01:05:21 1999 Richard Henderson <rth@cygnus.com>
12092 * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_BITMAP
12093 instead of an explicit loop.
12095 Thu Nov 4 23:07:14 1999 Jim Wilson <wilson@cygnus.com>
12097 * cse.c (cse_insn): Revert Oct 31 change. When computing src_elt,
12098 if REG_RETVAL check succeeds, then put classp in src_elt.
12100 Thu Nov 4 23:48:14 1999 Jeffrey A Law (law@cygnus.com)
12102 * function.c (pad_to_arg_alignment): Only update argument_pad
12103 if the argument's alignment is greater than STACK_BOUNDARY.
12105 Thu Nov 4 16:44:53 1999 Richard Henderson <rth@cygnus.com>
12107 * bitmap.h (BITMAP_XFREE): New.
12108 * flow.c (life_analysis): Use it.
12109 (life_analysis_1): Free blocks.
12111 * combine.c (undo_commit): New.
12112 (try_combine): Use it. Don't zap undobuf.undos.
12113 (combine_instructions): Don't zap undobuf.undos; free the
12114 undobuf.frees list.
12116 * local-alloc.c (local_alloc): Free qty_phys_num_sugg.
12118 * stmt.c (cost_table_): New.
12119 (estimate_case_costs): Use it instead of xmalloc.
12121 * toplev.c (compile_file): Reuse dumpname memory instead
12124 Thu Nov 4 16:36:44 1999 Richard Henderson <rth@cygnus.com>
12126 * reg-stack.c (convert_regs_1): Initialize target_stack->top
12127 after verifying an EH edge.
12129 * haifa-sched.c (init_rgn_data_dependences): Correctly
12130 size bb_pending_lists_length when zeroing.
12132 Thu Nov 4 16:36:36 1999 Richard Henderson <rth@cygnus.com>
12134 * function.c (diddle_return_value): New.
12135 (expand_function_end): Use it.
12136 * stmt.c (expand_null_return): Likewise.
12137 (expand_value_return): Likewise.
12139 * reg-stack.c (subst_stack_regs_pat): Handle clobbers at top-level.
12141 * reload1.c (reload): Don't remove return value clobbers.
12143 Thu Nov 4 13:33:46 1999 Richard Henderson <rth@cygnus.com>
12145 * rtl.c (read_rtx): Use fatal_with_file_and_line not fatal.
12147 Thu Nov 4 12:49:52 1999 Richard Henderson <rth@cygnus.com>
12149 * cse.c (cse_main): Use xmalloc, not alloca.
12150 (cse_basic_block): Likewise.
12151 * local-alloc.c (local_alloc): Likewise.
12153 Thu Nov 4 14:22:12 1999 David Billinghurst <David.Billinghurst@riotinto.com.au>
12154 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12156 * rtl.c: Include toplev.h.
12157 (fatal): Remove declaration.
12159 Thu Nov 4 06:39:47 1999 Jeffrey A Law (law@cygnus.com)
12161 * haifa-sched.c (schedule_block): Fix thinko.
12163 1999-11-03 James McKelvey <mckelvey@fafnir.com>
12165 * fixinc/fixincl.c(create_file): Allow for systems that do not have
12166 S_IR* defined values
12168 1999-11-03 Philippe De Muyter <phdm@macqel.be>
12170 * fixlib.c (load_file_data): Do not call `realloc' with a NULL pointer;
12171 call `malloc' instead.
12173 Wed Nov 3 23:05:14 1999 Mark Mitchell <mark@codesourcery.com>
12175 * flags.h (flag_renumber_insns): Declare.
12176 * emit-rtl.c (renumber_insns): Check flag_renumber_insns. Print
12178 * rtl.h (renumber_insns): Change prototype.
12179 * toplev.c (flag_renumber_insns): Define.
12180 (rest_of_compilation): Pass rtl_dump_file to flag_renumber_insns.
12182 Wed Nov 3 15:11:27 1999 David S. Miller <davem@redhat.com>
12184 * config/sparc/sparc.md: Remove insn type fpsqrt, add fpsqrts
12185 and fpsqrtd. Use them and create fdiv function unit to more
12186 accurately represent fpu sqrt pipeline semantics on UltraSparc.
12187 * config/sparc/sparc.c: Account for fpsqrt{s,d} changes.
12189 Wed Nov 3 15:11:27 1999 Matteo Frigo <athena@fftw.org>
12191 * config/sparc/sparc.md: Adjust FADD/FMUL result latencies to
12193 * config/sparc/sparc.c (ultra_schedule_insn): Insert launched
12194 insn into ready list, do not use just a raw swap.
12196 Wed Nov 3 14:51:59 1999 Mark P. Mitchell <mark@codesourcery.com>
12198 * rtl.h (renumber_insns): New function.
12199 (remove_unnecessary_notes): Likewise.
12200 * emit-rtl.c (renumber_insns): Define.
12201 (remove_unncessary_notes): Likewise.
12202 * toplev.c (rest_of_compilation): Remove dead code.
12203 Use renumber_insns and remove_unncessary_notes.
12205 * gcse.c (struct null_pointer_info): New type.
12206 (get_bitmap_width): New function.
12207 (current_block): Remove.
12208 (nonnull_local): Likewise.
12209 (nonnull_killed): Likewise.
12210 (invalidate_nonnull_info): Take a null_pointer_info as input.
12211 (delete_null_pointer_checks_1): New function.
12212 (delete_null_pointer_checks): Use it.
12214 * haifa-sched.c (find_rgns): Replace uses of alloca with xmalloc.
12215 (split_edges): Likewise.
12216 (schedule_block): Likewise.
12217 (compute_block_backward_dependencies): Likewise.
12218 (schedule_region): Likewise.
12219 (schedule_insns): Likewise.
12221 Wed Nov 3 15:40:23 1999 Catherine Moore <clm@cygnus.com>
12223 * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.
12224 * emit-rtl.c (gen_label_rtx): Support LABEL_ALTERNATE_NAME.
12225 * final.c (final_scan_insn): Emit LABEL_ALTERNATE_NAME.
12226 * ggc-common.c (ggc_mark_rtx_children): Mark LABEL_ALTERNATE_NAME.
12227 * jump.c (delete_unreferenced_labels): Don't delete if
12228 LABEL_ALTERNATE_NAME is set.
12229 * print-rtl.c (print_rtx): Dump alternate name.
12230 * rtl.def (CODE_LABEL): Change format to "iuuis00s".
12231 * rtl.h (LABEL_ALTERNATE_NAME): Define.
12232 * rtl.texi (LABEL_ALTERNATE_NAME): Document.
12233 * tm.texi (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Document.
12235 Wed Nov 3 15:39:19 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12237 * fix-header.c (recognized_extern, recognized_function): Constify
12240 * lcm.c (compute_laterin): Remove unused variable `temp_bitmap'.
12241 (pre_edge_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
12242 (compute_available): Remove unused variable `last'.
12243 (compute_nearerout): Remove unused variable `temp_bitmap'.
12244 (pre_edge_rev_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
12245 Remove unused variable `x'.
12247 * scan.h (recognized_function, recognized_extern): Constify a
12250 * simplify-rtx.c (simplify_rtx): Remove unused variable `new'.
12252 Wed Nov 3 10:40:53 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12254 * varasm.c (decode_rtx_const): Use XSTR to access the string
12257 Wed Nov 3 10:10:58 1999 Richard Henderson <rth@cygnus.com>
12259 * c-decl.c (duplicate_decls): Copy DECL_MODE too.
12261 Wed Nov 3 12:12:59 1999 Bernd Schmidt <bernds@cygnus.co.uk>
12263 * reload1.c (eliminate_regs_in_insn): If copying insn, also copy notes.
12265 Wed Nov 3 03:26:28 1999 Jeffrey A Law (law@cygnus.com)
12267 * pa.c (ireg_operand): New function.
12268 * pa.h (PREDICATE_CODES): Handle ireg_operand.
12269 * pa.md (parallel_addb, parallel_movb): Use ireg_operand.
12270 Fix out of date comment.
12272 * pa.md (negdi2): Turn into expander + anonymous pattern.
12274 * reload.c (find_reloads): Fix typos in recent change.
12276 * dwarf2out.c: Do not include ctype.h.
12278 Tue Nov 2 21:53:44 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12280 * regclass.c (record_reg_classes): Always use may_move_cost when
12281 seeing how operand fits with various register classes.
12283 Tue Nov 2 15:38:17 1999 Richard Henderson <rth@cygnus.com>
12285 * resource.c: Revert Oct 26 20:42 and Oct 27 00:56 changes.
12286 * toplev.c: Revert Nov 1 13:22 change.
12288 Tue Nov 2 14:21:37 1999 Jason Eckhardt <jle@cygnus.com>
12290 * config/pa/pa.md (height reduction patterns): Add checks for
12291 overlapping operands to avoid semantic-destroying splits for
12292 height reduction patterns.
12294 Tue Nov 2 15:27:31 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12296 * configure.in (m68k-hp-hpux*, xm_alloca.h): The underscore should
12297 have been an hyphen, fixed.
12298 * configure: Rebuilt.
12300 Tue Nov 2 17:04:36 1999 Nick Clifton <nickc@cygnus.com>
12302 * config/arm/tpe.h: Add prototypes for exported functions.
12303 * config/arm/pe.c: Fix compile time warnings.
12304 * config/arm/semi.h: Fix compile time warnings.
12305 * config/arm/arm.c: Fix compile time warnings.
12306 * config/arm/arm.h: Fix compile time warnings.
12307 * config/arm/arm.md: Fix compile time warnings.
12308 * config/arm/thumb.c: Fix compile time warnings.
12309 * config/arm/thumb.h: Fix compile time warnings.
12310 * config/arm/thumb.md: Fix compile time warnings.
12312 Tue Nov 2 04:10:24 1999 Jan Hubicka <hubicka@freesoft.cz>
12314 * jump.c (jump_optimize_1): Swap the incscc and the conditional mode
12317 * unroll.c (unroll_loop): Remove LOOP notes when loop is
12318 completely unrolled.
12320 Tue Nov 2 16:57:22 1999 Bernd Schmidt <bernds@cygnus.co.uk>
12322 * cse.c (simplify_plus_minus, check_fold_const): Delete declarations.
12324 Tue Nov 2 09:43:00 1999 Catherine Moore <clm@cygnus.com>
12326 * Makefile.in (genattrtab): Don't use (HOST_RTLANAL).
12327 * rtl.h (rtx_equal_p): Move prototype.
12328 * rtl.c (rtx_equal_function_value_matters): Move from
12330 (rtx_equal_p): Likewise.
12331 * rtlanal.c (rtx_equal_function_value_matters): Delete.
12332 (rtx_equal_p): Likewise.
12334 Mon Nov 1 23:21:17 1999 Jason Merrill <jason@yorick.cygnus.com>
12336 * libgcc2.c (__do_global_dtors): Only do EH frame stuff if
12337 ! HAS_INIT_SECTION.
12339 Mon Nov 1 23:37:38 1999 Jeffrey A Law (law@cygnus.com)
12341 * gcc.1 (PA options): Remove obsolete -mshared-libs options.
12343 * pa.h (ADDR_VEC_ALIGN): Define.
12345 * jump.c (jump_optimize_1): Also move LOOP_VTOP and LOOP_CONT
12346 notes when presented with "if (foo) break; end_of_loop" and
12347 the break sequence gets moved out of the loop.
12349 * unroll.c (unroll_loop): Allocate memory for MAP using xcalloc.
12350 Remove explicit zero initializations of entries within MAP.
12352 Mon Nov 1 18:09:14 1999 Richard Henderson <rth@cygnus.com>
12354 * reg-stack.c (convert_regs_1): Handle EH edges specially.
12356 Mon Nov 1 15:41:01 1999 Mark P. Mitchell <mark@codesourcery.com>
12358 * bitmap.h (BITMAP_XMALLOC): New macro.
12359 * flow.c (CLEAN_ALLOCA): Remove.
12360 (delete_unreachable_blocks): Use xmalloc/xcalloc instead of alloca.
12361 (life_analysis): Likewise.
12362 (update_life_info): Don't use CLEAN_ALLOCA.
12363 (life_analysis_1): Use xmalloc/xcalloc instead of alloca.
12364 (calculate_global_regs_live): Likewise.
12365 (print_rtl_with_bb): Likewise.
12366 (verify_flow_info): Likewise.
12367 * global.c (global_alloc): Likewise.
12368 (global_conflicts): Likewise.
12369 * integrate.c (save_for_inline_nocopy): Likewise.
12370 (expand_inline_function): Likewise.
12371 * jump.c (jump_optimize_1): Likewise.
12372 (duplicate_loop_exit_test): Likewise.
12373 (thread_jumps): Likewise.
12374 * loop.c (loop_optimize): Likewise.
12375 (combine_givs): Likewise.
12376 (recombine_givs): Likewise.
12377 * reorg.c (dbr_schedule): Likewise.
12378 * unroll.c (unroll_loop): Likewise.
12380 * combine.c (combine_instructions): Use xmalloc instead of alloca.
12382 Mon Nov 1 13:22:30 1999 Richard Henderson <rth@cygnus.com>
12384 * toplev.c (rest_of_compilation): Don't optimize the CFG
12385 when rebuilding, just before dbr.
12387 Mon Nov 1 14:35:50 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12389 * output.h (assemble_end_function, assemble_destructor,
12390 assemble_constructor, assemble_gc_entry, assemble_global,
12391 assemble_label, output_constant_pool) Constify a char*.
12393 * varasm.c (assemble_destructor, assemble_constructor,
12394 assemble_gc_entry, assemble_end_function, assemble_global,
12395 assemble_label, output_constant_pool): Likewise.
12397 Mon Nov 1 14:22:51 1999 Nick Clifton <nickc@cygnus.com>
12399 * config/arm/thumb.c (thumb_expand_prologue): Add comments
12400 explaining what is goin on in this function.
12402 Mon Nov 1 08:03:15 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12404 * regclass.c (record_reg_classes): In matching case, recompute
12405 costs since the direction of movement is different.
12407 Sun Oct 31 21:59:34 MST 1999 Diego Novillo <dnovillo@cygnus.com>
12409 * resource.c (mark_target_live_regs): For unconditional branches,
12410 the resources found at the branch target should be added to the
12411 resources found so far, not intersected.
12413 Sun Oct 31 15:48:49 1999 Philippe De Muyter <phdm@macqel.be>
12415 * fixinc/fixtests.c, fixinc/fixfixes.c : Keep `#' in first column for
12417 * fixinc/fixincl.c (fcntl.h) : Do not include this file twice.
12418 (sys/mman.h): Include this file only if #HAVE_MMAP.
12419 (run_compiles): Initialize `esac_fmt' with one old KR string, not
12420 with automatically concatenated ANSI strings.
12422 Sun Oct 31 23:57:07 1999 Mark Mitchell <mark@codesourcery.com>
12424 * ggc-page.c (struct page_entry): Remove save_num_free_objects.
12425 (DIV_ROUND_UP): Robustify.
12426 (ggc_recalculate_in_use_p): New function.
12427 (release_pages): Don't inline it.
12428 (ggc_alloc_obj): Don't refuse to allocate objects on pages for
12430 (ggc_pop_context): Use ggc_recalculate_in_use_p.
12431 (clear_marks): Always save in_use_p.
12432 (sweep_pages): Use ggc_recalculate_in_use_p.
12433 (ggc_page_print_statistics): Avoid signed/unsigned comparisons.
12434 Release pages before counting statistics.
12436 Sun Oct 31 23:42:37 1999 Mark Mitchell <mark@codesourcery.com>
12438 * toplev.c (rest_of_compilation): Fix thinko in this change:
12440 Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>
12442 (rest_of_compilation): If inside an inlined external function,
12443 pretend we are just being declared.
12445 Sun Oct 31 23:03:25 1999 Jeffrey A Law (law@cygnus.com)
12447 * flow.c (calculate_global_regs_live): Fix thinko.
12449 * integrate.c (expand_inline_function): Fix bugs in previous
12450 change from Oct 28, 1999.
12452 Sun Oct 31 20:27:45 1999 Mark Mitchell <mark@codesourcery.com>
12454 * stmt.c (expand_value_return): Fix typo in this change:
12456 Thu Oct 28 18:06:50 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12457 (expand_value_return): Correctly convert VAL when promoting function
12458 return; support RETURN_REG being a PARALLEL.
12460 Sun Oct 31 20:25:42 1999 Mark P. Mitchell <mark@codesourcery.com>
12462 * expr.c (readonly_fields_p): Ignore everything except FIELD_DECLs.
12464 Sun Oct 31 20:42:17 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12466 * hard-reg-set.h (reg_names): Constify a char*.
12468 * regclass.c (reg_names): Likewise.
12470 * regs.h (reg_names): Likewise
12472 * a29k/a29k.c (reg_names): Delete declaration.
12474 * a29k/a29k.h (CONDITIONAL_REGISTER_USAGE): Constify a char*.
12476 * arc/arc.c (arc_save_restore, arc_output_function_prologue,
12477 arc_output_function_epilogue): Likewise.
12479 * elxsi/elxsi.c (reg_names): Likewise.
12481 * gmicro/gmicro.h (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Likewise.
12483 * m32r/m32r.c (m32r_output_function_epilogue, emit_cond_move):
12486 * m88k/m88k.c (output_function_profiler): Likewise.
12488 * sparc/sparc.c (sparc_flat_output_function_prologue,
12489 sparc_flat_output_function_epilogue): Likewise.
12491 Sun Oct 31 13:32:15 CET 1999 Marc Lehmann <pcg@goof.com>
12493 * toplev.c (rest_of_compilation): Seperate the setjmp/vfork clobber
12494 warning from -Wuninitialized and put it under -W.
12495 * function.c (uninitialized_vars_warning): Warn only when the
12496 corresponding flag is set.
12498 Sun Oct 31 01:53:30 1999 Jeffrey A Law (law@cygnus.com)
12500 * cse.c (cse_insn): If an insn has only a single set, SRC_EQV
12501 is nonzero and the single set does not have an elt, then assign
12504 * simplify-rtx.c: New file.
12505 * Makefile.in (OBJS): Add simplify-rtx.o
12506 (simplify-rtx.o): Add dependencies.
12507 * rtl.h (simplify_gen_binary, simplify_rtx): Add prototypes.
12508 * cse.c: Use simplify_gen_binary intead of cse_gen_binary.
12509 (cse_gen_binary, simplify_unary_operation): Delete.
12510 (simplify_binary_operation, simplify_plus_minus): Likewise.
12511 (check_fold_consts, simplify_relation_operation): Likewise.
12512 (simplify_ternary_operation): Likewise.
12513 (delete_trivially_dead_insns): Simplify the contents of the
12514 REG_EQUAL note before trying to substitute it into the source
12515 of the reg-reg copy at the end of a libcall sequence.
12517 * combine.c (combine_simplify_rtx): Renamed from simplify_rtx. All
12518 references/callers changed.
12520 * mn10200.c (mn10200_va_arg): Force the return value into a
12523 * fr30.h (EXTRA_CC_NAMES): Remove obsolete macro.
12525 * cccp.c (macroexpand): Avoid out of range accesses for omitted
12528 Sat Oct 30 22:42:50 1999 Stephen L Moshier <moshier@mediaone.net>
12530 * c-lex.c (yylex): Accept 'f' in mantissa of hex float constant.
12532 Sat Oct 30 22:19:26 1999 Jeffrey A Law (law@cygnus.com)
12534 * fold-const.c (fold): Fix thinko when optimizing comparisons
12537 Sat Oct 30 21:32:17 1999 David Starner <dstarner98@aasaa.ofe.org>
12539 * gcc.texi (Passes): Update front-end files to their current
12542 Sat Oct 30 14:41:40 1999 Richard Henderson <rth@cygnus.com>
12544 * alpha.h (SECONDARY_INPUT_RELOAD_CLASS): Call secondary_reload_class.
12545 (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
12546 (PREDICATE_CODES): Add addition_operation.
12547 * alpha-protos.h (addition_operation): Declare.
12548 (secondary_reload_class): Likewise.
12549 * alpha.c (addition_operation): New.
12550 (secondary_reload_class): New, from old SECONDARY_INPUT_RELOAD_CLASS.
12551 * alpha.md (adddi3): Turn into expander.
12552 (*lda, *adddi_2): New.
12553 (movsf, movdf patterns): Don't preference integer regs.
12554 (movsi, movdi patterns): Don't preference fp regs.
12556 Sat Oct 30 14:38:22 1999 Richard Henderson <rth@cygnus.com>
12558 * genrecog.c (write_switch): Check for duplicate CODE cases.
12560 Sat Oct 30 14:31:48 1999 Richard Henderson <rth@cygnus.com>
12562 * ggc-common.c: Update pre-function commentary.
12563 * ggc-page.c: Likewise.
12565 (poison_pages): Use memset directly.
12566 (ggc_alloc_obj): Likewise. Use a different pattern than poison_pages.
12567 (ggc_collect): Poison before sweeping.
12568 * ggc-simple.c: Update pre-function commentary.
12569 (ggc_alloc_obj): Poison non-zeroed memory.
12571 Sat Oct 30 14:28:52 1999 Mark Mitchell <mark@codesourcery.com>
12573 * ggc-common.c (ggc_print_statistics): Make arguments to fprintf
12574 match format string, even on 64-bit hosts.
12575 * gcc-page.c (ggc_page_print_statistics): Likewise.
12577 Sat Oct 30 14:38:04 1999 Catherine Moore <clm@cygnus.com>
12579 * config/i386/i386.c (ix86_cpu): Revert last patch.
12580 * config/i386/i386.h (ix86_cpu): Ditto.
12582 Fri Oct 29 17:00:42 1999 Jim Wilson <wilson@cygnus.com>
12584 * stor-layout.c (layout_type): When compute TYPE_SIZE_UNIT from
12585 TYPE_SIZE, convert type of result to sizetype.
12587 Fri Oct 29 14:34:17 1999 Richard Henderson <rth@cygnus.com>
12589 * flow.c (count_or_remove_death_notes): Equate NULL with the
12592 * jump.c, reg-stack.c, toplev.c: Revert Oct 27 change.
12593 * toplev.c (rest_of_compilation): Rebuild CFG immediately before
12596 * i386.c (pic_label_no): Delete.
12597 (ix86_attr_length_default): Don't use single_set to peek
12600 * recog.c (peephole2_optimize): Allow recog_next_insn to index
12601 the first insn after bb->end.
12602 * i386.md (push mem peeps): Scratch is live after evaluation
12604 (cmp mem peep): Similarly.
12606 Fri Oct 29 11:50:11 1999 Catherine Moore <clm@cygnus.com>
12608 * calls.c (emit_library_call_value): Fix declaration of alignment_pad.
12609 * function.c (pad_to_arg_alignment): Add missing braces.
12611 Fri Oct 29 13:53:48 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12613 * alpha/alpha-protos.h (literal_section): Add prototype.
12614 (alpha_need_linkage, alpha_start_function,alpha_end_function):
12617 * alpha/alpha.c (alpha_ra_ever_killed, set_frame_related_p): Add
12619 (alpha_start_function, alpha_end_function, float_strings,
12620 alpha_need_linkage): Constify a char*
12622 * alpha/alpha.h (ASM_OUTPUT_ASCII, ASM_OUTPUT_MI_THUNK): Likewise.
12624 * alpha/alpha32.h (ASM_OUTPUT_MI_THUNK): Likewise.
12626 * alpha/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12628 * alpha/vms.h (ASM_OUTPUT_SECTION_NAME): Likewise.
12630 Fri Oct 29 13:49:39 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12632 * flow.c (debug_flow_info): Add prototype.
12634 * gcc.c (main): Likewise.
12636 * gcse.c (expr_reaches_here_p_work, pre_expr_reaches_here_p_work):
12639 * reload1.c (failed_reload, set_reload_reg): Likewise.
12641 * mips-tfile.c (main): Likewise.
12642 (pfatal_with_name, fancy_abort, botch, fatal, catch_signal): Mark
12643 with ATTRIBUTE_NORETURN.
12645 Fri Oct 29 18:16:03 1999 Andrew Haley <aph@cygnus.com>
12647 * config/i386/i386.h (ENCODE_SECTION_INFO): Don't do anything if
12648 DECL is not a memory ref.
12650 Fri Oct 29 09:05:34 1999 Catherine Moore <clm@cygnus.com>
12652 * config/i386/i386.h (ix86_cpu): Remove extern attribute.
12653 * config/i386/i386.c (ix86_cpu): Add extern attribute.
12655 Fri Oct 29 16:30:04 1999 Andrew Haley <aph@cygnus.com>
12657 * config/mips/elf.h: remove NAME__MAIN and SYMBOL__MAIN.
12658 * config/mips/elf64.h: ditto.
12660 Fri Oct 29 08:03:57 1999 Catherine Moore <clm@cygnus.com>
12662 * expr.c (emit_push_insn): New argument alignment_pad.
12663 Update all callers. Adjust stack pointer based on alignment pad.
12664 * function.c (pad_to_arg_alignment): New argument alignment_pad.
12665 Update all callers. Track alignment_pad if boundary > PARM_BOUNDARY.
12666 (locate_and_pad_parm): New argument alignment_pad. Update all
12668 * expr.h (emit_push_insn): Update prototype.
12669 (locate_and_pad_parm): Update prototype.
12670 * calls.c (arg_data): Add new field alignment_pad.
12671 (initialize_argument_information): Initialize alignment_pad.
12673 Fri Oct 29 02:51:35 1999 Mark Mitchell <mark@codesourcery.com>
12675 * except.c (free_eh_nesting_info): Free the info itself.
12676 * function.c (free_after_compilation): Don't free NULL.
12677 * gcse.c (alloc_pre_mem): Free the temp_bitmap, too.
12678 (pre_edge_insert): Free inserted.
12679 * stmt.c (free_stmt_status): Don't free NULL.
12681 Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>
12683 * gcov.c (DIR_SEPARATOR): Provide default.
12684 (output_data): Add test for MS-DOS format absolute filename.
12685 (fancy_abort): Correct program name.
12686 (open_files): Open all files in binary mode.
12687 * libgcc2.c (__bb_exit_func): Likewise.
12689 * profile.c (init_branch_prob): Specify binary when opening files.
12691 * flags.h (flag_unwind_tables): New decl.
12692 * toplev.c (flag_unwind_table): New definition.
12693 (f_options): Add -funwind-tables.
12694 (decode_g_option): Clarify warning when unknown -g option is given.
12695 (rest_of_compilation): If inside an inlined external function,
12696 pretend we are just being declared.
12698 * dwarf2out.c (dwarf2out_do_frame): Check -funwind_tables.
12699 (dwarf2out_frame_finish): Likewise.
12701 Fri Oct 29 07:44:26 1999 Vasco Pedro <vp@di.fct.unl.pt>
12703 * fold-const.c (merge_ranges): If not in0, but in1, handle
12704 upper bounds equal like subset case.
12706 Thu Oct 28 19:22:24 1999 Douglas Rupp <rupp@gnat.com>
12708 * dbxout.c (dbxout_parms): Generate a second stabs line for parameters
12709 passed in a register but moved to the stack.
12711 Thu Oct 28 19:12:57 1999 Sam Tardieu <tardieu@act-europe.fr>
12713 * gcc.c (pass_exit_codes, greatest_status): New variables.
12714 (struct option_map): Add entry for "--pass-exit-codes".
12715 (execute): Update greatest_status if error.
12716 (display_help): Add documentation for -pass-exit-codes.
12717 (process_command): Handle -pass-exit-codes.
12718 (main): Look at pass_exit_codes and greatest_status on call to exit.
12720 Thu Oct 28 18:06:50 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12722 * reload.c (find_reloads): Refine test for no input reload
12723 case to not includes reloads emitted after insn.
12725 * function.c (find_temp_slots_from_address): Handle sum involving
12726 a register that points to a temp slot.
12727 (update_temp_slot_address): Make recursive call if both old and
12728 new are PLUS with a common operand.
12729 * calls.c (expand_call): Mark temp slot for result as having
12732 * rtlanal.c (reg_referenced_p, case IF_THEN_ELSE): New case.
12734 * gcc.c (process_command): Add standard_exec_prefix with "GCC"
12735 component as well as "BINUTILS".
12737 * integrate.h (copy_rtx_and_substitute): New arg, FOR_LHS.
12738 * integrate.c (copy_rtx_and_substitute): Likewise.
12739 (expand_inline_function, integrate_parm_decls, integrate_decl_tree):
12740 All callers changed.
12741 * unroll.c (inital_reg_note_copy, copy_loop_body): Likewise.
12743 * dbxout.c (dbxout_type, case INTEGER_TYPE_NODE): If can use
12744 gdb extensions, write size of type; also be more consistent
12745 in using references when this is a subtype.
12747 * pa.md (extv, extzv, insv): Use define_expand to reject constant
12748 that is out of range.
12750 * loop.c (unknown_constant_address_altered): New variable.
12751 (prescan_loop): Initialize it.
12752 (note_addr_stored): Set it for RTX_UNCHANGING_P MEM.
12753 (invariant_p, case MEM): Remove handling for volatile and readonly;
12754 check new variable if readonly.
12755 (check_dbra_loop): Chdeck unknown_constant_address_altered.
12757 * cse.c (canon_hash, case MEM): Do not record if BLKmode.
12758 (addr_affects_sp_p): Removed from note_mem_written and only
12759 define #ifdef AUTO_INC_DEC.
12761 * alpha.c (input_operand, case ADDRESSOF): Treat as REG.
12763 * regclass.c (record_reg_classes): Properly handle register move
12766 * varasm.c (initializer_constant_valid_p, case MINUS_EXPR):
12767 Don't think valid if both operands are invalid.
12768 (struct constant_descriptor): New field RTL.
12769 (mark_const_hash_entry): Mark it.
12770 (record_constant{,_rtx}): Initialize it.
12771 (output_constant_def): Allocate RTL in permanent obstack and
12773 ({record,compare}_constant_1): Modes must match for
12774 CONSTRUCTOR of ARRAY_TYPE.
12776 * c-common.h (initializer_constant_valid_p): Delete decl from here.
12777 * output.h (initializer_constant_valid_p): Move decl to here.
12778 * c-common.c (initializer_constant_valid_p): Delete function from here.
12779 * varasm.c (initializer_constant_valid_p): Move function to here.
12781 * tree.h (STRIP_SIGN_NOPS): New macro.
12782 * fold-const.c (optimize_minmax_comparison): New function.
12783 (invert_truthvalue, case WITH_RECORD_EXPR): New case.
12784 (fold): Use STRIP_SIGN_NOPS instead of STRIP_TYPE_NOPS.
12785 (fold, case EQ_EXPR): Call optimize_minmax_comparison and add
12786 cases with ABS_EXPR, NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR, and
12787 widening conversions.
12788 (fold, case LE_EXPR): Rework changing unsigned to signed comparisons
12789 to look at size of mode, not precision of type; also add missing cases.
12790 (optimize_bit_field_compare, decode_field_reference): Don't try to
12791 optimize COMPONENT_REF of a PLACEHOLDER_EXPR.
12793 * dwarf2out.c (ctype.h): Include.
12794 (dwarf2out_set_demangle_name_func): New function.
12795 (size_of_line_info): Deleted.
12796 (output_line_info): Compute size of line info table from difference
12798 (base_type_die, add_name_attribute): Call demangle function, if any.
12799 (field_byte_offset): Use bits per word for variable length fields.
12800 (gen_array_type_die): Add array name.
12801 (gen_subprogram_die): Ignore DECL_INLINE if -fno-inline.
12802 (dwarf2out_add_library_unit_info): New function.
12804 * explow.c (set_stack_check_libfunc): New function.
12805 (stack_check_libfunc): New static variable.
12806 (probe_stack_range): Allow front-end to set up a libfunc to call.
12808 * combine.c (simplify_comparison): When making comparison in wider
12809 mode, check for having commuted an AND and a SUBREG.
12810 (contains_muldiv): New function.
12811 (try_combine): Call it when dividing a PARALLEL.
12812 (simplify_rtx, case TRUNCATE): Don't remove for umulsi3_highpart.
12813 (simplify_comparison, case ASHIFTRT): Recognize sign-extension of
12815 (record_value_for_reg): If TEM is a binary operation with two CLOBBERs,
12816 use one of the CLOBBERs instead.
12817 (if_then_else_cond): If comparing against zero, just return thing
12820 * optabs.c (expand_abs): If machine has MAX, ABS (x) is MAX (x, -x).
12821 Don't generate shifts and subtract if have conditional arithmetic.
12823 * rtl.h (delete_barrier): New declaration.
12824 * jump.c (jump_optimize): Set up to handle conditional call.
12825 In conditional arithmetic case, handle CALL_INSN followed by a BARRIER.
12826 (delete_barrier): New function.
12828 * rtl.c (read_rtx): Call fatal if bad RTL code; check for bad mode.
12830 * recog.c (nonmemory_operand): Accept ADDRESSOF.
12832 * tree.c (build_type_attribute_variant): Push to obstack of
12833 ttype around type_hash_canon call.
12835 * expr.c (placeholder_list): Move decl to file scope.
12836 (expand_expr): Don't force access to volatile just because its
12838 If ignoring reference operations, just expand the operands.
12839 (expand_expr, case COMPONENT_REF): Propagate
12840 EXPAND_CONST_ADDRESS to recursive call when expanding inner.
12841 Refine test for using bitfield operations vs pointer punning.
12842 (expand_expr, case CONVERT_EXPR): If converting to
12843 BLKmode UNION_TYPE from BLKmode, just return inner object.
12844 Use proper mode in store_field call.
12845 Properly set sizes of object to store and total size in store_field
12846 call for convert to union.
12847 (expand_expr, case ARRAY_REF): If OP0 is in a register, put it in
12848 memory (like for ADDR_EXPR). Also, don't put constant in register if
12849 we'll want it in memory.
12850 (readonly_fields_p): New function.
12851 (expand_expr, case INDIRECT_REF): Call it if LHS.
12852 (expand_assignment): Handle a RESULT_DECL where
12853 DECL_RTL is a PARALLEL.
12854 (do_jump, case WITH_RECORD_EXPR): New case.
12855 (get_inner_reference): Always go inside a CONVERT_EXPR
12856 and NOP_EXPR if both modes are the same.
12857 (store_field): Use bitfield operations if size of bitsize is not same
12858 as size of RHS's type.
12859 Check for bitpos not a multiple of alignment in BLKmode case.
12860 Do block move in largest possible alignment.
12861 (store_constructor): Set BITSIZE to -1 for variable size and properly
12862 in case of array of BLKmode.
12863 (expand_expr_unaligned): New function.
12864 (do_compare_and_jump): Call it.
12866 * mips/iris5.h (SWITCHES_NEED_SPACES): New macro.
12867 * collect2.c (main): Only allow -ofoo if SWITCHES_NEED_SPACES
12868 does not include 'o'.
12870 * function.c (instantiate_virtual_regs_1, case SET): Handle case where
12871 both SET_DEST and SET_SRC reference a virtual register.
12872 (gen_mem_addressof): Copy RTX_UNCHANGING_P from new REG to old REG.
12874 * integrate.c (expand_inline_function): Handle case of setting
12875 virtual stack vars register (from built in setjmp); when parameter
12876 lives in memory, expand virtual_{stack_vars,incoming_args}_rtx early.
12877 (subst_constant): Add new parm, MEMONLY.
12878 (expand_inline_function, integrate_parm_decls): Pass new parm.
12879 (integrate_decl_tree): Likewise.
12880 (copy_rtx_and_substitute, case MEM): Do copy RTX_UNCHANGING_P.
12881 (try_constants): Call subst_constants twice, with MEMONLY 0 and 1.
12882 (copy_rtx_and_substitute, case SET): Add explicit calls to
12883 copy_rtx_and_substitute for both sides.
12885 * stmt.c (expand_asm_operands): Don't use TREE_STRING_LENGTH for
12887 (pushcase{,_range}): Convert to NOMINAL_TYPE after checking for
12888 within INDEX_TYPE, instead of before.
12889 (fixup_gotos): Use f->target_rtl, not the next insn,
12890 since latter may be from a later fixup.
12891 (expand_value_return): Correctly convert VAL when promoting function
12892 return; support RETURN_REG being a PARALLEL.
12893 (expand_return): When checking for result in regs and having
12894 cleanup, consider PARALLEL in DECL_RTL as being in regs.
12896 1999-10-28 21:27 -0700 Zack Weinberg <zack@bitmover.com>
12898 * cpplib.h (struct cpp_buffer: fname, nominal_fname,
12899 last_nominal_fname): Mark const.
12900 (struct include_hash: name, nshort, control_macro): Mark
12902 (struct macrodef: symnam): Mark const.
12903 (struct if_stack: fname): Mark const.
12904 (is_idchar, is_idstart, is_hor_space, trigraph_table): Delete.
12905 (IStable): New character-syntax array which encompasses all
12906 the old is_foo arrays.
12907 (is_idchar, is_numchar, is_idstart, is_numstart, is_hspace,
12908 is_space): New macros for interrogating IStable.
12909 (check_macro_name): Kill last argument. All callers changed.
12911 * cppinit.c (initialize_char_syntax): Delete.
12912 (is_idchar, is_idstart, is_hor_space, is_space,
12913 trigraph_table): Delete.
12914 (IStable): New. Initialize with clever macros to avoid
12915 information duplication.
12916 (builtin_array): Table of builtins to get rid of explicit list
12917 in initialize_builtins.
12918 (initialize_builtins): Use builtins_array.
12919 (cpp_start_read): Call init_IStable, and set IStable['$'] if
12920 opts->dollars_in_ident.
12922 * cppexp.c: Change all refs to is_xyz[] arrays to use new
12924 (cpp_parse_expr): Avoid 'format string is not constant'
12925 warning. Use ISGRAPH to identify printable chars.
12926 * cppfiles.c: Change all refs to is_xyz[] arrays to use new
12928 (read_and_prescan): Map trigraphs to chars with open-coded
12929 if-else-if-... sequence, not a lookup table.
12930 * cpphash.c: Change all refs to is_xyz[] arrays to use new
12932 * cpplib.c: Change all refs to is_xyz[] arrays to use new
12933 is_xyz() macros. Kill SKIP_ALL_WHITE_SPACE (unused).
12934 (check_macro_name): Remove ability to report an invalid
12935 assertion name, which is never used.
12936 (do_line): Constify a couple of char *'s.
12937 * cppmain.c (main): Call cpp_cleanup before returning.
12939 Thu Oct 28 21:16:35 1999 Mark Mitchell <mark@codesourcery.com>
12941 * ggc.h (struct ggc_statistics): New type.
12942 (ggc_get_size): New function.
12943 (ggc_print_statistics): Likewise.
12944 * ggc-common.c (ggc_stats): New variable.
12945 (ggc_mark_rtx_children): Keep statistics.
12946 (ggc_mark_tree_children): Likewise.
12947 (ggc_print_statistics): New function.
12948 * ggc-page.c (struct globals): Add bytes_mapped field.
12949 (alloc_anon): Update it.
12950 (release_pages): Likewise.
12951 (ggc_get_size): New function.
12952 (ggc_page_print_statistics): New function.
12953 * ggc-simple.c (ggc_get_size): New function.
12955 Fri Oct 29 06:32:44 1999 Geoffrey Keating <geoffk@cygnus.com>
12957 * flow.c (propagate_block): When the last reference to a label
12958 before an ADDR_VEC is deleted because the reference is a dead
12959 store, delete the ADDR_VEC.
12961 Thu Oct 28 12:28:50 1999 Richard Henderson <rth@cygnus.com>
12963 * resource.c (find_free_register): Don't use the frame pointer
12964 if frame_pointer_needed.
12966 Thu Oct 28 10:02:00 1999 Jim Wilson <wilson@cygnus.com>
12968 * config/mips/mips.c (mips_va_arg): Delete gen_jump as emit_jump arg.
12969 (function_arg_pass_by_reference): Check for a NULL pointer in cum.
12971 * config/i960/i960.c (i960_va_start): New locals base, num.
12972 Use INDIRECT_REF instead of ARRAY_REF on valist.
12973 (i960_va_arg): Use INDIRECT_REF instead of ARRAY_REF on valist.
12975 Thu Oct 28 09:45:48 1999 Mark Mitchell <mark@codesourcery.com>
12977 * gcse.c (delete_null_pointer_checks): Fix typo in previous change.
12979 Thu Oct 28 03:37:50 1999 Peter Gerwinski <peter@gerwinski.de>
12981 * tree.def (PLACEHOLDER_EXPR): Update comments.
12983 Thu Oct 28 06:47:32 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12985 * c-common.c (check_format_info): Avoid non-literal format string
12986 warnings when `first_arg_num' is zero.
12988 Thu Oct 28 12:28:48 1999 Bernd Schmidt <bernds@cygnus.co.uk>
12990 * rtl.texi: Delete explicit Prev, Up and Next entries in "@node"s.
12992 Thu Oct 28 11:05:13 1999 Richard Earnshaw <rearnsha@arm.com>
12994 * arm.md (casesi_insn): Add a clobber of the condition code
12997 Mon Oct 18 21:16:06 1999 Fred Fish <fnf@be.com>
12999 * tm.texi (CC1PLUS_SPEC): Make it clear in the docs that CC1_SPEC is
13000 used by both cc1 and cc1plus.
13002 Thu Oct 28 10:00:48 1999 Nick Clifton <nickc@cygnus.com>
13004 * config/arm/arm.c: Initialise arm_structure_size_boundary to
13005 DEFAULT_STRUCTURE_SIZE_BOUNDARY.
13006 * config/arm/arm.h (DEFAULT_STRUCTURE_SIZE_BOUNDARY): Define
13007 to the value 32 if it has not already been defined.
13008 * config/arm/netbsd.h (DEFAULT_STRUCTURE_SIZE_BOUNDARY):
13009 Override definition in arm.h with a value of 8.
13011 Thu Oct 28 03:12:02 1999 David Starner <dstarner98@aasaa.ofe.org>
13013 * c-pragma.c (push_alignment): Don't check the return value
13016 Thu Oct 28 03:08:38 1999 Matteo Frigo <athena@fftw.org>
13018 * sparc.h (ADJUST_COST): Fix thinko.
13020 Thu Oct 28 02:44:03 1999 Glen Nakamura <glen.nakamura@usa.net>
13022 * cccp.c (rescan): Fixed obp pointer handling around call to
13023 check_expand subroutine.
13025 Thu Oct 28 02:15:22 1999 Jeffrey A Law (law@cygnus.com)
13027 * gcse.c (delete_null_pointer_checks): Only record non-null info
13028 for pseudos when examining stores.
13030 * arm.md (adddi3, adddi_sesidi_di, adddi_sesidi_di): Add
13031 splitters for these patterns. Use "#" for output templates.
13032 (addsi3_carryin_shift): New pattern.
13034 Thu Oct 28 10:20:02 1999 Geoffrey Keating <geoffk@cygnus.com>
13036 * config/rs6000/rs6000.md (movsf): Don't convert a SUBREG
13037 of the function return register into a plain REG until
13038 after function inlining is done.
13040 Wed Oct 27 15:21:46 1999 Richard Henderson <rth@cygnus.com>
13042 * jump.c (jump_optimize_1): If we did cross-jumping, and
13043 the data will matter, rebuild the CFG.
13044 * reg-stack.c (reg_to_stack): Only (re)build the CFG if
13045 not optimizing. Don't run shorten_branches.
13046 * toplev.c (rest_of_compilation): Run shorten_branches after
13049 Wed Oct 27 12:33:40 1999 Mark Mitchell <mark@codesourcery.com>
13051 * rtl.h (note_stores): Add additional paramter.
13052 * rtlanal.c (reg_set_p_1): Take additional paramter.
13053 (reg_set_last_1): Likewise.
13054 (reg_set_p): Adjust call to note_stores.
13055 (reg_set_last): Likewise.
13056 (note_stores): Pass data parameter to worker function.
13057 * alias.c (record_set): Take additional parameter.
13058 (init_alias_analysis): Pass it.
13059 * caller-save.c (mark_set_regs): Take additional parameter.
13060 (save_call_clobbered_regs): Pass NULL to note_stores.
13061 * combine.c (set_nonzero_bits_and_sign_copies): Take additional
13063 (record_dead_and_set_regs_1): Likewise.
13064 (reg_dead_at_p_1): Likewise.
13065 (combine_instructions): Adjust calls to note_stores.
13066 (try_combine): Likewise.
13067 (record_dead_insn): Remove.
13068 (record_dead_and_set_regs): Adjust calls to note_stores.
13069 (reg_dead_at_p): Likewise.
13070 * cse.c (invalidate_skipped_set): Take additional parameter.
13071 (cse_check_loop_start): Likewise.
13072 (cse_check_loop_start_value): Remove.
13073 (cse_set_around_loop): Adjust calls to note_stores.
13074 * flow.c (notice_stack_pointer_modification): Take additional
13075 parameter. Remove duplicate declaration.
13076 (record_volatile_insns): Adjust calls to note_stores.
13077 * gcse.c (record_set_info): Take additional parameter.
13078 (record_last_set_info): Likewise.
13079 (invalidate_nonnull_info): Likewise.
13080 (record_set_insn): Remove.
13081 (compute_sets): Adjust calls to note_stores.
13082 (last_set_insn): Remove.
13083 (compute_hash_table): Adjust calls to note_stores.
13084 (insert_insn_end_bb): Likewise.
13085 (delete_null_pointer_checks): Likewise.
13086 * global.c (mark_reg_store): Take additional parameter.
13087 (mark_reg_clobber): Likewise.
13088 (reg_becomes_live): Likewise.
13089 (global_conflicts): Adjust calls to note_stores.
13090 (build_insn_chain): Likewise.
13091 * integrate.c (note_modified_parmregs): Take additional parameter.
13092 (mark_stores): Likewise. Make it static.
13093 (save_for_inline_nocopy): Adjust calls to note_stores.
13094 (try_constants): Likewise.
13095 * integrate.h (mark_stores): Remove declaration.
13096 * jump.c (mark_modified_reg): Take additional parameter.
13097 (thread_jumps): Adjust calls to note_stores.
13098 * local-alloc.c (validate_equiv_mem_from_store): Take additional
13100 (no_equiv): Likewise.
13101 (reg_is_set): Likewise.
13102 (validate_equiv_mem): Adjust calls to note_stores.
13103 (update_equiv_regs): Likewise.
13104 (block_alloc): Likewise.
13105 * loop.c (note_set_pseudo_multiple_uses_retval): Remove.
13106 (note_addr_stored): Take additional parameter.
13107 (note_set_pseudo_multiple_uses): Likewise.
13108 (record_initial): Likewise.
13109 (prescan_loop): Adjust calls to note_stores.
13110 (strength_reduce): Likewise.
13111 (check_dbra_loop): Likewise.
13112 * regmove.c (flags_set_1): Take additional paramter.
13113 (mark_flags_life_zones): Adjust calls to note_stores.
13114 * reload1.c (mark_not_eliminable): Take additional parameter.
13115 (forget_old_reloads_1): Likewise.
13116 (reload_cse_invalidate_rtx): Likewise.
13117 (reload_cse_check_clobber): Likewise.
13118 (reload_combine_note_store): Likewise.
13119 (move2add_note_store): Likewise.
13120 (reload): Adjust calls to note_stores.
13121 (reload_as_needed): Likewise.
13122 (emit_reload_insns): Likewise.
13123 (reload_cse_regs_1): Likewise.
13124 (reload_cse_record_set): Adjust calls to reload_cse_invalidate_rtx.
13125 (reload_combine): Adjust calls to note_stores.
13126 * resource.c (update_live_status): Take additional paramter.
13127 (mark_target_live_regs): Adjust calls to note_stores.
13128 * stupid.c (find_clobbered_regs): Take additional parameter.
13129 (stupid_life_analysis): Adjust calls to note_stores.
13131 Wed Oct 27 19:26:12 1999 Nick Clifton <nickc@cygnus.com>
13133 * config/arm/coff.h (STRUCTURE_SIZE_BOUNDARY): Delete
13136 * config/arm/elf.h (STRUCTURE_SIZE_BOUNDARY): Delete
13139 * config/arm/arm.h (STRUCTURE_SIZE_BOUNDARY): Define in terms
13140 of the variable arm_structure_size_boundary.
13142 Wed Oct 27 02:05:58 1999 Mark P. Mitchell <mark@codesourcery.com>
13144 * alias.c (init_alias_analysis): Allocate reg_known_value and
13145 reg_known_equiv_p on the heap. Likewise for new_reg_base_value
13147 (end_alias_analysis): Free reg_known_value and reg_known_equiv_p.
13148 * cse.c (cse_main): Call end_alias_analysis.
13149 * haifa-sched.c (schedule_insns): Likewise.
13150 * local-alloc. (update_equiv_regs): Likewise.
13151 * reload1.c (reload_cse_regs): Likewise.
13153 Wed Oct 27 01:49:17 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13155 * sparc/sparc.c (sparc_override_options): Clear MASK_FPU_SET.
13156 * sparc/sparc.h (TARGET_SWITCHES): Add "fpu" entry for reverse
13157 mapping from MASK_FPU.
13159 Wed Oct 27 01:42:26 1999 Scott Christley <scottc@net-community.com>
13161 * sparc.md (call): Don't bound structure return size to 0xfff.
13163 Wed Oct 27 00:56:59 1999 Richard Henderson <rth@cygnus.com>
13165 * resource.c (mark_target_live_regs): Check that the target
13166 insn wasn't created after compute_bb_for_insn.
13168 Tue Oct 26 23:15:03 1999 Mark Mitchell <mark@codesourcery.com>
13170 * ggc-page.c (poison_pages): Don't be overzealous.
13172 Tue Oct 26 23:29:18 1999 Jeffrey A Law (law@cygnus.com)
13174 * alias.c: Update comments for ADDRESS.
13175 (nonlocal_reference_p): Look inside the ADDRESS to determine if
13176 it is a local memory reference.
13178 * c-typeck.c (build_function_call): Check that the built-in
13179 function is of class BUILT_IN_NORMAL before trying to recongize
13180 it as BUILT_IN_ABS.
13181 * calls.c (calls_function_1): Similarly for BUILT_IN_ALLOCA.
13182 * stmt.c (expand_end_cae): Similarly for BUILT_IN_CLASSIFY_TYPE.
13184 Wed Oct 27 00:14:13 1999 Robert Lipe <robertlipe@usa.net>
13186 * gcse.c (expr_reaches_here_p): Use xcalloc and explit free instead
13188 (pre_gcse): Likewise.
13189 (hoist_expr_reaches_here_p): Likewise.
13190 (hoist_code): Likewise.
13191 (pre_expr_reaches_here_p): Replace alloca with xcalloc. Move core
13193 (pre_expr_reaches_here_p_work): ... here.
13194 (expr_reaches_here_p): Replace alloca with xcalloc. Move core
13196 (expr_reaches_here_p_work): ... here.
13198 Tue Oct 26 20:42:45 1999 Richard Henderson <rth@cygnus.com>
13200 * resource.c (find_basic_block): Delete.
13201 (mark_target_live_regs, incr_ticks_for_insn): Use BLOCK_NUM instead.
13202 (init_resource_info): Call compute_bb_for_insn.
13204 Tue Oct 26 20:21:02 1999 Richard Henderson <rth@cygnus.com>
13206 * flow.c (merge_blocks_move_predecessor_nojumps): Cope
13207 with already adjacent blocks, but no fallthru.
13208 (merge_blocks_move_successor_nojumps): Simplify.
13209 (debug_flow_info): New.
13211 * toplev.c (rest_of_compilation): Open jump1 dump file before
13212 jump and close after, as opposed to just using dump_rtl.
13214 Wed Oct 27 03:09:23 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
13216 * reload.h (earlyclobber_operand_p): Declare.
13217 * reload.c (earlyclobber_operand_p): Don't declare. No longer static.
13218 * reload1.c (reload_reg_free_for_value_p): RELOAD_OTHER reloads with
13219 an earlyclobbered output conflict with RELOAD_INPUT reloads - handle
13220 case where the RELOAD_OTHER reload is new. Use earlyclobber_operand_p.
13222 Tue Oct 26 18:23:38 1999 Jan Hubicka <hubicka@freesoft.cz>
13223 Richard Henderson <rth@cygnus.com>
13225 * emit-rtl.c (emit_block_insn_before): New.
13226 (emit_block_insn_after): New.
13227 * basic-block.h: Declare them.
13229 * bitmap.h: Protect from multiple inclusion.
13231 * recog.c (scratch_operand): Handle VOIDmode correctly.
13233 * rtl.h (JUMP_CROSS_JUMP_DEATH_MATTERS): New.
13235 * builtins.c (expand_builtin_apply_args_1): Remove STACK_REGS hack.
13236 * function.c (assign_parms): Likewise.
13237 * global.c (global_conflicts): Clarify STACK_REGS commentary.
13239 * reg-stack.c (max_uid): Remove.
13240 (blocks, block_begin, block_end, block_drops_in): Remove.
13241 (block_stack_in, block_out_reg_set, block_number): Remove.
13242 (struct block_info_def, BLOCK_INFO): New.
13243 (enum emit_where): New.
13244 (current_block): New.
13245 (BLOCK_NUM): Remove.
13246 (mark_regs_pat, record_label_references): Remove.
13247 (record_reg_life_pat, record_reg_life, find_blocks): Remove.
13249 (goto_block_pat, print_blocks, dump_stack_info): Remove.
13250 (reg_to_stack): Simplified test for existance of fp code. Use
13251 flow.c code. Call shorten_branches after cross-jump opt.
13252 (check_asm_stack_operands): Renamed from record_asm_reg_life.
13253 Return false if the asm doesn't use stack regs. Don't do life
13254 analysis on the asm.
13255 (emit_pop_insn): Replace function pointer arg `when' with
13256 enum `where'. Update all callers.
13257 (change_stack): Likewise. Update basic block end.
13258 (emit_swap_insn): Use current_block->head to limit reverse search
13259 for start of block. Use emit_block_insn_after.
13260 (subst_stack_regs_pat): Handle USE and CLOBBER patterns.
13261 (subst_asm_stack_regs): Use check_asm_stack_operands. Use direct
13262 structure assignment instead of bcopy.
13263 (print_stack): New.
13264 (convert_regs_entry, convert_regs_exit): New.
13265 (convert_regs_1, convert_regs_2): Split out from convert_regs.
13266 Work on basic blocks and the CFG.
13267 (convert_regs): Use them.
13269 * i386.c (output_fix_trunc): Remove code for DImode input operand
13270 not at top-of-stack.
13271 * i386.c (fix_truncdfdi2, fix_truncsfdi2): Use scratch with
13273 (fix_truncdi_1): Allow any mode scratch.
13275 Tue Oct 26 13:30:35 1999 Richard Henderson <rth@cygnus.com>
13277 * alpha.h (TARGET_MEM_FUNCTIONS): Define here.
13278 * linux.h, netbsd.h, vms.h: Not here.
13280 1999-10-26 Gavin Romig-Koch <gavin@cygnus.com>
13282 * config/mips/mips.h (ISA_HAS_64BIT_REGS,ISA_HAS_BRANCHLIKELY,
13283 ISA_HAS_FP4,ISA_HAS_CONDMOVE): New.
13284 (GENERATE_BRANCHLIKELY,HAVE_SQRT_P,
13285 CONDITIONAL_REGISTER_USEAGE): Use them.
13286 * config/mips/mips.c (mips_move_1word,mips_move_2words,
13287 gen_conditional_branch,override_options) : Use them.
13288 * config/mips/mips.md : Use them.
13290 Tue Oct 26 13:09:23 1999 Richard Henderson <rth@cygnus.com>
13292 * i386.md (zero_extendqihi2): Use SImode register name with andl.
13294 Tue Oct 26 12:35:38 1999 Richard Henderson <rth@cygnus.com>
13296 * integrate.c (function_cannot_inline_p): Don't allow inlining
13299 Tue Oct 26 14:10:23 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13301 * c-parse.in (cast_expr): Constify.
13303 * cccp.c (special_symbol): Likewise.
13305 * cse.c (hash_cse_reg_info, cse_reg_info_equal_p): Likewise.
13307 * dwarf2out.c (base_type_die): Likewise.
13309 * global.c (allocno_compare): Likewise.
13311 * local-alloc.c (qty_compare_1, qty_sugg_compare_1): Likewise.
13313 * regclass.c (fix_register): Likewise.
13315 * rtl.h (fix_register): Likewise.
13317 * stupid.c (stupid_reg_compare): Likewise.
13319 * toplev.c (decode_f_option): Likewise.
13321 * tree.c (build_complex_type): Likewise.
13323 Tue Oct 26 18:35:25 1999 Richard Earnshaw <rearnsha@arm.com>
13325 * output.h: Don't unnecessarily conditionalize prototypes on TREE_CODE.
13327 Tue Oct 26 15:42:56 1999 Bernd Schmidt <bernds@cygnus.co.uk>
13329 * reload.c (find_reloads): Compute mode and nregs fields of all
13331 * reload1.c (calculate_needs_all_insns): Simplify a bit.
13332 (calculate_needs): Use precomputed mode/nregs values.
13333 (allocate_reload_reg): Likewise.
13335 (failed_reload, set_reload_reg): ... new functions.
13336 (choose_reload_regs_init): New function, mostly broken out from...
13337 (choose_reload_regs): ... here. Lose all the save_xxx nonsense.
13338 Also lose one #if 0 block.
13340 Tue Oct 26 02:48:32 1999 Marc Espie <espie@cvs.openbsd.org>
13342 * Makefile.in (AR_FOR_TARGET, RANLIB_FOR_TARGET): Fix target name
13345 Tue Oct 26 01:27:32 1999 Mark Mitchell <mark@codesourcery.com>
13347 * tree.h (BLOCK_TYPE_TAGS): Remove.
13348 (BLOCK_END_NOTE): Likewise.
13349 (BLOCK_LIVE_RANGE_FLAG): Likewise.
13350 (BLOCK_LIVE_RANGE_START): Likewise.
13351 (BLOCK_LIVE_RANGE_END): Likewise.
13352 (tree_block): Remove live_range_flag, live_range_var_flag, and
13353 type_tags. Remove end_note, live_range_start, and live_range_end.
13354 (remember_end_note): Remove prototype.
13355 * tree.c (build_block): Don't set BLOCK_TYPE_TAGS.
13356 * c-decl.c (poplevel): Don't set BLOCK_TYPE_TAGS or call
13358 * ggc-common.c (ggc_mark_tree_children): Don't mark
13359 BLOCK_TYPE_TAGS or BLOCK_END_NOTE.
13360 * integrate.c (adjust_copied_decl_tree): Remove.
13361 * print-tree.c (print_node): Don't print BLOCK_TYPE_TAGS.
13362 * stmt.c (last_block_end_note): Remove.
13363 (init_stmt): Don't add a GC root for it.
13364 (expand_fixup): Don't set it.
13365 (remember_end_note): Remove.
13366 (expand_end_bindings): Don't set last_block_end_note.
13368 Tue Oct 26 00:41:54 1999 Bernd Schmidt <bernds@cygnus.co.uk>
13370 * reload1.c (reload_reg_free_for_value_p): Show
13371 RELOAD_FOR_OTHER_ADDRESS reloads can conflict with RELOAD_OTHER
13374 Mon Oct 25 23:54:45 1999 Geoff Keating <geoffk@cygnus.com>
13376 * expmed.c (extract_bit_field): Allow for the case of non-integer
13377 objects that are smaller than a word (like SFmode on a 64-bit
13380 * loop.c (basic_induction_var): A non-integer variable which is
13381 being set by a paradoxical subreg is probably not a biv.
13383 1999-10-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13385 * prefix.c (translate_name) Check for empty prefix string.
13387 Mon Oct 25 23:10:45 1999 Andreas Schwab <schwab@suse.de>
13389 * Makefile.in (CPP_CROSS_NAME): New variable.
13390 (install-cpp): Use it instead of CPP_INSTALL_NAME for the cross
13392 (uninstall-cpp): Use CPP_INSTALL_NAME and CPP_CROSS_NAME for the
13393 names of the files to be uninstalled.
13395 Mon Oct 25 23:03:09 1999 Jeffrey A Law (law@cygnus.com)
13397 * collect2.c (IS_DIR_SEPARATOR): Define.
13398 (prefix_from_string): Use IS_DIR_SEPARATOR and DIR_SEPARATOR.
13400 * som.h (ASM_DECLARE_FUNCTION_NAME): Set PRIV_LEV for static
13403 * haifa-sched.c (add_dependence): Update the true dependency
13404 cache the first time we add a true dependence to the LOG_LINKS chain.
13406 Mon Oct 25 22:27:40 1999 Jim Kingdon <http://developer.redhat.com/>
13408 * fold-const.c (fold): Fix comment.
13410 Mon Oct 25 22:49:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13412 * dbxout.c (lastfile, cwd, dbxout_type_method_1,
13413 dbxout_symbol_location, dbxout_symbol_name, dbxout_init,
13414 dbxout_start_new_source_file, dbxout_source_file,
13415 dbxout_source_line, dbxout_finish, dbxout_type_fields,
13416 dbxout_type_methods, dbxout_symbol, dbxout_prepare_symbol):
13418 (dbxout_types, dbxout_args, dbxout_symbol): Delete prototypes.
13419 (dbxout_symbol): Mark parameter `local' with ATTRIBUTE_UNUSED.
13420 (dbxout_block): Initialize variable `blocknum'.
13422 * dbxout.h (dbxout_init, dbxout_finish,
13423 dbxout_start_new_source_file, dbxout_source_file, dbxout_types,
13424 dbxout_args, dbxout_source_line): Constify a char*.
13426 * dwarfout.c (dwarf_tag_name, dwarf_attr_name,
13427 dwarf_stack_op_name, dwarf_typemod_name, dwarf_fmt_byte_name,
13428 dwarf_fund_type_name, name_attribute, stmt_list_attribute,
13429 low_pc_attribute, high_pc_attribute, body_begin_attribute,
13430 body_end_attribute, comp_dir_attribute, sf_names_attribute,
13431 src_info_attribute, mac_info_attribute, producer_attribute,
13432 lookup_filename, generate_macinfo_entry, fundamental_type_code,
13433 dwarfout_line, dwarfout_start_new_source_file, dwarfout_define,
13434 dwarfout_undef): Constify a char*.
13435 (add_incomplete_type, retry_incomplete_types): Add prototypes.
13437 * dwarfout.h (dwarfout_define, dwarfout_undef,
13438 dwarfout_start_new_source_file, dwarfout_line): Constify a char*.
13440 1999-10-25 Gavin Romig-Koch <gavin@cygnus.com>
13442 * config/mips/mips.h (MIPS_ISA_DEFAULT): Insure it's defined.
13443 (MULTILIB_ISA_DEFAULT): New.
13444 (MULTILIB_DEFAULTS): Use it.
13445 * config/mips/mips.c (): Remove the now unnecessary definition
13446 of MIPS_ISA_DEFAULT.
13447 * config/mips/elf64.h (MULTILIB_DEFAULTS): Remove the now
13448 unnecessary definition.
13450 Mon Oct 25 22:08:35 1999 Richard Earnshaw (rearnsha@arm.com)
13452 * arm.md (pic_load_addr): Add constraints to operand 1.
13454 1999-10-25 Bruce Korb <autogen@linuxbox.com>
13456 * fixinc/genfixes: Provide a means for specifying -D options to
13459 Mon Oct 25 00:42:35 1999 Jeffrey A Law (law@cygnus.com)
13461 * arm.c (arm_override_options): Correct initialization of
13462 arm_fast_multiply, arm_arch4, arm_arch5, arm_ld_sched,
13463 arm_is_strong, and arm_is_6_or_7.
13465 * loop.c (note_set_pseudo_multiple_uses_retval): New variable.
13466 (note_set_pseudo_multiple_uses): New function.
13467 (check_dbra_loop): Use not_set_pseudo_multiple_uses to determine
13468 if a pseudo set in the loop exit is used elsewhere.
13470 Sun Oct 24 20:52:40 1999 Mark Mitchell <mark@codesourcery.com>
13472 * i386.md (mulsi3): Tweak to work with SCO OSR5 COFF assembler.
13474 Sun Oct 24 21:02:46 1999 Richard Henderson <rth@cygnus.com>
13476 * i386.md (*lea_0): Collapse addsi_0, addsi_lea_[123] into
13477 a single load-address pattern.
13479 Sun Oct 24 19:33:24 1999 Mark P. Mitchell <mark@codesourcery.com>
13481 * haifa-sched.c (schedule_insns): Don't assign LUIDs differently
13482 depending on whether or not line-number notes are present.
13484 Sun Oct 24 20:29:59 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13486 * cccp.c (progname, file_buf, default_include, include_file,
13487 macrodef, definition, hashval, wchar_type, user_label_prefix,
13488 directive, out_fname, if_stack, safe_write, index0, get_lintcmd,
13489 expand_to_temp_buffer, is_system_include, base_name,
13490 absolute_filename, read_name_map, open_include_file,
13491 record_control_macro, check_precompiled, check_preconditions,
13492 pcfinclude, pass_thru_directive, create_definition,
13493 check_macro_name, comp_def_part, collect_expansion,
13494 check_assertion, read_token_list, assertion_install,
13495 assertion_lookup, eval_if_expression, conditional_skip,
13496 validate_else, skip_quoted_string, quote_string, macarg1,
13497 error_from_errno, install, lookup, hashf, dump_defn_1,
13498 perror_with_name, pfatal_with_name, main, trigraph_pcp,
13499 check_white_space, rescan, handle_directive, monthnames,
13500 special_symbol, do_include, remap_include_file, write_output,
13501 arglist, do_assert, do_unassert, do_line, do_error, do_once,
13502 do_ident, do_sccs, do_xifdef, skip_if_group,
13503 output_line_directive, macroexpand, macarg, change_newlines,
13504 initialize_builtins, make_definition): Constify a char*.
13506 * pcp.h (stringdef): Likewise.
13508 Sun Oct 24 13:29:28 1999 Richard Henderson <rth@cygnus.com>
13510 * unroll.c (copy_loop_body): Examine SET_DEST of single_set
13513 Sun Oct 24 13:14:20 1999 Graham <grahams@rcp.co.uk>
13514 Richard Henderson <rth@cygnus.com>
13516 * alias.c: Include ggc.h.
13517 (reg_base_value, new_reg_base_value, reg_base_value_size): Make static.
13518 (record_set): Verify enough room in reg_base_value.
13519 (init_alias_analysis): Allocate reg_base_value with xcalloc.
13520 Register it as a GC root.
13521 (end_alias_analysis): Free reg_base_value. Remove it as a GC root.
13522 * Makefile.in (alias.o): Depend on ggc.h.
13524 * unroll.c (unroll_loop): Verify the insn before a barrier
13525 is a JUMP_INSN before checking JUMP_LABEL.
13527 Sun Oct 24 15:46:44 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13529 * mips/bsd-5.h (ASM_OUTPUT_ASCII): Constify a char*.
13530 * mips/iris4.h (ASM_OUTPUT_ASCII): Likewise.
13531 * mips/mips-5.h (ASM_OUTPUT_ASCII): Likewise.
13532 * mips/mips.h (ASM_OUTPUT_ASCII): Likewise.
13533 * mips/svr3-5.h (ASM_OUTPUT_ASCII): Likewise.
13534 * mips/svr4-5.h (ASM_OUTPUT_ASCII): Likewise.
13536 Sun Oct 24 15:35:43 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13538 * output.h (ctors_section, dtors_section, bss_section): Prototype.
13540 * alpha/alpha-interix.h (text_section): Delete prototype.
13541 * alpha/elf.h (text_section): Likewise.
13542 * arm/linux-elf.h (text_section): Likewise.
13543 * arm/linux-telf.h (text_section): Likewise.
13544 * c4x/c4x.h (text_section): Likewise.
13545 * dsp16xx/dsp16xx.h (bss_section): Likewise.
13546 * elfos.h (text_section): Likewise.
13547 * i386/aix386ng.h (text_section): Likewise.
13548 * i386/i386-interix.h (text_section): Likewise.
13549 * i386/sco5.h (text_section): Likewise.
13550 * i386/svr3gas.h (text_section): Likewise.
13551 * nextstep.h (text_section): Likewise.
13552 * psos.h (text_section): Likewise.
13553 * ptx4.h (text_section): Likewise.
13554 * svr3.h (text_section): Likewise.
13555 * svr4.h (text_section, ctors_section, dtors_section): Likewise.
13557 Sun Oct 24 15:20:59 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13559 * final.c (peephole): Delete prototype.
13561 * gcse.c (process_insert_insn, pre_edge_insert): Add prototypes.
13562 (pre_insert_copies): Remove unused variable `bb'.
13564 * genrecog.c (debug_decision_0, debug_decision_list, main): Add
13567 * output.h (peephole): Add prototype.
13569 Sun Oct 24 11:35:30 1999 Mark P. Mitchell <mark@codesourcery.com>
13571 * config/mips/iris6.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Define to
13574 Sat Oct 23 21:13:00 1999 Mark Mitchell <mark@codesourcery.com>
13576 * integrate.c (integrate_decl_tree): Tweak setting of DECL_CONTEXT
13577 for inlined declarations.
13579 Fri Oct 22 18:05:43 1999 Jeffrey A Law (law@cygnus.com)
13581 * arm.c (logical_binary_operator): New fucntion.
13582 * arm.h (logical_binary_operator): Declare it.
13583 (PREDICATE_CODES): Handle logical_binary_operator.
13584 * arm.md (anddi3, anddi_zesidi_di, anddi_sesdi_di): Use "#" for
13585 output constraints. Add appropriate splitters.
13586 (anddi_notdi_di, anddi_notzesidi_di, anddi_notsesidi_di): Likewise.
13587 (iordi3, iordi_zesidi_di, iordi_sesidi_di): Likewise.
13588 (xordi3, xordi_zesidi_di, xordi_sesidi_di): Likewise.
13590 Fri Oct 22 23:46:50 1999 Bernd Schmidt <bernds@cygnus.co.uk>
13592 * genoutput.c (struct operand_data): New elt eliminable.
13593 (output_operand_data): Write it.
13594 (scan_operands): Set it for MATCH_OPERAND, clear for other matchers.
13595 (compare_operands): Take it into account.
13596 * recog.h (struct insn_operand_data): New elt eliminable.
13597 * reload1.c (check_eliminable_occurrences, elimination_effects): New
13599 (old_asm_operands_vec, new_asm_operands_vec): Delete.
13600 (eliminate_regs): Move code that detects changes to elimination
13601 target regs into new function elimination_effects.
13602 Delete one #if 0 block.
13603 Abort for USE, CLOBBER, ASM_OPERANDS and SET.
13604 (eliminate_regs_in_insn): Return immediately for USEs, CLOBBERs,
13605 ADDR_VECs, ADDR_DIFF_VECs and ASM_INPUTs.
13606 Only call eliminate_regs for real operands of the insn, not for parts
13607 of its structure or parts matched by things like match_operator.
13608 Use elimination_effects and check_eliminable_occurrences. Use
13609 copy_insn to duplicate the pattern when not in the final pass.
13611 Fri Oct 22 09:03:44 1999 Mark Mitchell <mark@codesourcery.com>
13613 * i386.md: Add missing `y' modifiers to uses of fst, fstp, fld,
13616 1999-10-22 Bruce Korb <autogen@linuxbox.com>
13618 * fixinc/README: document the "mach" machine matching test
13619 * fixinc/fixfixes.c: Implement the #else/#endif label fix
13620 * fixinc/fixtests.c: Implement the #else/#endif label test
13621 * fixinc/inclhack.def: utilize these tests and fixes
13622 * fixinc/inclhack.sh: regen
13623 * fixinc/fixincl.x: regen
13624 * fixinc/fixincl.sh: regen
13626 Thu Oct 21 20:37:19 1999 Jeffrey A Law (law@cygnus.com)
13628 * Makefile.in (cse.o): Depend on hashtab.h, not splay-tree.h. Also
13631 Thu Oct 21 20:30:19 1999 Matthias Klose <doko@debian.org>
13633 * gcc.1: Document exit codes.
13635 Thu Oct 21 12:49:05 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13637 * calls.c: Include tm_p.h later, so everything we need is defined.
13638 * expr.c: Likewise.
13639 * function.c: Likewise.
13641 * except.c: Include tm_p.h.
13643 * sparc.c: Likewise.
13644 (dwarf2out_cfi_label): Don't prototype.
13645 (check_return_regs, epilogue_renumber,
13646 ultra_cmove_results_ready_p, ultra_fpmode_conflict_exists,
13647 ultra_find_type, ultra_build_types_avail, ultra_flush_pipeline,
13648 ultra_rescan_pipeline_state, set_extends, ultra_code_from_mask,
13649 ultra_schedule_insn): Add static prototype.
13650 (data_segment_operand, text_segment_operand): Call itself with the
13651 proper number of arguments.
13652 (sparc_flat_save_restore, sparc_v8plus_shift): Constify a char*.
13654 * sparc.h: Move all declarations to sparc-protos.h.
13655 (SELECT_RTX_SECTION): Pass a missing MODE argument to
13658 * sparc/sysv4.h (SELECT_RTX_SECTION): Likewise.
13660 * config/svr4.h (text_section, ctors_section, dtors_section): Add
13662 (ASM_OUTPUT_SECTION_NAME, UNIQUE_SECTION,
13663 ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
13664 ASM_OUTPUT_ASCII): Constify a char*.
13666 * sparc-protos.h: New file for sparc prototypes.
13668 Thu Oct 21 12:23:40 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13670 * function.c (record_insns, contains): Always declare and define.
13671 (record_insns): Mark with ATTRIBUTE_UNUSED.
13673 Thu Oct 21 13:03:49 1999 Jonathan Larmour <jlarmour@cygnus.co.uk>
13675 * config/arm/telf.h (ASM_OUTPUT_SECTION_NAME): Add %nobits option
13676 to .section when outputting a .bss section to deal with multiple
13677 .bss input sections (as happens with -fdata-sections)
13678 Also output %progbits, not @progbits so the assembler doesn't treat as
13680 * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Likewise
13682 * config/arm/lib1funcs.asm (_call_via_rX): Allow compilation of
13683 thumb parts even when building with non-thumb CPUs, by forcing
13686 Wed Oct 20 22:57:58 1999 Jeffrey A Law (law@cygnus.com)
13688 * sparc.md (movsf_const_intreg): If splitting, length must be > 1.
13689 (movdf_const_intreg_sp64): Similarly.
13691 * local-alloc.c (update_equiv_regs): Check the correct insn
13692 for pre-existing REG_EQUIV notes.
13694 Wed Oct 20 20:41:46 1999 Mark Mitchell <mark@codesourcery.com>
13696 * cse.c (cse_end_of_basic_block): Don't return the end of a basic
13697 block reached by a branch if we're not going to actually process
13700 Wed Oct 20 15:18:42 1999 Jim Wilson <wilson@cygnus.com>
13702 * integrate.c (integrate_decl_tree): Set DECL_CONTEXT to 0 if this is
13703 a local extern function declaration.
13705 Wed Oct 20 13:56:01 1999 Richard Henderson <rth@cygnus.com>
13707 * i386.c (ix86_expand_prologue): Properly wrap USE around
13708 reg for CALL_INSN_FUNCTION_USAGE.
13710 Thu Oct 14 18:51:37 1999 Andrew Haley <aph@cygnus.com>
13712 * config/mips/mips.md (movdf_internal1a): Allow floating-point
13713 move between GP_REGs.
13715 Wed Oct 20 15:36:11 1999 Andrew Haley <aph@cygnus.com>
13717 * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Take account of
13718 the mode size when finding out if an offset is legal.
13720 Wed Oct 20 06:26:58 1999 Richard Henderson <rth@cygnus.com>
13722 * basic-block.h (PROP_*): Move constants from ...
13723 * flow.c: ... here.
13724 (compute_bb_for_insn): Free the array before reallocating.
13725 (update_life_info): New arg PROP_FLAGS; pass on to propagate_block.
13726 (allocate_reg_life_data): Reset all reg variables collected by
13728 (get_block_head_tail): Don't convert from bb to block.
13729 (get_bb_head_tail): New. Update all callers of get_block_head_tail.
13730 (find_insn_reg_weight): Take block not bb.
13731 (schedule_block): Don't set block num for moved insns.
13732 (schedule_region): Don't update_life_info or find_insn_reg_weight.
13733 (schedule_insns): Do it here instead.
13734 * combine.c (combine_instructions): Invoke compute_bb_for_insn
13735 before update_life_info.
13736 * recog.c (split_all_insns, peephole2_optimize): Update for
13737 new arg to update_life_info.
13738 * rtlanal.c (remove_note): Cope with NULL note.
13739 * toplev.c (rest_of_compilation): Don't invoke recompute_reg_usage
13742 Wed Oct 20 10:46:41 1999 Richard Earnshaw (rearnsha@arm.com)
13744 * jump.c (jump_optimize_1): More accurately detect casesi insns.
13746 * flow.c (merge_blocks_move_predecessor_nojumps): Re-order the basic
13747 block records so that merge_blocks_nomove will clean up correctly.
13748 (split_edge): Handle casesi insns.
13750 * gcc-page.c: Try MAP_ANON if we don't have MAP_ANONYMOUS.
13752 Tue Oct 19 23:43:50 1999 Jeffrey A Law (law@cygnus.com)
13754 * pa.md (call, call_value): Do not emit a blockage after restoring
13757 Tue Oct 19 17:22:39 1999 Mark Mitchell <mark@codesourcery.com>
13759 * c-typeck.c (c_expand_asm_operands): Fix typo.
13761 Tue Oct 19 18:42:58 1999 Bernd Schmidt <bernds@cygnus.co.uk>
13763 * arm.c (fpu_rhs_operand): Verify modes.
13764 (fpu_add_operand): Likewise.
13765 (di_operand): Likewise.
13766 (soft_df_operand): Likewise.
13768 Tue Oct 19 15:26:11 1999 Richard Earnshaw (rearnsha@arm.com)
13770 * arm.c (arm_return_in_memory): APCS rules state that the elements
13771 of a structure returned in a register must be 'integer-like'.
13773 1999-10-19 Bruce Korb <autogen@linuxbox.com>
13775 * fixinc/Makefile.in: Change the generation rules to run `genfixes'
13776 in the source tree when the generated targets are out of date
13777 * fixinc/genfixes: Alter it to run individual fixes for make.
13778 * fixinc/README: rewrite
13779 * fixinc/inclhack.def: moved initial comments to README
13781 Tue Oct 19 14:01:34 1999 Nick Clifton <nickc@cygnus.com>
13783 * toplev.c (main): Do not generate an error message if an
13784 unrecognised command line switch is recognisable by another
13785 language. If extra_warnings are enabled, then generate a
13786 warning message instead.
13788 Tue Oct 19 11:41:12 1999 Mumit Khan <khan@xraylith.wisc.edu>
13790 * c-pragma.h (PRAGMA_INSERT_ATTRIBUTES): Delete macro.
13791 (insert_pack_attributes): Delete prototype.
13793 * c-pragma.c (default_alignment): New static variable.
13794 (push_alignment): Initialize to current effective alignment.
13795 (pop_alignment): Use to set new alignment.
13796 (insert_pack_attributes): Delete function.
13797 (handle_pragma_token): Set default_alignment as well each time
13798 a #pragma pack(<n>) is encountered.
13800 Tue Oct 19 02:03:00 1999 Jeffrey A Law (law@cygnus.com)
13802 * reg-stack.c (stack_result): Aggregates are not returned in
13805 Tue Oct 19 01:26:48 1999 Alasdair Baird <alasdair@wildcat.demon.co.uk>
13807 * fold-const.c (fold): Fix thinko in x+(-0) -> x transformation.
13809 Mon Oct 18 15:19:41 1999 Richard Henderson <rth@cygnus.com>
13811 * basic-block.h (set_block_num): Declare.
13812 * flow.c (update_life_info): Don't call compute_bb_for_insn
13813 or free_basic_block_vars.
13814 * haifa-sched.c (remove_dependence): Conditionalize on HAVE_cc0.
13815 (insn_orig_block): Remove.
13816 (INSN_BLOCK): Remove. Update all callers to use BLOCK_NUM.
13817 (schedule_block): Keep BLOCK_NUM up-to-date.
13818 (schedule_insns): Use compute_bb_for_insn.
13819 * recog.c (split_all_insns): Likewise.
13820 (peephole2_optimize): Likewise.
13822 Mon Oct 18 18:50:51 1999 Andreas Schwab <schwab@suse.de>
13824 * config/m68k/m68k.h (INITIAL_FRAME_POINTER_OFFSET): Add one word
13825 if the pic register is used.
13827 Mon Oct 18 02:38:46 1999 Bernd Schmidt <bernds@cygnus.co.uk>
13829 * c-decl.c (pushdecl): Use TYPE_CONTEXT rather than TREE_PERMANENT.
13830 (finish_decl): Duplicate test for TREE_ASM_WRITTEN in else branch of
13831 if that tests TREE_PERMANENT.
13833 Mon Oct 18 01:41:35 1999 Jeffrey A Law (law@cygnus.com)
13835 * cse.c (invalidate_for_call): Do not remove memory references from
13836 the table here. It's handled elsewhere.
13838 * haifa-sched.c (add_dependence): Protect references to the
13839 true dependency cache with #ifdef INSN_SCHEDULING.
13840 (remove_dependence): Similarly.
13842 * mn10200.md (outline_epilogue_jump): Embed a (return) to indicate
13843 to the cfg code that this is a return instruction.
13844 * mn10300.md (return_internal): Similarly.
13846 * combine.c (get_last_value): If the last set of a register
13847 is after subst_low_cuid, then we can not use it to determine
13848 the register's last value.
13850 Sun Oct 17 11:02:52 1999 Mark Mitchell <mark@codesourcery.com>
13852 * Makefile.in: Back out previous change.
13854 Sun Oct 17 15:22:50 1999 Jeffrey A Law (law@cygnus.com)
13856 * pa.c (move_operand): Reject (lo_sum (reg) (unspec ...)).
13858 * haifa-sched.c (add_dependence): Only check/update the cache
13860 (remove_dependence): Likewise.
13861 (schedule_insns): Only create the true_dependency_cache if the
13862 average number of instructions in a basic block is very large.
13864 Sun Oct 17 11:02:52 1999 Mark Mitchell <mark@codesourcery.com>
13866 * Makefile.in (ggc-common.o): Depend on genrtl.h.
13867 (ggc-simple.o): Likewise.
13868 (ggc-page.o): Likewise.
13870 Sun Oct 17 02:09:50 1999 Andrew MacLeod <amacleod@cygnus.com>
13872 * basic-block.h (pre_edge_lcm, pre_edge_rev_lcm, compute_available):
13873 Prototype for exported functions.
13874 (pre_lcm, pre_rev_lcm): Remove prototypes.
13875 * gcse.c (compute_ae_kill): Add ae_gen and ae_kill as parameters.
13876 (compute_available): Move to lcm.c, and change parameter order.
13877 (one_classic_gcse_pass): Call compute_ae_kill with parameters.
13878 (pre_insert, s_preds, s_succs, num_preds, num_succs): Delete.
13879 (gcse_main): No longer call compute_preds_succs. Rebuild the
13880 set table after reach pre pass.
13881 (pre_insert_map, pre_delete_map, edge_list): New.
13882 (alloc_pre_mem): Allocate edge vectors.
13883 (free_pre_mem): Delete edge vectors.
13884 (compute_pre_data): Call new edge based lcm routines.
13885 (process_insert_insn): New function.
13886 (insert_insn_end_bb): Use it.
13887 (pre_edge_insert): New function.
13888 (pre_insert_copy_insn): Formatting fixes. Update BLOCK_END as
13890 (pre_insert_copies): Revamp using new edge based lcm outputs.
13891 (pre_delete): Likewise.
13892 (one_pre_gcse_pass): Insert & remove fake edges to the exit
13894 (compute_code_hoist_vbeinout): New new edge based routines.
13895 * lcm.c: Remove all the old LCM functions. Replace with new ones
13896 that work with the new cfg datastructures and work with edges
13899 Sun Oct 17 00:44:17 1999 Bernd Schmidt <bernds@cygnus.co.uk>
13901 * reload.h (struct reload): Add new fields "mode" and "nregs".
13902 * reload1.c: Change all occurrences of reload_mode and reload_nregs
13903 to reference the "mode" and "nregs" field within struct reload.
13905 Sat Oct 16 21:50:28 1999 Jeffrey A Law (law@cygnus.com)
13907 * haifa-sched.c (true_dependency_cache): New.
13908 (add_dependence): Use the true dependency cache to avoid expensive
13909 walks down the LOG_LINKS dependency list. Add entries to the
13910 cache as necessary.
13911 (remove_dependence): Remove entries from the true dependency cache
13913 (schedule_insns): Allocate and initialize and free the true
13916 * haifa-sched.c (schedule_insns): Do not remove inter-block
13917 dependencies anymore.
13919 Sat Oct 16 11:19:52 1999 Richard Henderson <rth@cygnus.com>
13921 * i386/t-cygwin (winnt.o): Depend on RTL_H and TREE_H.
13922 * i386/t-winnt: Likewise.
13924 Sat Oct 16 11:11:54 1999 Richard Henderson <rth@cygnus.com>
13926 * ggc-page.c (init_ggc): Work around SunOS unaligned mmap bug.
13928 1999-10-16 Manfred Hollstein <mhollstein@cygnus.com>
13930 * Makefile.in (LANGUAGES): Omit "proto".
13931 (clean): Remove stale comment about removing unprotoize.c.
13933 Sat Oct 16 11:29:14 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13935 * protoize.c (safe_read, safe_write): Avoid the gcc extension of
13936 using arithmetic on void pointers.
13938 Sat Oct 16 02:48:22 1999 Jeffrey A Law (law@cygnus.com)
13940 * haifa-sched.c (compute_block_forward_dependencies): Only check
13941 for notes, deleted insns and duplicates if ENABLE_CHECKING is defined.
13943 Sat Oct 16 00:07:01 1999 Richard Henderson <rth@cygnus.com>
13945 * gcse.c (hash_expr_1): Add in MEM_ALIAS_SET.
13946 (expr_equiv_p): Reject memories with different alias sets.
13948 Fri Oct 15 15:17:29 1999 Greg McGary <gkm@gnu.org>
13950 * flags.h (flag_bounds_check, flag_bounded_pointers): New extern decls.
13951 * toplev.c (flag_bounds_check, flag_bounded_pointers): New flags.
13952 (f_options): Add "bounded-pointers" and "bounds-check" entries.
13953 * c-lang.c (lang_init_options): Set flag_bounds_check as "unspecified".
13954 (lang_init): Set default for flag_bounds_check if still "unspecified".
13956 Sat Oct 16 13:42:29 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13958 * config/c4x/c4x.md (HF mode patterns): Add missing modes.
13960 Sat Oct 16 13:37:46 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13962 * config/c4x/c4x.md (movstrqi_small): Utilise parallel move
13965 Sat Oct 16 13:26:47 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13967 * config/c4x/c4x.md (*db_noclobber,
13968 *decrement_and_branch_until_zero_noclobber): New patterns and
13969 associated splitters.
13971 Sat Oct 16 13:13:15 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13973 * config/c4x/c4x.md (parallel instruction patterns): Rework
13974 constraints to keep reload happy.
13976 Sat Oct 16 13:03:16 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13978 * config/c4x/c4x.md (*absqi2_noclobber, *negqi2_noclobber,
13979 *one_cmplqi2_noclobber, *subqi3_noclobber, *andqi3_255_noclobber,
13980 *andqi3_65535_noclobber, *andnqi3_noclobber, *xorqi3_noclobber):
13981 Add new patterns and associated post-reload splitters.
13983 Sat Oct 16 12:42:12 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13985 * config/c4x/c4x.c (c4x_emit_libcall): Use ggc_alloc_string.
13987 Sat Oct 16 12:34:44 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13989 * config/c4x/c4x.c (c4x_rptb_insert): Emit rpts_top pattern
13991 * config/c4x/c4x.md (rpts_top): New pattern and splitter.
13993 Sat Oct 16 12:26:30 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13995 * config/c4x/c4x.c (src_operand): Check SYMBOL_REF and LABEL_REF
13998 Fri Oct 15 17:02:09 1999 Jeffrey A Law (law@cygnus.com)
14000 * pa.c (move_operand): Rely on memory_address_p to determine the
14001 validity of non-indexed memory addresses.
14002 * pa.h (GO_IF_LEGITIMATE_ADDRESS): Allow LO_SUM with a symbolic
14003 operand in DFmode and SFmode when generating PA2.0 code.
14005 Fri Oct 15 14:25:19 1999 Richard Henderson <rth@cygnus.com>
14007 * print-rtl.c (print_rtx): Limit last 'u' change to LABEL_REF.
14009 Fri Oct 15 13:48:45 1999 Richard Henderson <rth@cygnus.com>
14011 * mips.c (function_prologue): Fix argument types.
14012 * mips.md (casesi): Use emit_jump_insn for casesi_internal.
14013 (casesi_internal): Write to the scratch register.
14015 1999-10-15 11:16 -0700 Zack Weinberg <zack@bitmover.com>
14017 * cppexp.c (cpp_parse_escape): Make static. Change second arg
14019 (parse_charconst): Delete unnecessary cast when calling
14021 (cpplib.h): Kill prototype of cpp_parse_escape.
14023 Fri Oct 15 11:02:46 1999 Richard Henderson <rth@cygnus.com>
14025 Based on patch from Michael Gschwind <mikeg@watson.ibm.com>:
14026 * unroll.c (unroll_loop): Cast return value of alloca.
14027 * i370/i370.c: Include function.h and toplev.h.
14028 (i370_label_scan): Remove c++ commented abort.
14029 * i370/i370.h (HANDLE_PRAGMA): Takes three arguments.
14030 (ASM_OUTPUT_LABELREF): Fix TOUPPER/else broken 16 Sept.
14031 * i370/xm-i370.h (HOST_BITS_PER_LONGLONG): Define.
14032 * i370/xm-mvs.h, i370/xm-oe.h: Likewise.
14034 Fri Oct 15 03:01:01 1999 Loren Rittle <ljrittle@acm.org>
14036 * config/t-freebsd: Do not override USER_H.
14037 * ginclude/stddef.h: Generalize check for _MACHINE_ANSI_H_.
14039 Fri Oct 15 02:37:28 1999 Alastair J. Houghton <ajh8@doc.ic.ac.uk>
14040 Mumit Khan <khan@xraylith.wisc.edu>
14042 * c-parse.in (component_decl): Support anonymous struct/union.
14044 * c-parse.y: Regenerate.
14045 * c-parse.c: Likewise.
14046 * objc/objc-parse.y: Likewise.
14047 * objc/objc-parse.c: Likewise.
14048 * c-decl.c (finish_struct): Don't sort the fields.
14049 (field_decl_cmp): Delete unused function.
14051 Fri Oct 15 01:20:52 1999 Richard Henderson <rth@cygnus.com>
14053 * sparc.md (movsf_const_intreg): Revert last constraint change.
14054 (movdf_const_intreg_sp32): Likewise.
14056 Fri Oct 15 01:47:51 1999 Vladimir Makarov <vmakarov@loony.cygnus.com>
14058 * cse.c: Include hashtab.h instead of splay-tree.h
14059 (struct cse_reg_info): No longer use variant union. Add new
14060 field "regno". All references changed to avoid union.
14061 (cse_reg_info_used_list, cse_reg_info_used_list_end): New variables.
14062 (free_cse_reg_info): Remove.
14063 (hash_cse_reg_info, cse_reg_info_equal_p): New functions.
14064 (get_cse_reg_info): Revamp to use expandable hash tables instead
14065 of splay trees. Initialize new fields in cse_reg_info structure.
14066 (new_basic_block): Similarly.
14068 Thu Oct 14 23:51:56 1999 Richard Henderson <rth@cygnus.com>
14070 * genrecog.c (message_with_line): Prototype.
14071 (validate_pattern): Pass along the set for the dest, not a flag.
14072 Fix non-lvalue message. Don't warn for VOIDmode SET_DEST of CALL.
14073 Check for PC/CC0 as sources.
14074 (nodes_identical): Check for children position match before
14075 allowing the combination.
14077 * rtl.c (read_rtx): Track line number across \\\n.
14079 Thu Oct 14 23:50:25 1999 Richard Henderson <rth@cygnus.com>
14081 * mips.h (SPECIAL_MODE_PREDICATES): New.
14082 * mips.md (*) Use nonimmediate_operand not general_operand for outputs.
14083 (movdi+1, movsi+1): Add output reload constraint.
14084 (casesi_internal): Likewise. Fix commentary.
14085 (return_internal): Use pmode_register_operand.
14087 Thu Oct 14 23:19:34 1999 Richard Henderson <rth@cygnus.com>
14089 * 1750a.md (movstrqi): Add missing output reload constraint.
14090 (call_value): Likewise.
14091 * a29k.md (cpxxx patterns): Add missing match_operator mode.
14092 (jmpfdec): Add missing inout reload constraint.
14093 * elxsi.md (addsi patterns): Add missing output reload constraint.
14094 (move from sp): Use @ alternates.
14095 (call_value): No constraint on output.
14096 * fr30.md (movsi_pop): Add missing output reload constraint.
14097 (movsf_constant_store): Likewise.
14098 (splits): Remove constraints.
14099 (subsi3): Add missing mode.
14100 * i370.md (cmpstrsi+1): Add missing output reload constraint.
14101 (call_value): Likewise.
14102 * i960.md (cmpinc/cmpdec patterns): Add inout reload constraints.
14103 * m32r.h (PREDICATE_CODES): Add seth_add3_operand.
14104 * m32r.md (movsicc_internal): Add output reload constraint.
14105 (movstrsi_internal): Add inout reload constraints.
14106 * m88k.h (reg_names): Don't declare.
14107 (SPECIAL_MODE_PREDICATES): New.
14108 * m88k.md (*): Use register_operand not reg_or_0_operand
14110 * mn10200.h (PREDICATE_CODES): New.
14111 * ns32k.md (ffs pattern): Add output reload constraint.
14112 * pdp11.md (sob pattern): Add inout reload constraint.
14113 * sh.md (splits): Remove constraints.
14114 (indirect_jump_scratch, fpu_switch): Add output reload constraint.
14115 * v850.md (pattern_is_ok_for_epilogue): Likewise.
14116 * vax.md (jgequ pattern): Add inout reload constraint.
14118 Fri Oct 15 00:05:00 1999 Jeffrey A Law (law@cygnus.com)
14120 * configure.in (djgpp): Revert previous patch.
14121 * configure: Rebuit.
14122 * config/i386/djgpp.h: Revert previous patch.
14124 Fri Oct 15 00:00:24 1999 Loren J. Rittle <ljrittle@acm.org>
14126 * fixinc/inclhack.def: Restore patch lost during last merge of
14127 "no_bogosity" branch.
14128 * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
14130 Thu Oct 14 23:57:56 1999 Gavin Romig-Koch <gavin@cygnus.com>
14132 * fixincludes: Add a HPUX 11 fix for inttypes.h.
14133 * fixinc/inclhack.def: Same.
14134 * fixinc/inclhack.sh, fixinc/fixincl.sh, fixinc/fixincl.x: Regenerate.
14136 Thu Oct 14 22:51:55 1999 Richard Henderson <rth@cygnus.com>
14138 * alpha.h (GO_IF_LEGITIMATE_SIMPLE_ADDRESS): Accept ADDRESSOF
14139 as the base of a PLUS.
14141 Fri Oct 15 18:36:07 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14143 * config/c4x/c4x.md: Define mode for remaining unspec operators.
14144 * config/c4x/c4x.c (dst_operand): Use nonimmediate_operand.
14146 Thu Oct 14 22:14:23 1999 Richard Henderson <rth@cygnus.com>
14148 * pa.md (post_stw+1): Use pmode_register_operand.
14149 (dcacheflush, icacheflush): Likewise.
14151 * i386.md (movstricthi_1): Allow r/r.
14153 Thu Oct 14 19:44:08 1999 Jan Hubicka <hubicka@freesoft.cz>
14155 * fold-const.c (fold): Convert (or (not arg0) (not arg1))
14156 to (not (and (arg0) (arg1))). Similary for and.
14158 * fold-const.c (fold): Move bit_rotate code to the EXPR_PLUS case,
14159 fallthrough to associate code.
14160 Convert XOR to OR in code like (a&c1)^(a&c2) where c1 and c2 don't have
14163 * combine.c (simplify_logical): Convert XOR to IOR if operands have
14164 no bits in common; remove XOR to ROTATE conversion.
14166 Fri Oct 15 17:40:11 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14168 * config/c4x/c4x.h (c4x_va_start, c4x_va_arg): Declare.
14170 Fri Oct 15 17:27:17 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14172 * config/c4x/c4x.c (dst_operand): New.
14173 (PREDICATE_CODES): Update.
14174 * config/c4x/c4x.h (dst_operand): Declare it.
14175 * config/c4x/c4x.md: Define mode for each unspec usage.
14176 (move patterns): Use dst_operand predicate instead of src_operand.
14177 (movqi_update, movqf_update): Delete.
14179 Thu Oct 14 18:48:54 1999 Richard Henderson <rth@cygnus.com>
14181 * recog.c (pmode_register_operand): New.
14182 * recog.h: Declare it.
14183 * genrecog.c (pred_codes): Likewise.
14184 (special_mode_pred_table): Likewise.
14185 (validate_pattern): Don't warn no mode for address_operand.
14187 * print-rtl.c (print_rtx) [LABEL_REF]: Only do full subexpression
14188 if the operand is not insn-like.
14190 Thu Oct 14 19:38:42 1999 Jeffrey A Law (law@cygnus.com)
14191 Sylvian Pion <Sylvain.Pion@sophia.inria.fr>
14193 * fold-const.c (fold): Handle more simplifications allowed by IEEE.
14195 Thu Oct 14 17:30:14 1999 Richard Henderson <rth@cygnus.com>
14197 * sparc.md (*): Use {nonimmediate,register}_operand as appropriate
14198 instead of general_operand in a SET_DEST. Use const_double_operand
14199 instead of an explicit test against CONST_DOUBLE.
14200 (movsf_const_lo): Add missing register mode.
14201 (goto_handler_and_restore): Add auxiliary test for Pmode.
14202 (flush): Adjust to use address_operand.
14203 (return_sf_no_fpu): Add missing output constraint.
14205 Thu Oct 14 17:21:26 1999 Richard Henderson <rth@cygnus.com>
14207 * rs6000.md (call_value_indirect_aix32): Use wildcard match_operand
14208 for call return value.
14209 (call_value_indirect_aix64, call_value_indirect_nt): Likewise.
14211 Thu Oct 14 13:54:25 1999 Jason Merrill <jason@yorick.cygnus.com>
14213 * toplev.c (main): Only warn about options for other languages.
14214 * collect2.c (main): Pass -w to sub-gcc.
14216 Thu Oct 14 16:27:50 1999 Richard Henderson <rth@cygnus.com>
14218 * flow.c (propagate_block): Add call-clobbered registers to
14221 * flow.c (propagate_block): Use free_EXPR_LIST_list instead of
14222 zapping mem_set_list.
14223 (invalidate_mems_from_autoinc): Use free_EXPR_LIST_node.
14224 (mark_set_1, mark_used_regs): Likewise.
14226 Thu Oct 14 10:51:49 1999 Richard Henderson <rth@cygnus.com>
14228 * m68k.md (zero_extendsidi2): Add missing output reload constraint.
14230 Wed Oct 13 00:09:18 1999 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14232 * invoke.texi: Label -Wbad-function-cast, -Wmissing-prototypes,
14233 -Wnested-externs, -Wstrict-prototypes, and -Wtraditional as C only
14234 options. Also add a new item "C-only Warning Options" to the
14237 1999-10-14 Gavin Romig-Koch <gavin@cygnus.com>
14239 * libgcc2.c (__do_global_dtors): Protect __deregister_frame_info
14240 from multiple calls.
14242 Thu Oct 14 04:54:54 1999 Richard Henderson <rth@cygnus.com>
14244 * i386.md (call value patterns): Move to the end of the file.
14245 (prologue_set_got, prologue_get_pc): Use register_operand for op 0.
14247 1999-10-14 Mark Elbrecht <snowball3@bigfoot.com>
14249 * configure.in (djgpp configuration): Define extra_objects..
14250 * configure: Rebuilt.
14251 * config/i386/djgpp.h (CTORS_SECTION_ASM_OP): Define.
14252 (DTORS_SECTION_ASM_OP): Define.
14253 (INIT_SECTION_ASM_OP): Define.
14254 (FINI_SECTION_ASM_OP): Define.
14255 (DATA_SECTION_ASM_OP): Define.
14256 (TEXT_SECTION_ASM_OP): Define.
14257 (EH_FRAME_SECTION_ASM_OP): Define.
14258 (LINK_COMMAND_SPEC): Remove -Tdjgpp.djl.
14259 (STARTFILE_SPEC): Add crtbegin.o.
14260 (ENDFILE_SPEC): Define and add crtend.o. Move argument -Tdjgpp.djl
14261 to here from LINK_COMMAND_SPEC.
14262 (DO_GLOBAL_CTORS_BODY): Define.
14263 (CRTSTUFF_USE_FINI_SECTION): Define
14264 (HAS_INIT_SECTION): Delete.
14266 Thu Oct 14 05:08:14 1999 Andreas Schwab <schwab@suse.de>
14268 * Makefile.in (all.cross): Depend on xcpp$(exeext).
14270 Thu Oct 14 04:00:40 1999 Richard Henderson <rth@cygnus.com>
14272 * pa.h (PREDICATE_CODES): New.
14274 * genrecog.c (validate_pattern): Condense the destination
14275 non-lvalue message.
14277 Thu Oct 14 03:23:08 1999 Richard Henderson <rth@cygnus.com>
14279 * alpha.md (call-1): Supply missing mode for operator.
14280 (*): Add missing output reload constraints. Remove constraints
14281 from define_splits.
14283 * i386.h (SPECIAL_MODE_PREDICATES): New.
14284 * i386.md (movstricthi_1): Use nonimmediate_operand for op 0.
14285 (movqi_1, movdi_1, movdi_2, some splits): Likewise.
14286 (addsi_lea_3): Add missing mode for op 3.
14287 (prologue_set_got, prologue_get_pc): Add missing modes.
14288 (*) Add missing output reload constraints.
14290 Thu Oct 14 03:59:57 1999 Stephane Carrez <stcarrez@worldnet.fr>
14292 * stor-layout.c (layout_union): Use HOST_WIDE_INT for const_size;
14293 check for member bit-size overflow and use var_size if it occurs.
14294 (layout_record): Use bitsize_int() to define the type size in bits.
14295 Likewise for computation and assignment to DECL_FIELD_BITPOS.
14296 (layout_decl): Likewise when assigning to DECL_SIZE.
14298 Thu Oct 14 02:57:05 1999 Richard Henderson <rth@cygnus.com>
14300 * genrecog.c (validate_pattern): Typo last change. Verify
14301 that output operands have output reloads.
14303 Thu Oct 14 01:49:54 1999 Richard Henderson <rth@cygnus.com>
14305 * genrecog.c (special_mode_pred_table): New.
14306 (NUM_SPECIAL_MODE_PREDS): New.
14307 (find_operand): New.
14308 (validate_pattern): New argument `insn'. Warn for assignment to
14309 any predicate accepting non-lvalues. Conditionaly warn for
14310 match_operand without a mode. Try much harder to match source
14311 and destination modes on a set.
14312 * tm.texi (SPECIAL_MODE_PREDICATES): Document.
14314 Thu Oct 14 02:54:13 1999 Jeffrey A Law (law@cygnus.com)
14316 * fold-const.c (fold): Detect rotates built from BIT_XOR_EXPRs.
14318 Thu Oct 14 02:18:19 1999 Marc Espie <espie@cvs.openbsd.org>
14320 * combine.c (simplify_logical): Recognize xor pattern that encodes
14323 Wed Oct 13 23:23:45 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14325 * rs6000.c (expand_block_move): Use INTVAL, not XINT to access
14328 Wed Oct 13 21:47:18 1999 Richard Henderson <rth@cygnus.com>
14330 * ggc-page.c (MAP_FAILED): Provide default.
14332 Wed Oct 13 21:41:59 1999 Richard Henderson <rth@cygnus.com>
14334 * sparc.c (symbolic_operand): Verify mode; don't accept CONST_DOUBLE.
14335 * sparc.h (PREDICATE_CODES): Update.
14337 Wed Oct 13 21:18:17 1999 Richard Henderson <rth@cygnus.com>
14339 * alpha.c (some_ni_operand): New.
14340 * alpha-protos.h: Declare it.
14341 * alpha.h (PREDICATE_CODES): Update.
14342 * alpha.md (sXaddq reload insns): Use some_ni_operand
14343 for SET_DEST instead of some_operand.
14345 Wed Oct 13 21:04:45 1999 Richard Henderson <rth@cygnus.com>
14346 Jim Wilson <wilson@cygnus.com>
14348 * genrecog.c (maybe_both_true_2): Don't compare modes of
14350 (process_tree): Elide peephole2_insns. Invoke simplify_tests
14351 after find_afterward.
14352 (debug_decision_1): Dump next and afterward codes.
14354 Wed Oct 13 20:35:16 1999 Richard Henderson <rth@cygnus.com>
14356 * rtl.c (dump_and_abort): Remove.
14357 (fatal_with_file_and_line): New.
14358 (fatal_expected_char): New.
14359 (read_rtx_lineno, read_rtx_filename): New.
14360 (read_skip_spaces): Track line number.
14361 (read_name): Use fatal_with_file_and_line.
14362 (read_rtx): Use fatal_expected_char. Track line number.
14363 * rtl.h (read_rtx_filename, read_rtx_lineno): Declare.
14365 * print-rtl.c (print_rtx): Don't special case LABEL_REF argument
14366 if it isn't a CODE_LABEL.
14368 * genattr.c (main): Set read_rtx_filename.
14369 * genattrtab.c (main): Likewise.
14370 * gencodes.c (main): Likewise.
14371 * genconfig.c (main): Likewise.
14372 * genemit.c (main): Likewise.
14373 * genextract.c (main): Likewise.
14374 * genflags.c (main): Likewise.
14375 * genopinit.c (main): Likewise.
14376 * genoutput.c (main): Likewise.
14377 * genpeep.c (main): Likewise.
14379 * genrecog.c (decision_test.u.insn): Add `lineno'.
14380 (pattern_lineno, error_count): New variables.
14381 (message_with_line): New.
14382 (add_to_sequence): Break out checking code to ...
14383 (validate_pattern): ... here. Detect SET_DEST matching CONST_INT.
14384 (merge_insn): Use message_with_line.
14385 (make_insn_sequence): Use validate_pattern. Record insn lineno.
14386 (main): Set read_rtx_filename, pattern_lineno. Exit early on error.
14388 Wed Oct 13 22:01:35 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
14390 * expr.c (store_constructor): Clear union if constructor is empty.
14392 Wed Oct 13 15:19:04 1999 Jim Wilson <wilson@cygnus.com>
14394 * config/rs6000/sysv4.h (CC1_SPEC): Fix errors from Jan 19 change.
14395 Add !endian checks. Change %{...} to %(...).
14397 Wed Oct 13 13:30:34 1999 Richard Henderson <rth@cygnus.com>
14399 * i386.md (*addsi3_cc): Renamed from addcsi3.
14400 (*addsi3_carry): Renamed from addxsi3.
14401 (*subsi3_cc): Renamed from subcsi3.
14402 (*subsi3_carry): Renamed from subxsi3.
14403 (*xorqi_cc_1): Renamed from xorcqi_1.
14404 (xorqi_cc_ext_1): Renamed from xorcqi_ext_1.
14405 * i386.c (ix86_expand_fp_compare): Update for xorqi_cc_ext_1.
14407 Wed Oct 13 13:10:46 1999 Richard Henderson <rth@cygnus.com>
14409 * Makefile.in (ggc-common.o): Depend on RTL_H not RTL_BASE_H.
14410 (ggc-simple.o, ggc-page.o, ggc-none.o, ggc-callbacks.o): Likewise.
14412 1999-10-13 Brendan Kehoe <brendan@cygnus.com>
14414 * regmove.c (optimize_reg_copy_3): Make sure P is non-nil as we
14415 climb up the chain of insns.
14417 Wed Oct 13 10:20:58 1999 Richard Henderson <rth@cygnus.com>
14419 * genrecog.c (write_subroutine): Careful for null trees.
14420 (process_tree): Don't elide empty functions.
14422 Wed Oct 13 10:07:54 1999 Richard Henderson <rth@cygnus.com>
14424 * Makefile.in (genrtl.o): Depend on ggc.h.
14425 * configure.in (valloc): Probe for it.
14426 (with-gc): Use ggc-page if valloc present.
14427 * ggc-common.c (ggc_mark_rtx_children): Use ggc_mark_if_gcable.
14428 (ggc_mark_rtvec_children): New from corpse of ggc_mark_rtvec.
14429 (ggc_alloc_string): Moved from ggc-page.c.
14430 * ggc-none.c (ggc_alloc_obj): New.
14431 (ggc_alloc_rtx, ggc_alloc_rtvec): Remove.
14432 * ggc-page.c (sys/mman.h): Only include if HAVE_MMAP.
14433 (struct globals): Likewise for dev_zero_fd.
14434 (init_ggc): Likewise for it's initialization.
14435 (ggc_allocated_p): Move careful dereference from ...
14436 (ggc_lookup_page_table): ... here. Delete.
14437 (lookup_page_table_entry): Don't use ggc_lookup_page_table.
14438 (alloc_anon): Use valloc if no mmap.
14439 (release_pages): Use free if using valloc.
14440 (ggc_alloc_obj): Renamed from alloc_obj.
14441 (ggc_set_mark): Renamed from mark_obj.
14442 (ggc_mark_if_gcable): Renamed from ggc_mark_string_if_gcable.
14443 (ggc_alloc_rtx, ggc_alloc_rtvec): Delete.
14444 (ggc_alloc_tree, ggc_alloc_string, ggc_alloc): Delete.
14445 (ggc_set_mark_rtx, ggc_set_mark_rtvec): Delete.
14446 (ggc_set_mark_tree, ggc_mark_string, ggc_mark): Delete.
14447 (ggc_collect): Use fp printing instead of our own rounding.
14448 * ggc-simple.c (IS_MARKED, IGNORE_MARK): Delete.
14449 (GGC_STRING_MAGIC, GGC_STRING_MAGIC_MARK): Delete.
14450 (GGC_ANY_MAGIC, GGC_ANY_MAGIC_MARK): Delete.
14451 (struct ggc_rtx, struct ggc_rtvec, struct ggc_tree): Delete.
14452 (struct ggc_string, struct ggc_any): Delete.
14453 (offsetof): Provide default definition.
14454 (GGC_BALANCE, GGC_ALWAYS_COLLECT, GGC_ALWAYS_VERIFY): New.
14456 (struct ggc_mem): New, from corpse of ggc_any.
14457 (struct ggc_status): Delete.
14458 (ggc_chain, ggc_allocated_strings, ggc_strings_used): Delete.
14459 (n_rtxs_collected, n_vecs_collected, n_trees_collected): Delete.
14460 (n_strings_collected, n_anys_collected): Delete.
14461 (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Delete.
14462 (ggc_alloc_string, ggc_alloc): Delete.
14463 (ggc_free_rtx, ggc_free_rtvec, ggc_free_tree): Delete.
14464 (ggc_free_string, ggc_free_any): Delete.
14465 (ggc_set_mark_rtx, ggc_set_mark_rtvec, ggc_set_mark_tree): Delete.
14466 (ggc_compare_addresses, ggc_mark_string): Delete.
14467 (ggc_mark_string_if_gcable, ggc_mark): Delete.
14468 (search_data): Delete.
14469 (struct globals): New.
14470 (GGC_MIN_EXPAND_FOR_GC, GGC_MIN_LAST_ALLOCATED): New.
14471 (tree_insert, tree_lookup): New.
14472 (ggc_alloc_obj, ggc_set_mark, ggc_mark_if_gcable): New.
14473 (clear_marks, sweep_objs): New.
14474 (ggc_collect): Gut. Use clear_marks, sweep_objs.
14475 (init_ggc): Set allocated_last_gc.
14476 (ggc_push_context): Gut. Use G.context.
14477 (ggc_pop_context): Likewise.
14478 (ggc_pop_context_1): New.
14479 (debug_ggc_tree): New.
14480 (debug_ggc_balance, tally_leaves): New.
14481 * ggc.h (ggc_mark_rtvec, ggc_mark_string, ggc_mark): Remove decl.
14482 (ggc_mark_string_if_gcable): Remove decl.
14483 (ggc_mark_rtx, ggc_mark_tree): Use ggc_set_mark.
14484 (ggc_mark_rtvec_children): New.
14485 (ggc_mark_rtvec, ggc_mark_string, ggc_mark): New.
14486 (ggc_mark_if_gcable): New decl.
14487 (ggc_alloc_rtx, ggc_alloc_rtvec): Remove decl.
14488 (ggc_alloc_tree, ggc_alloc): Likewise.
14489 (ggc_set_mark_rtx, ggc_set_mark_rtvec, ggc_set_mark_tree): Likewise.
14490 (ggc_alloc_obj): New decl.
14491 (ggc_alloc_rtx, ggc_alloc_rtvec): New macros.
14492 (ggc_alloc_tree, ggc_alloc): Likewise.
14493 (ggc_set_mark): New decl.
14494 * rtl.h (struct rtx_def): Remove gc_mark.
14495 (struct rtvec_def): Likewise.
14496 * tree.h (struct tree_common): Likewise.
14498 Wed Oct 13 01:44:29 1999 Carol LePage <carolo@hal.com>
14500 * configure.in (sparc-hal-solaris2*): Fix xm_file, xm_defines,
14501 float_format and thread_file definitions.
14502 * configure: Rebuilt.
14504 Wed Oct 13 09:25:03 1999 Niels Möller <nisse@lysator.liu.se>
14506 * extend.texi (Function Names): Document types of function names.
14508 Wed Oct 13 00:45:04 1999 Bernd Schmidt <bernds@cygnus.co.uk>
14510 * reload1.c (reload_reg_free_for_value_p): RELOAD_OTHER reloads with
14511 an earlyclobbered output conflict with RELOAD_INPUT reloads.
14513 Tue Oct 12 23:28:28 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
14515 * sh.h (BOOL_TYPE_SIZE): Don't use INT_TYPE_SIZE / CHAR_TYPE_SIZE.
14517 Tue Oct 12 23:19:32 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
14519 * sh.h (REGISTER_MOVE_COST): Change PR_REG to PR_REGS.
14521 Tue Oct 12 17:09:38 1999 David Edelsohn <edelsohn@gnu.org>
14523 * collect2.c (main): Do prelimnary link on AIX if rflag.
14525 Tue Oct 12 09:45:19 1999 Jonathan Larmour <jlarmour@cygnus.co.uk>
14527 * config/rs6000/eabi-ctors.c (__do_global_ctors): Run through
14528 __CTOR_LIST__ in opposite order, which is the correct order for sorted
14530 (__do_global_dtors): similarly for __DTOR_LIST__.
14532 Fri Oct 8 19:46:03 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
14533 Diego Novillo <dnovillo@cygnus.com>
14535 * config/sh/sh.h (REGISTER_MOVE_COST): Handle moves from T_REGS to
14538 Tue Oct 12 07:38:41 1999 Bruce Korb <autogen@linuxbox.com>
14540 * fixincl/*: Merged "no_bogosity" branch
14541 * fixincl/fixlib.h: protect against doubly defining t_bool
14542 * fixincl/server.h: protect against doubly defining t_bool
14544 Mon Oct 11 20:18:41 1999 Jim Wilson <wilson@cygnus.com>
14546 * genoutput.c: Include toplev.h.
14548 Mon Oct 11 18:56:14 1999 Jim Wilson <wilson@cygnus.com>
14550 * config/sparc/liteelf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
14552 * configure.in (sparclite-*-elf, sparc86x-*-elf): Don't use libgloss.h.
14553 * configure: Regenerate.
14555 Mon Oct 11 16:07:49 1999 Richard Henderson <rth@cygnus.com>
14557 * gcse.c (delete_null_pointer_checks): Returns void.
14559 Mon Oct 11 20:31:51 1999 Bernd Schmidt <bernds@cygnus.co.uk>
14561 * rtl.c (copy_rtx): Don't use accessor macros to copy fields.
14562 * emit-rtl.c (copy_insn_1): Likewise.
14564 Mon Oct 11 13:29:06 1999 Geoffrey Keating <geoffk@cygnus.com>
14566 * config/mips/mips.c (mips_build_va_list): Correct
14567 TREE_CHAIN setting when hard-float.
14568 (mips_va_start): Use corrected setting.
14569 (mips_va_arg): Likewise. Also pass a tree to build of
14570 POSTINCREMENT_EXPR rather than a naked 'int'.
14572 Sun Oct 10 18:27:27 1999 Mark Mitchell <mark@codesourcery.com>
14574 * ggc.h (ggc_push_context): Fix comment.
14575 (ggc_pop_context): Likewise.
14576 (mark_string_if_gcable): Likewise.
14577 * ggc-common.c (ggc_mark_rtx_children): Use
14578 ggc_mark_string_if_gcable.
14579 * ggc-page.c (ggc_lookup_page_table): New function.
14580 (ggc_allocated_p): Likewise.
14581 (mark_obj): Fix formatting.
14582 (ggc_mark_string_if_gcable): New function.
14583 * ggc-simple.c (ggc_allocated_strings): New variable.
14584 (ggc_strings_used): Likewise.
14585 (ggc_compare_addresses): New function.
14586 (ggc_pop_context): Pop the `any' memory too.
14587 (ggc_mark_string_if_gcable): New function.
14588 (ggc_collect): Initialize and tear down ggc_allocated_strings.
14590 Sun Oct 10 20:05:21 1999 David Edelsohn <edelsohn@gnu.org>
14592 * rs6000.md (movstrsi_?reg): Use preferred rD/rS = r5 form.
14593 (scc patterns): Disable most SImode variants if TARGET_POWERPC64.
14594 * rs6000.c (expand_block_move): Match movstrsi_?reg register
14597 Sun Oct 10 16:37:01 1999 Richard Henderson <rth@cygnus.com>
14599 * haifa-sched.c (sched_reg_n_calls_crossed): Delete.
14600 (sched_reg_live_length, sched_reg_basic_block): Delete.
14601 (current_block_num, bb_live_regs, old_live_regs): Delete.
14602 (dead_notes, struct sometimes): Delete.
14603 (sched_note_set, birthing_insn_p): Delete.
14604 (adjust_priority): Gut useless reg lifetime code.
14605 (create_reg_dead_note, attach_deaths): Delete.
14606 (attach_deaths_insn, new_sometimes_live): Delete.
14607 (finish_sometimes_live): Delete.
14608 (find_pre_sched_live, find_post_sched_live): Delete.
14609 (update_reg_usage): Delete.
14610 (find_insn_reg_weight): New, from corpse of find_pre_sched_live.
14611 (schedule_insns): Delete reg lifetime code.
14612 (sched_analyze): Use REG_SAVE_NOTE to stuff NOTE_INSN notes away.
14613 (unlink_other_notes): Adjust REG_NOTE commentary.
14614 (reemit_notes): Use REG_SAVE_NOTE.
14615 (schedule_block): Likewise.
14616 (schedule_region): Allocate bitmap of blocks in region. Use
14617 count_or_remove_death_notes. Use update_life_info.
14619 * rtl.h (REG_SAVE_NOTE): New.
14620 * rtl.c (reg_note_name): Update.
14622 Sun Oct 10 16:14:16 1999 Richard Henderson <rth@cygnus.com>
14624 * combine.c (refresh_blocks, need_refresh): New.
14625 (combine_instructions): Allocate refresh_blocks. Invoke
14626 update_life_info if needed.
14627 (distribute_notes): Mark refresh_blocks instead of installing
14629 * flow.c (update_life_info): Remove notes if GLOBAL_RM_NOTES.
14630 * basic_block.h (enum update_life_extent): Add GLOBAL_RM_NOTES.
14632 * Makefile.in (recog.o): Depend on basic-block.h.
14634 Sun Oct 10 12:03:21 1999 Richard Henderson <rth@cygnus.com>
14636 * genrecog.c (add_to_sequence): Thinko last change: delete
14637 shadowing allow_const_int variable.
14639 Sun Oct 10 08:40:00 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14641 * cppinit.c: Use HAVE_GCC_VERSION instead of explicitly testing
14642 __GNUC__ and __GNUC_MINOR__.
14644 * gansidecl.h: Likewise.
14650 * toplev.h: Likewise.
14652 * tree.c: Likewise.
14654 * tree.h: Likewise.
14656 * varray.c: Likewise.
14658 * varray.h: Likewise.
14660 Sun Oct 10 13:28:48 1999 Bernd Schmidt <bernds@cygnus.co.uk>
14662 * loop.c (find_and_verify_loops): When looking for a BARRIER, don't
14663 use one before a jump table.
14665 * rtl.def (ADDRESS): Change documentation to match reality.
14666 * md.texi: Don't document it.
14667 * gmicro.md (load address pattern): Use 'p' constraint, delete use
14670 * emit-rtl.c (copy_insn_1): Make format_ptr a const char *.
14672 Sun Oct 10 02:41:41 1999 Richard Henderson <rth@cygnus.com>
14674 * genrecog.c (add_to_sequence): Move allow_const_int test outside
14675 known predicate block; default allow_const_int true.
14676 (debug_decision_list): New.
14678 Sun Oct 10 00:43:08 1999 Richard Henderson <rth@cygnus.com>
14680 * i386.h (CC1_SPEC): Typo -- use cc1_cpu.
14682 Sat Oct 9 23:26:55 1999 Jeffrey A Law (law@cygnus.com)
14684 * gcse.c (gcse_main): Avoid global optimizations if we have a
14685 large number of basic blocks and the ratio of edges to blocks
14687 (delete_null_pointer_checks): Likewise.
14689 Sat Oct 9 23:16:01 1999 Ken Raeburn <raeburn@mit.edu>
14691 * c-common.c (check_format_info): Warn if format string isn't a
14694 Sat Oct 9 23:04:02 1999 Jonathan Larmour <jlarmour@cygnus.co.uk>
14696 * configure.in (arm*-*-*): Don't let autoconf remove brackets
14697 * configure: regenerate
14699 Sat Oct 9 13:15:53 1999 Richard Henderson <rth@cygnus.com>
14701 * alpha.md (extendsidi2): Turn into a splitter. Allow f/f.
14702 If TARGET_FIX, allow r/f. Remove cvtlq unspec pattern.
14703 (peepholes): Re-enable.
14705 Sat Oct 9 12:18:16 1999 Richard Henderson <rth@cygnus.com>
14707 * Makefile.in (flow.o): Depend on TREE_H.
14708 * basic-block.h (REG_SET_EQUAL_P): New.
14709 (XOR_REG_SET): New.
14710 (n_edges): Declare.
14711 (free_regset_vector): Remove declaration.
14712 (flow_delete_insn_chain): Declare.
14713 (enum update_life_extent): New.
14714 (update_life_info, count_or_remove_death_notes): Declare.
14715 * combine.c (distribute_notes) [REG_DEAD]: Stop search at bb->head.
14716 Verify register live at bb->global_live_at_start before adding USE.
14717 * flow.c (HAVE_epilogue, HAVE_prologue): Provide default.
14718 (CLEAN_ALLOCA): New.
14720 (PROP_*): New flags.
14721 (find_basic_blocks_1): Use alloc_EXPR_LIST.
14722 (clear_edges): Zero n_edges.
14723 (make_edge): Increment n_edges.
14724 (split_edge): Don't allocate bb->local_set. Increment n_edges.
14725 (flow_delete_insn_chain): Export.
14726 (delete_block): Decrement n_edges.
14727 (merge_blocks_nomove): Likewise.
14728 (life_analysis): Give life_analysis_1 PROP flags.
14729 (verify_wide_reg_1, verify_wide_reg): New.
14730 (verify_local_live_at_start): New.
14731 (update_life_info): Rewrite to call into propogate_block.
14733 (mark_regs_live_at_end): After reload, if epilogue as rtl,
14734 always mark stack pointer. Conditionally mark PIC register.
14735 After reload, mark call-saved registers, return regsiters.
14736 (life_analysis_1): Accept PROP flags not remove_dead_code.
14737 Call mark_regs_live_at_end before zeroing regs_ever_live.
14738 Use calculate_global_regs_live. Copy global_live_at_end before
14739 calling final propagate_block. Zero reg_next_use on exit.
14740 (calculate_global_regs_live): New.
14741 (allocate_bb_life_data): Don't allocate bb->local_set.
14742 (init_regset_vector, free_regset_vector): Remove.
14743 (propagate_block): Accept FLAGS not FINAL or REMOVE_DEAD_CODE.
14744 Test flags before every operation. Warn if prologue/epilogue insn
14745 would have been deleted.
14746 (mark_set_regs, mark_set_1): Accept and use FLAGS.
14747 Use alloc_EXPR_LIST.
14748 (mark_used_regs): Accept and use FLAGS, not FINAL.
14749 Remove special handling for RETURN.
14750 (try_pre_increment): Use alloc_EXPR_LIST.
14751 (dump_flow_info): Dump n_edges.
14752 (unlink_insn_chain, split_hard_reg_notes): Remove.
14753 (maybe_add_dead_note, maybe_add_dead_note_use): Remove.
14754 (find_insn_with_note, new_insn_dead_notes): Remove.
14755 (update_n_sets, sets_reg_or_subreg_1, sets_reg_or_subreg): Remove.
14756 (maybe_remove_dead_notes, prepend_reg_notes): Remove.
14757 (replace_insns): Remove.
14758 (count_or_remove_death_notes): New.
14759 (verify_flow_info): Abort on error after all checks.
14760 (remove_edge): Decrement n_edges.
14761 (remove_fake_edges): Tweek format.
14762 * haifa-sched.c (schedule_insns): Use split_all_insns.
14763 * output.h (update_life_info): Remove declaration.
14764 * recog.c (split_all_insns): From the corpse of split_block_insns,
14765 do the whole function block by block. Use update_life_info.
14766 (recog_last_allowed_insn): New.
14767 (recog_next_insn): Mind it.
14768 (peephole2_optimize): Set it. Walk backwards through blocks.
14769 Use update_life_info.
14770 * rtl.h (update_flow_info, replace_insns): Remove declarations.
14771 (split_all_insns): Declare.
14772 * toplev.c (rest_of_compilation): Thread prologue before flow2.
14773 Use split_all_insns.
14775 * i386.md (or -1 peep2s): Disable.
14777 Fri Oct 8 17:49:08 1999 Richard Henderson <rth@cygnus.com>
14779 * config/mips/mips.md (movstrsi+[123]) : Combine these into
14780 a single pattern. Scrap the 'd' versions as unnecessary.
14782 * config/mips/mips.md (tablejump_internal3,tablejump_mips161,
14783 tablejump_mips162,tablejump_internal4): The operands to a
14784 label_ref must be VOIDmode.
14786 Fri Oct 8 16:12:42 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14788 * configure.in (c-mbchar): Append, don't overwrite, `extra_c_flags'.
14790 Fri Oct 8 11:58:34 1999 Richard Henderson <rth@cygnus.com>
14792 * mips.c (mips_va_arg) [EABI]: Return addr_rtx.
14794 Fri Oct 8 11:58:34 1999 Richard Henderson <rth@cygnus.com>
14796 * lists.c (init_EXPR_INSN_LIST_cache): Don't need to zap the
14797 cache every function if ggc_p.
14799 Fri Oct 8 18:46:11 1999 Bernd Schmidt <bernds@cygnus.co.uk>
14801 * jump.c (duplicate_loop_exit_test): Use copy_insn/copy_insn_1
14802 instead of copy_rtx. Accept sequences that contain asm statements.
14803 * emit-rtl.c (copy_insn_1, copy_insn): New functions.
14804 (copy_insn_scratch_in, copy_insn_scratch_out, copy_insn_n_scratches,
14805 orig_asm_operands_vector, copy_asm_operands_vector,
14806 orig_asm_constraints_vecotr, copy_asm_constraints_vector): New static
14808 * rtl.h (copy_insn, copy_insn_1): Declare.
14810 Fri Oct 8 13:08:12 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14812 * Makefile.in (insn-recog.o): Depend on hard-reg-set.h and resource.h.
14814 * alpha.h (ASM_OUTPUT_MI_THUNK): Pass the correct number of
14815 arguments to `current_file_function_operand'.
14817 * genrecog.c: Include hard-reg-set.h and resource.h in the
14818 generated output file.
14820 * real.c: Include tm_p.h.
14822 Fri Oct 8 18:46:11 1999 Bernd Schmidt <bernds@cygnus.co.uk>
14824 * i386.md (prologue_allocate_stack): Add '=' constraint letter on
14827 Thu Oct 7 23:06:50 1999 Richard Henderson <rth@cygnus.com>
14829 * rs6000.md (fix_truncdfsi2_internal+1): Emit a clobber
14830 before the fctiwz insn.
14832 Thu Oct 7 22:53:00 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14833 Mark Mitchell <mark@codesourcery.com>
14835 * tree.c (make_lang_type_fn): New funtion pointer.
14836 (make_lang_type): Call it.
14837 * tree.h (make_lang_type): Declare.
14838 (make_lang_type_fn): Likewise.
14839 * rs6000.c (rs6000_build_va_list): Use make_lang_type.
14841 Thu Oct 7 00:36:17 1999 Diego Novillo <dnovillo@cygnus.com>
14843 * config/rs6000/rs6000.c (secondary_reload_class): For TARGET_ELF
14844 make sure that HIGH instructions are copied into BASE_REGS.
14846 Thu Oct 7 17:02:34 1999 Jason Merrill <jason@yorick.cygnus.com>
14848 * expr.c (expand_expr, TARGET_EXPR): Set TREE_USED sooner.
14850 Thu Oct 7 17:01:58 1999 Greg McGary <gkm@gnu.org>
14852 * c-decl.c (finish_struct): Use simpler method of
14853 removing elements of a singly-linked list.
14855 Thu Oct 7 15:23:28 1999 Michael Meissner <meissner@cygnus.com>
14857 * alpha.md (peephole2's): Comment out peephole2's that generate
14860 Thu Oct 7 12:00:53 1999 Richard Henderson <rth@cygnus.com>
14862 * genrecog.c (add_to_sequence): Disable mode check for
14865 Thu Oct 7 20:14:16 1999 Bernd Schmidt <bernds@cygnus.co.uk>
14867 * ggc-simple.c (init_ggc): Set empty_string.
14869 Thu Oct 7 01:13:15 1999 Richard Henderson <rth@cygnus.com>
14871 * configure.in: Detect mmap. Add --with-gc=foo to select
14872 garbage collector; default to page if mmap available.
14873 * Makefile.in (GGC): Substitute.
14875 Wed Oct 6 23:56:30 1999 Richard Henderson <rth@cygnus.com>
14877 * c-decl.c (ggc_p): Enable.
14879 Wed Oct 6 17:17:08 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14881 * flow.c (verify_flow_info): Make it extern & unconditionally define.
14883 1999-10-06 Brendan Kehoe <brendan@cygnus.com>
14885 * sparc/sp86x-elf.h (SUBTARGET_SWITCHES): Add missing doc
14886 string for little-endian-data.
14888 Wed Oct 6 16:10:35 1999 Michael Meissner <meissner@cygnus.com>
14890 * varray.h (VARRAY_CHECK): Fix up appropriate revision check, in
14891 case somebody tries to compile --enable-checking code with gcc
14894 Wed Oct 6 12:22:50 1999 Richard Henderson <rth@cygnus.com>
14896 * genrecog.c (add_to_sequence): Verify operand to label_ref is
14899 Wed Oct 6 10:21:15 1999 Richard Henderson <rth@cygnus.com>
14901 * genconfig.c (main): Disable HAVE_conditional_arithmetic.
14902 * jump.c (jump_optimize_1): Document why.
14904 Wed Oct 6 10:41:56 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14906 * collect2.c (scan_prog_file, scan_libraries): Prototype function
14907 pointers and casts for `int_handler' and `quit_handler'.
14909 * flow.c (verify_flow_info, split_hard_reg_notes,
14910 find_insn_with_note, sets_reg_or_subreg_1, prepend_reg_notes,
14911 remove_edge, remove_fake_successors): Add static prototypes.
14912 (verify_flow_info): Wrap with macro ENABLE_CHECKING.
14913 (mark_set_1): Initialize variable `regno'.
14914 (unlink_insn_chain): Likewise for variable `curr'.
14915 (remove_fake_edges): Remove unused variables `e', `tmp' and `last'.
14917 * loop.c (strength_reduce): Initialize variable
14918 `unrolled_insn_copies'.
14919 (cmp_combine_givs_stats, cmp_recombine_givs_stats): Add static
14920 prototypes. Change these functions to take const PTR parameters
14921 to avoid prototype conflict when used as the comparson argument
14923 (check_dbra_loop): Initialize variable `comparison_val'.
14925 * reload.c (debug_reload_to_stream, debug_reload): Add prototypes.
14926 (get_secondary_mem): Mark parameter `x' with ATTRIBUTE_UNUSED.
14927 (find_valid_class): Initialize variable `best_class'.
14928 (find_reloads): Call memcpy, not bcopy.
14930 * reload1.c (gen_mode_int, dump_needs): Add prototypes.
14931 (hard_reg_use_compare): Don't needlessly cast away const.
14932 (reload_reg_class_lower): Likewise.
14933 (choose_reload_regs): Initialize variable `regno'.
14935 Tue Oct 5 16:34:12 1999 Paul Burchard <burchard@pobox.com>
14937 * ggc-page.c (GGC_ALWAYS_COLLECT): Fix typo when undef'ing.
14939 Tue Oct 5 16:14:40 1999 Michael Meissner <meissner@cygnus.com>
14941 * libgcc1-test.c (toplevel): Include stddef.h to get size_t.
14942 ({,d}discard): Add forward declarations. Declare parameter as
14944 (main_without_main): Explicitly declare return type to be int.
14945 (memcpy): Properly declare.
14947 * libgcc2.c (toplevel): If inhibit_libc is defined and not
14948 building the trampoline support, declare malloc, free, and
14950 (__clear_cache): Mark arguments as potentially unused.
14952 * frame.c (toplevel): If inhibit_libc is defined, declare
14955 Tue Oct 5 12:00:32 1999 Richard Henderson <rth@cygnus.com>
14957 * flow.c (make_edge): Accept an optional 2D bitmap in which
14958 to cache edge existence. Update all callers.
14959 (make_label_edge, make_eh_edge): Pass through the edge cache.
14960 (make_edges): Provide the cache.
14962 Tue Oct 5 12:16:49 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14964 * mbchar.c (literal_codeset, local_mbtowc, local_mblen): Constify
14966 (local_mbtowc): Change the type of variable `i' from int to size_t.
14968 * mbchar.h (ISSJIS1, ISSJIS2): Use parens around && within ||.
14969 (local_mbtowc, local_mblen, literal_codeset): Constify a char*.
14971 Tue Oct 5 11:34:52 1999 Michael Meissner <meissner@cygnus.com>
14973 * ggc-common.c (toplevel): Reorder includes, so that ggc.h comes
14974 after other includes that define the appropriate types. Include
14975 tm_p.h for getting user prototypes.
14976 * ggc-callbacks.c (toplevel): Ditto.
14977 * ggc-none.c (toplevel): Ditto.
14978 * gcc-page.c (toplevel): Ditto.
14979 * ggc-simple.c (toplevel): Ditto.
14981 Mon Oct 4 16:48:16 1999 Diego Novillo <dnovillo@cygnus.com>
14982 Jonathan Larmour <jlarmour@cygnus.co.uk>
14984 * config/mips/mips.c (mips_move_2words): Split doubles if
14985 ISA >= 3, !TARGET_64BIT, and destination is not an FP register.
14987 Mon Oct 4 21:47:31 1999 Richard Henderson <rth@cygnus.com>
14989 * genrecog.c (struct decision_test): New.
14990 (struct decision): Remove test-related members, sort the rest by size.
14991 (IS_SPLIT): Simplify.
14992 (new_decision, new_decision_test): New.
14993 (add_to_sequence): Use them. No special handling for args of
14995 (maybe_both_true): Renamed from not_both_true; return sense changed.
14996 (maybe_both_true_1, maybe_both_true_2): New. Broken out
14997 of maybe_both_true and adjusted for decision_test.
14998 (position_merit): Remove.
14999 (nodes_identical, nodes_identical_1): New, broken out of merge_trees.
15000 (merge_accept_insn): New, broken out of merge_trees.
15001 (merge_trees): Use them. No special case for c_test; no node
15002 splitting; use test type instead of position_merit.
15003 (factor_tests): New.
15004 (simplify_tests): New.
15005 (break_out_subroutines): Don't write code now.
15006 (find_afterward): New.
15007 (write_afterward, write_switch, write_cond): New.
15008 (write_action, is_unconditional): New.
15009 (write_node): New. Use them.
15010 (write_tree_1): Rewrite. Use the new functions above.
15011 (write_tree): Remove afterward processing.
15012 (write_subroutine): Simplify function variant emission.
15013 (write_subroutines): New.
15014 (same_codes, clear_codes): Remove.
15015 (same_modes, clear_modes): Remove.
15016 (write_header): New, broken out of main.
15017 (make_insn_sequence): Use new_decision and new_decision_test.
15018 (process_tree): New, broken out of main.
15019 (main): Adjust for merge_trees interface change.
15020 Don't #define operands in the output file.
15021 (record_insn_name): New, broken out of make_insn_sequence.
15022 (debug_decision_2, debug_decision_1, debug_decision_0): New.
15023 (debug_decision): New.
15025 1999-10-04 21:58 -0700 Zack Weinberg <zack@bitmover.com>
15027 * resource.c (find_free_register): Mark class_str argument const.
15028 * resource.h: Update prototype to match.
15030 * i386.h (PREDICATE_CODES): Add entry for long_memory_operand.
15031 * i386.md: Give all anonymous insns names.
15033 Mon Oct 4 21:12:02 1999 Jeffrey A Law (law@cygnus.com)
15035 * flow.c (merge_blocks): Avoid assing BASIC_BLOCK for non-existent
15038 Mon Oct 4 21:01:39 1999 Richard Henderson <rth@cygnus.com>
15040 * toplev.c (dbr_sched_time): Unconditional.
15041 (peephole2_time): New.
15042 (compile_file): Add pass numbers to all of the dump file suffixes.
15043 Dump peephole2_time. Don't dump times for non-applicable passes.
15044 (rest_of_compilation): Add pass numbers to dump file suffixes.
15045 Conditionalize calls to the scheduler.
15046 * invoke.texi: Update.
15048 Mon Oct 4 20:25:13 1999 Anthony Green <green@cygnus.com>
15050 * flow.c (make_edges): Fix insn iteration.
15051 (find_basic_blocks): Assign NULL_RTX, not 0, to rtx.
15052 (find_basic_blocks_1): Fix spelling mistake.
15054 Mon Oct 4 16:56:11 1999 Richard Henderson <rth@cygnus.com>
15056 * tree.c (build1): Set TREE_SIDE_EFFECTS for expressions that
15057 always have side-effects. Use memset not bzero.
15058 (make_node): Likewise.
15060 Mon Oct 4 16:22:20 1999 Mark Mitchell <mark@codesourcery.com>
15062 * stmt.c (expand_anon_union_decl): When any of the elements of the
15063 union is addressable, so is the entire union.
15065 Mon Oct 4 11:38:33 1999 Richard Henderson <rth@cygnus.com>
15067 * sbitmap.c (sbitmap_ones): Don't set too many bits.
15069 * bitmap.h (enum bitmap_bits): Add BITMAP_XOR.
15070 * bitmap.c (bitmap_operation): Return true iff TO changed.
15071 (bitmap_equal_p): New.
15072 (bitmap_bit_p): Tidy arithmetic.
15073 (debug_bitmap_file): Likewise.
15075 Mon Oct 4 11:28:37 1999 Richard Henderson <rth@cygnus.com>
15077 * toplev.c (rest_of_compilation): Turn on cse_not_expected
15078 before cse2 instead of after.
15080 Mon Oct 4 09:55:17 1999 Stan Cox <scox@cygnus.com>
15082 * mips.h (GO_IF_LEGITIMATE_ADDRESS): Let leasi/liadi handle large
15085 Mon Oct 4 08:54:12 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15087 * cppinit.c (is_idchar initializer): Loosen tests to accept
15090 Mon Oct 4 02:31:20 1999 Mark Mitchell <mark@codesourcery.com>
15092 * mips.md: Define conditional move patterns for floating point
15093 operands and DI mode conditions.
15095 Mon Oct 4 02:12:41 1999 Mark Mitchell <mark@codesourcery.com>
15097 * tree.c (make_node): Set TREE_SIDE_EFFECTS for expressions that
15098 always have side-effects.
15100 Sun Oct 3 14:14:16 1999 Jeffrey A Law (law@cygnus.com)
15102 * mn10200.c (asm_file_start): Fix typo.
15104 * cppinit.c (is_idchar initializer): Tighten tests for when
15105 to put the table into initialized memory.
15107 * ggc-none.c (ggc_alloc_rtvec): An rtvec is an array of rtx,
15108 not an array of rtunion.
15109 * gcc-page.c (ggc_alloc_rtvec): Similarly.
15110 * gcc-simple (ggc_free_rtvec): Similarly.
15112 * genattrtab.c (simplify_cond): Make TESTS an array of rtxs, instead
15115 * mbchar.h: Add missing #endif.
15117 * t-fr30 (LIB2FUNCS_EXTRA): Remove definition.
15118 (FPBIT, DPBIT): Define.
15120 Sun Oct 3 12:44:05 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15122 * print-tree.c (print_node, indent_to): Remove redundant prototypes.
15124 * profile.c (instrument_arcs, output_gcov_string,
15125 tablejump_entry_p): Add static prototypes.
15126 (output_gcov_string): Constify a char*.
15128 * regmove.c (replacement_quality, fixup_match_2): Add static
15131 * resource.h (reg_dead_p): Add extern prototype.
15133 * rtl.c (trim_filename): Add static prototype.
15135 * scan-decls.c (skip_to_closing_brace): Likewise.
15137 * stmt.c (expand_decl_cleanup_no_eh): Hide definition.
15138 (expand_end_case): Initialize variable `range'.
15139 (emit_case_nodes): Remove unused prototype `rtx_fn'.
15141 * varasm.c (asm_emit_uninitialised): Add static prototype.
15142 (asm_emit_uninitialised, assemble_variable): Mark parameter with
15145 Sun Oct 3 12:24:52 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15147 * cpplib.c (if_directive_nameo): Add static prototype.
15149 * cse.c (cse_insn): Remove unused variable `p'.
15151 * except.c (create_rethrow_ref, push_entry,
15152 receive_exception_label, new_eh_region_entry, find_func_region,
15153 clear_function_eh_region, process_nestinfo): Add static prototypes.
15154 (get_reg_for_handler): Hide definition.
15155 (process_nestinfo): Initialize variable `extra_handlers'.
15157 * expr.h (expand_builtin_longjmp): Add extern prototype.
15159 * final.c (final_addr_vec_align, align_fuzz): Add static prototypes.
15161 * function.c (prepare_function_start): Likewise.
15162 (pop_function_context_from): Mark parameter `context' with
15164 (push_temp_slots_for_block, flush_addressof): Hide definition.
15166 * gcov.c (init_arc, reverse_arcs, create_program_flow_graph,
15167 solve_program_flow_graph, calculate_branch_probs,
15168 function_summary, main, fancy_abort): Add prototypes.
15170 * gen-protos.c (add_hash, parse_fn_proto, main): Likewise.
15171 (add_hash): Constify a char*.
15173 * ggc-common.c (ggc_mark_rtx_ptr, ggc_mark_tree_ptr,
15174 ggc_mark_tree_varray_ptr, ggc_mark_tree_hash_table_ptr,
15175 ggc_mark_string_ptr, ggc_mark_tree_hash_table_entry): Add prototypes.
15177 * integrate.c (expand_inline_function_eh_labelmap): Likewise.
15179 * lists.c (free_list, zap_lists): Likewise.
15181 Sun Oct 3 12:05:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15183 * alias.c (nonlocal_reference_p): Add static prototype.
15185 * bitmap.c (bitmap_element_allocate): Prototype args in function
15188 * builtins.c (stabilize_va_list): Add static prototype.
15189 (expand_builtin_va_arg): Constify a char*.
15191 * c-lex.c (getch, put_back, extend_token_buffer_to,
15192 read_line_number, token_getch, token_put_back): Add static
15195 * c-parse.gperf (hash, is_reserved_word): Likewise.
15197 * cccp.c (is_dir_separator): Likewise.
15199 Sat Oct 2 16:07:56 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15201 * graph.h: New file to prototype functions exported by graph.c.
15203 * Makefile.in (graph.o, toplev.o): Depend on graph.h.
15205 * graph.c: Include graph.h.
15207 * toplev.c: Likewise. Remove redundant prototypes.
15209 Sat Oct 2 11:28:33 1999 Krister Walfridsson <cato@df.lth.se>
15211 * invoke.texi: Removed duplicated description for -Q.
15213 Sat Oct 2 11:16:00 1999 Jim Kingdon <http://developer.redhat.com>
15215 * extend.texi: Grammar fix in __extension__ text.
15217 Sat Oct 2 11:06:31 1999 Richard Henderson <rth@cygnus.com>
15219 * md.texi (define_peephole2): New section.
15221 Sat Oct 2 10:57:56 1999 Jan Hubicka <hubicka@freesoft.cz>
15223 * i386.md (mov?i patterns): Fix handling of TARGET_USE_MOV0
15224 (mov $-1 to or peepholer): Enable for pentium when optimizing for
15227 Sat Oct 2 10:55:25 1999 Jan Hubicka <hubicka@freesoft.cz>
15229 * builtins.c (expand_builtin_strlen): Fix best mode searching loop.
15231 Sat Oct 2 10:53:22 1999 Jan Hubicka <hubicka@freesoft.cz>
15233 * i386.md (ffs expander): Emit Pentium friendly code for
15236 Sat Oct 2 02:48:21 1999 Mark P. Mitchell <mark@codesourcery.com>
15238 * tree.c (build): Don't look at TREE_SIDE_EFFECTS or TREE_RAISES
15240 (build1): Likewise.
15242 Fri Oct 1 18:01:11 1999 Bernd Schmidt <bernds@cygnus.co.uk>
15244 * i386elf.h (TARGET_DEFAULT): Use symbolic constants.
15246 Fri Oct 1 12:42:53 1999 Andreas Schwab <schwab@suse.de>
15248 * config/m68k/m68k.c (use_return_insn): Return false if the pic
15249 register is in use.
15251 Fri Oct 1 10:56:06 1999 Bernd Schmidt <bernds@cygnus.co.uk>
15253 * md.texi (No Constraints): Delete section.
15254 * Makefile.in (genattrtab.o): Don't depend on "insn-config.h".
15255 * final.c (final_scan_insn): We always have register constraints.
15256 * genattrtab.c: Don't include "insn-config.h".
15257 (write_attr_case): We always have register constraints.
15258 * genconfig.c (register_constraint_flag): Delete.
15259 (walk_insn_part): Don't check whether we have register constraints.
15260 (main): Don't write out "#define REGISTER_CONSTRAINTS".
15261 * genoutput.c (have_constraints): Delete.
15262 (main): Don't set it.
15263 (output_operand_data): We always have constraints.
15264 (scan_operands): Likewise.
15265 (compare_operands): Likewise.
15266 * local-alloc.c (block_alloc): We always have constraints.
15267 (requires_inout): Always compile this function.
15268 * recog.c (extract_insn): We always have constraints.
15269 (constrain_operands, reg_fits_class_p): Always compile these
15271 * recog.h (struct recog_data): Delete non-REGISTER_CONSTRAINTS
15273 (struct insn_operand_data): Likewise.
15274 * regclass.c (regclass): We always have constraints.
15275 (record_reg_classes, copy_cost, record_address_regs,
15276 auto_inc_dec_reg_p): Always compile these functions.
15277 * regmove.c (regmove_optimize): We always have constraints.
15278 * reload.c (find_reloads): Likewise.
15279 * reload1.c (reload): Likewise.
15280 (reload_cse_simplify_operands): Likewise.
15281 * i860.c (output_delay_insn): Likewise.
15283 Thu Sep 30 23:04:41 1999 Mark P. Mitchell <mark@codesourcery.com>
15285 * iris6.h (BUILD_VA_LIST_TYPE): Define.
15287 Thu Sep 30 18:44:50 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15289 * rs6000.c (rs6000_build_va_list): Create a TYPE_DECL node
15290 for the va_list record.
15292 Thu Sep 30 18:34:54 1999 Jan Hubicka <hubicka@freesoft.cz>
15294 * i386.c (ix86_adjust_cost): Ignore false ebp dependencies in
15297 Thu Sep 30 18:31:36 1999 Jan Hubicka <hubicka@freesoft.cz>
15299 * alias.c: Include insn-flags.h.
15300 * Makefile.in (alias.o): Update.
15302 Thu Sep 30 18:21:30 1999 Jan Hubicka <hubicka@freesoft.cz>
15304 * i386.c (ix86_expand_int_movcc): Convert LEU and GTU comparisons
15305 to LTU and GEU. Handle more cases using sbb.
15307 Thu Sep 30 18:18:39 1999 Jan Hubicka <hubicka@freesoft.cz>
15309 * i386.md (truncatexfdf splitters): Do not use subreg.
15310 (fop XFmode patterns): Fix mode in operand testing.
15312 Thu Sep 30 18:04:13 1999 Richard Henderson <rth@cygnus.com>
15314 * jump.c (jump_optimize_1): Amend last change to test only the
15315 form of the operand, not the insn.
15317 * jump.c (jump_optimize_1) [conditional_move]: Use general_operand
15318 not register_operand to determine when B may need preloading.
15320 Thu Sep 30 17:39:16 1999 Richard Henderson <rth@cygnus.com>
15322 * alpha.md (*): Use nonimmediate not general_operand for SET_DEST.
15323 (ffsdi2, extxl, insxh, mskxh): Add missing DImode to SET_SRC.
15324 (call-value patterns): Move to end of file.
15325 (*): Remove mode from label_ref in (pc) context.
15326 (movstrqi): Use memory not general_operand for BLKmode operands.
15327 (prologue_stack_probe_loop, builtin_longjmp): Add missing mode
15328 to register_operand operands.
15329 (peep2 patterns): Convert from commented-out peephole patterns.
15331 Thu Sep 30 14:39:17 1999 Bernd Schmidt <bernds@cygnus.co.uk>
15333 * tree.h (enum built_in_function): Rename BUILT_IN_DWARF_REG_SIZE
15334 to BUILT_IN_INIT_DWARF_REG_SIZES.
15335 * builtins.c (expand_builtins, case BUILT_IN_INIT_DWARF_REG_SIZES):
15336 Renamed from BUILT_IN_DWARF_REG_SIZE; call
15337 expand_builtin_init_dwarf_reg_sizes.
15338 * c-decl.c (init_decl_processing): Replace __builtin_dwarf_reg_size
15339 with __builtin_init_dwarf_reg_size_table.
15340 * dwarf2out.c (struct reg_size_range): Delete.
15341 (expand_builtin_init_dwarf_reg_sizes): New function.
15342 (expand_builtin_dwarf_reg_size): Delete.
15343 * except.h (expand_builtin_init_dwarf_reg_sizes): Declare.
15344 (expand_builtin_dwarf_reg_size): Don't declare.
15345 * libgcc2.c (dwarf_reg_size_table_initialized): New.
15346 (dwarf_reg_size_table): New.
15347 (init_reg_size_table): New function.
15348 (copy_reg): Use dwarf_reg_size_table.
15349 (eh_context_initialize): Make sure dwarf_reg_size_table is initialized
15352 Thu Sep 30 05:40:34 1999 Richard Earnshaw <rearnsha@arm.com>
15354 * c-lang.c (finish_file case ndef ASM_OUTPUT_{CON,DE}STRUCTOR):
15355 Correctly build argument list to constructor and destructor functions.
15357 Thu Sep 30 00:13:27 1999 Dirk Zoller <duz@rtsffm.com>
15359 * c-tree.h (warn_float_equal): Declare.
15360 * c-decl.c (warn_float_equal): Define.
15361 (c_decode_option): Recognize -W[no-]float-equal.
15362 * c-typeck.c (build_binary_op): Conditionally warn
15363 about equality tests of floating point types.
15364 * toplev.c (documented_lan_options): Add -W[no-]float-equal.
15365 * invoke.texi: Add docs for -Wfloat-equal warning.
15367 Wed Sep 29 23:43:39 1999 Jeffrey A Law (law@cygnus.com)
15369 * h8300.h (INIT_TARGET_OPTABS): Use init_one_optab instead of
15370 generating RTL directly.
15371 * mips.h (INIT_TARGET_OPTABS): Likewise.
15372 * mn10200.h (INIT_TARGET_OPTABS): Likewise.
15374 * expr.h (init_mov_optab): Delete declaration
15376 * h8300.c (WORD_REG_USED): Update to avoid useless register
15377 saves in interrupt functions and functions which never return.
15379 * cse.c (struct set): Delete inner_dest_loc field.
15380 (cse_insn): Remove assignments to inner_dest_loc field.
15382 Wed Sep 29 16:06:20 1999 Richard Henderson <rth@cygnus.com>
15384 * ggc-page.c: Don't include <unistd.h> etc taken care of
15385 by "system.h". Include <sys/mman.h> afterward.
15387 Wed Sep 29 16:05:18 1999 Richard Henderson <rth@cygnus.com>
15389 * rs6000.c (rs6000_encode_section_info): If ggc_p, use
15392 Tue Sep 28 16:45:40 1999 David Edelsohn <edelsohn@gnu.org>
15394 * xcoffout.c (xcoffout_declare_function): Add documentation.
15395 * rs6000.c (num_insns_constant_wide): Use TARGET_POWERPC64 not
15396 TARGET_64BIT. Compare constant to -1, not bit pattern.
15397 (easy_fp_constant): Use TARGET_POWERPC64 not TARGET_64BIT.
15398 (expand_block_move): Allow 8 DImode loads for PowerPC64. Fix
15401 Tue Sep 28 16:43:14 1999 Nick Clifton <nickc@cygnus.com>
15403 * dwarf2out.c (add_abstract_origin_attribute): Abort if
15404 origin_die is NULL.
15405 (gen_inlined_enumeration_type_die): Do not abort if the type has
15406 not been writeen out.
15407 (gen_inlined_structure_type_die): Do not abort if the type has
15408 not been writeen out.
15409 (gen_inlined_union_type_die): Do not abort if the type has
15410 not been writeen out.
15411 (gen_tagged_type_instantiation_die): Do not abort if the type
15412 has not been written out.
15414 Tue Sep 28 14:33:47 1999 Bernd Schmidt <bernds@cygnus.co.uk>
15416 * c-decl.c (init_decl_processing): If MD_INIT_BUILTINS is defined,
15418 * reg-stack.c (straighten_stack): Copy hard reg set with
15421 Tue Sep 28 01:11:05 1999 Richard Henderson <rth@cygnus.com>
15423 * builtins.c (stabilize_va_list): Stabilize array type va_list
15424 to a pointer type, not the base record type.
15425 (expand_builtin_va_copy): Dereference the pointers explicitly;
15426 use the correct size for the copy.
15428 * rs6000.c (rs6000_va_start): Dereference valist to get to the record.
15429 (rs6000_va_arg): Likewise.
15431 Mon Sep 27 23:27:21 1999 Richard Henderson <rth@cygnus.com>
15433 * rtl.h (struct rtx_def): Move gc_mark to align mode field.
15435 Mon Sep 27 23:20:29 1999 Mark Mitchell <mark@codesourcery.com>
15437 * tree.h (struct tree_decl): Use `bclass', not `class', in name of
15439 (DECL_BUILT_IN_CLASS): Adjust accordingly.
15441 Mon Sep 27 23:03:16 1999 Richard Henderson <rth@cygnus.com>
15443 * ggc-page.c (GGC_MIN_LAST_ALLOCATED): New.
15444 (init_ggc): Use it instead of a constant.
15445 (ggc_collect): Bound allocated_last_gc by it.
15447 Mon Sep 27 19:06:04 1999 Jeffrey A Law (law@cygnus.com)
15449 * fixinc/fixinc.irix (stdio.h): Hack stdio.h to avoid problems
15452 Mon Sep 27 19:40:17 CEST 1999 Marc Espie <espie@cvs.openbsd.org>
15454 * configure.in (mips*el-*-openbsd*): Don't duplicate default settings.
15455 (mips*-*-openbsd*): Let big endian configuration be a fragment.
15456 * configure: Regen.
15457 * config/mips/openbsd.h: New, OpenBSD little endian target.
15458 * config/mips/openbsd-be.h: New, OpenBSD big endian target fragment.
15459 * config/mips/xm-openbsd.h: New, OpenBSD host.
15461 Mon Sep 27 10:28:48 1999 Andreas Schwab <schwab@suse.de>
15463 * config/m68k/m68k.c (output_function_prologue,
15464 output_function_epilogue): Use
15465 current_function_uses_pic_offset_table instead of regs_ever_live
15466 to decide whether to save/restore pic register.
15467 (legitimize_pic_address): Don't modify regs_ever_live any more.
15469 Sun Sep 26 10:55:36 1999 Mark Mitchell <mark@codesourcery.com>
15471 * function.h (struct function): Add x_dont_save_pending_sizes_p.
15472 * stor-layout.c (variable_size): Don't add sizes to the pending
15473 sizes list if x_dont_save_pending_sizes_p is set.
15475 Sun Sep 26 16:36:52 1999 Robert Lipe (robertlipe@usa.net)
15477 * config/i386/dgux.h (SELECT_RTX_SECTION): Provide dummy argument
15478 for symbolic_operand().
15479 * config/i386/sco5.h (SELECT_RTX_SECTION): Likewise.
15481 Sun Sep 26 07:37:11 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15483 * combine.c (gen_rtx_combine): Add missing call to va_end().
15485 * final.c (asm_fprintf): Likewise.
15487 * genattrtab.c (attr_rtx): Likewise.
15489 Sat Sep 25 13:11:07 1999 Jeffrey A Law (law@cygnus.com)
15491 * cse.c: Update comments.
15492 (cse_insn): When converting a conditional/computed jump into
15493 an unconditional jump, always make sure a BARRIER immediately
15494 follows the converted jump. Do not delete unreachable code.
15495 (cse_basic_block): Do not delete unreachable code.
15496 * toplev.c (rest_of_compilation): Move call to
15497 delete_trivially_dead_insns after the conditional call to
15500 Sat Sep 25 09:03:17 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15502 * collect2.c (make_temp_file): Don't prototype.
15504 * gcc.c (make_temp_file): Likewise.
15506 * mips.c (mips_make_temp_file): Renamed from `make_temp_file'.
15508 Sat Sep 25 13:42:15 1999 Nick Clifton <nickc@cygnus.com>
15510 * varasm.c (asm_emit_uninitialised): New function: Generate
15511 the assembler statements necessary to declare an uninitialised
15513 (ASM_EMIT_LOCAL): New macro: Emit a local, uninitialised
15515 (ASM_EMIT_BSS): New macro: Emit an entry in the bss section.
15516 (ASM_EMIT_COMMON): New macro: Emit an entry in the common
15518 (assemble_variable): Use asm_emit_uninitialised to emit an
15519 uninitialised variable.
15521 Fri Sep 24 17:10:56 1999 Nick Clifton <nickc@cygnus.com>
15523 * combine.c (simplify_comparison): Cope with downshifting a 32 bit
15524 constant on a 64 bit host. Patch supplied by Geoffrey Keating
15525 <geoffk@cygnus.com>.
15527 Fri Sep 24 10:48:10 1999 Bernd Schmidt <bernds@cygnus.co.uk>
15529 * builtins.c (expand_builtin): Use MD_EXPAND_BUILTIN if defined.
15530 * c-common.h (builtin_function): Don't declare.
15532 * c-decl.c (duplicate_decls): Use DECL_BUILT_IN_CLASS rather than
15534 (pushdecl): Likewise.
15535 (finish_decl): Likewise.
15536 (builtin_function): New arg CLASS. Arg FUNCTION_CODE now of type
15537 int. All callers changed.
15538 Set the builtin's DECL_BUILT_IN_CLASS.
15539 * tree.h (enum built_in_class): New.
15540 (enum built_in_function): Delete NOT_BUILT_IN.
15541 (DECL_FUNCTION_CODE): The corresponding field in tree_decl is now
15543 (DECL_SET_FUNCTION_CODE): Likewise.
15544 (DECL_BUILT_IN_CLASS): New macro.
15545 (DECL_BUILT_IN): Use DECL_BUILT_IN_CLASS.
15546 (struct tree_decl): Split builtin function code field into a
15548 (builtin_function): Declare.
15550 Fri Sep 24 01:45:05 1999 Mark Mitchell <mark@codesourcery.com>
15552 * optabs.c (init_traps): Fix typo in last change.
15554 Fri Sep 24 01:10:11 1999 Mark Mitchell <mark@codesourcery.com>
15556 * toplev.c (rest_of_decl_compilation): Update comment.
15558 Fri Sep 24 11:57:06 1999 Geoffrey Keating <geoffk@cygnus.com>
15560 * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Put the symbol
15561 in .sbss if appropriate.
15562 (EXTRA_SECTION_FUNCTIONS): Add sbss.
15563 (SBSS_SECTION_ASM_OP): New macro.
15564 * config/mips/linux.h (EXTRA_SECTION_FUNCTIONS): Add sbss.
15565 (EXTRA_SECTIONS): Add in_sbss.
15566 * config/mips/mips.h: Prototype sbss_section.
15568 Thu Sep 23 18:18:55 1999 Mark Mitchell <mark@codesourcery.com>
15570 * stmt.c (expand_start_bindings): Don't allow cleanup instructions
15573 Thu Sep 23 18:07:01 1999 Mark Mitchell <mark@codesourcery.com>
15575 * optabs.c (init_traps): Register trap_rtx as a GC root.
15577 Thu Sep 23 17:41:47 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15579 * config/mips/mips.c (function_arg_pass_by_reference): Define
15580 unconditionally, since it's called unconditionally.
15582 Thu Sep 23 13:40:02 1999 Jason Merrill <jason@yorick.cygnus.com>
15584 * toplev.c (documented_lang_options): Add -fshort-wchar.
15585 * c-decl.c (c_decode_option): Likewise.
15586 (init_decl_processing): If -fshort-wchar, use 'short unsigned int'
15588 * c-common.c, c-lex.c: Get WCHAR_TYPE_SIZE from wchar_type_node.
15589 * gcc.c (default_compilers): If -fshort-wchar,
15590 override __WCHAR_TYPE__.
15591 * tm.texi (C Dialect Options): Add -fshort-wchar.
15593 * dwarf2out.c (output_aranges): Use DW_AT_location to find the
15594 symbol for a variable.
15596 * cpplib.h (CPP_PREPROCESSED): New macro.
15597 * cpplib.c (handle_directive): Don't complain about `# NUMBER' if
15598 we're seeing this input for a second time.
15600 Thu Sep 23 12:54:49 1999 Alex Samuel <samuel@codesourcery.com>
15602 * emit-rtl.c (init_emit_once): Initialize modes first.
15604 Sun Sep 19 01:23:23 1999 Alex Samuel <samuel@codesourcery.com>
15606 * config/i386/i386.c (pic_label_name): Change to char pointer.
15607 (global_offset_table): New variable.
15608 (load_pic_register): Fill global_offset_table if it hasn't
15609 already been done. Allocate pic_label_name dynamically.
15610 * ggc.h (empty_string): New variable.
15611 * ggc-simple.c (empty_string): Likewise.
15612 (init_ggc): Allocate empty_string and add as root.
15613 * stmt.c (digit_strings): New variable.
15614 (init_stmt): Add last_block_end_note as root. Allocate and
15615 initialize digit_strings.
15616 (expand_asm_operands): Use empty_string instead of string
15617 constant. Use digit_strings instead of string constants.
15618 * profile.c (init_arc_profiler): Allocate string with
15619 ggc_alloc_string instead of xmalloc.
15620 (output_func_start_profiler): Likewise.
15621 * c-typeck.c (digest_init): Check if init is error_mark_node.
15623 Thu Sep 23 12:59:14 1999 Alex Samuel <samuel@codesourcery.com>
15624 Richard Henderson <rth@cygnus.com>
15626 * ggc-page.c: New file.
15627 * Makefile.in (ggc-page.o): New.
15629 Thu Sep 23 13:55:21 1999 Jeffrey A Law (law@cygnus.com)
15631 * invoke.texi: Document -fdelete-null-pointer-checks
15632 * toplev.c (flag_delete_null_pointer_checks): New.
15633 (f_options): Add entry for -fdelete-null-pointer-checks.
15634 (rest_of_compilation): Conditionalize null pointer check
15635 elimination on flag_delete_null_pointer_checks.
15636 (main): If -O2 or greater, enable -fdelete-null-pointer-checks
15638 1999-09-23 10:56 -0700 Zack Weinberg <zack@bitmover.com>
15640 * iso646.h, stdarg.h, stdbool.h, stddef.h, varargs.h: Add
15641 copyright notice and special exception to GPL.
15643 Thu Sep 23 13:40:23 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15645 * abi64.h (mips_function_value): Add prototype arguments.
15647 * mips-protos.h: New file with mips prototypes.
15649 * mips.c: Include "tm_p.h".
15650 (mktemp, lookup_name): Add prototype arguments.
15651 (extern_list, string_constant, mips_fill_delay_slot,
15652 mips_output_external, mips_output_external_libcall,
15653 mips_output_filename, mips_declare_object, function_prologue,
15654 mips_expand_prologue, function_epilogue, mips16_constant,
15655 build_mips16_function_stub, mips_output_conditional_branch):
15657 (mips_va_start): Remove unused variable `u'.
15658 (mips_va_arg): Cast value to unsigned when comparing against one.
15660 (save_restore_insns, mips_expand_prologue): Add missing arg in
15661 call to `large_int'.
15663 * mips.h: Move prototypes to mips-protos.h.
15664 (data_section, memory_address_p, rdata_section,
15665 readonly_data_section, simple_epilogue_p, text_section): Delete
15666 prototypes delcared elsewhere.
15667 (mips_epilogue_delay_slots, print_options): Delete unused decls.
15669 (GO_PRINTF, GO_PRINTF2): Call fprintf, not trace.
15671 * mips.md: Delete extra args in call to `mips_move_2words'.
15673 * xm-iris6.h (alloca): Add prototype argument.
15675 * genpeep.c: Include "tm_p.h" in generated output file.
15677 Thu Sep 23 10:36:55 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
15679 * basic-block.h (find_edge_index): Change parameters.
15680 * flow.c (verify_edge_list): Pass basic_block parameters to
15681 find_edge_index instead of integers.
15683 Thu Sep 23 15:54:12 1999 Nick Clifton <nickc@cygnus.com>
15685 * combine.c (simplify_comparison): Use an unsigned shift to adjust
15688 Thu Sep 23 08:46:21 1999 Guy Harris <guy@netapp.com>
15690 * gcc.1: Fix a formatting error.
15692 Wed Sep 22 16:10:21 1999 Martin v. Löwis <loewis@informatik.hu-berlin.de>
15694 * install.texi (Configurations): Remove pyramid. Add fr30, i686,
15695 i786, mn10200, mn10300, pdp11, v850.
15697 Thu Sep 23 07:37:13 1999 Dan Nicolaescu <dann@ics.uci.edu>
15699 * libgcc2.c (num_digits): Add prototype with
15700 __attribute__((const)).
15701 (__terminate): Add prototype.
15703 Thu Sep 23 05:32:06 1999 Richard Henderson <rth@cygnus.com>
15705 * builtins.c, dbxout.c, varasm.c: Include tm_p.h.
15707 * alpha/alpha.c (print_operand): Fix type of `code'.
15708 (alpha_output_filename): Constify.
15709 * alpha/alpha.h: Move all function declarations ...
15710 * alpha/alpha-protos.h: ... here. New file.
15711 * alpha/elf.h (CONST_SECTION_FUNCTION): Prototype the function.
15712 (SECTION_FUNCTION_TEMPLATE): Likewise.
15714 Thu Sep 23 11:15:36 1999 Bernd Schmidt <bernds@cygnus.co.uk>
15716 * expmed.c (do_cmp_and_jump): Pass ccp_jump to can_compare_p.
15717 * expr.c (expand_expr): Likewise.
15718 (do_jump): Likewise.
15719 (do_store_flag): Pass ccp_store_flag to can_compare_p.
15720 * expr.h (enum optab_index): Add cbranch, cmov, cstore optabs and
15722 (enum can_compare_purpose): New.
15723 (can_compare_p): Adjust prototype.
15724 (prepare_cmp_insn, prepare_operand): Declare.
15725 * genopinit.c (optabs): Add cbranch_optab, cmov_optab, cstore_optab.
15726 * optabs.c (cmp_available_p): Deleted.
15727 (expand_abs): Pass ccp_jump to can_compare_p.
15728 (can_compare_p): New arg PURPOSE. Check for combined optabs.
15729 (prepare_cmp_insn): No longer static. Add arg PURPOSE.
15730 Call can_compare_p rather than cmp_available_p.
15731 (prepare_operand): No longer static.
15732 (emit_cmp_and_jump_insn): Check for and use cbranch patterns.
15733 (emit_cmp_and_jump_insns): Pass ccp_jump to prepare_cmp_insn.
15734 (expand_float): Fix a slightly broken emit_cmp_insn/emit_jump_insn
15735 sequence to use emit_cmp_and_jump_insns.
15736 (init_optabs): Initialize cbranch_optab, cmov_optab, cstore_optab.
15738 Wed Sep 22 17:58:01 1999 Stan Cox <scox@cygnus.com>
15740 * mips.h (GO_IF_LEGITIMATE_ADDRESS): Don't accept large
15741 register offsets; let LEGITIMIZE_ADDRESS load it into a register.
15742 (LEGITIMIZE_ADDRESS): Use plus_constant to avoid
15743 (plus (reg) (const_int 0))
15744 * mips.md (call_internal3c): New pattern for -mips16 -mlong-calls.
15746 Wed Sep 22 17:55:31 1999 David Edelsohn <edelsohn@gnu.org>
15748 * rs6000.c (expand_block_move): DImode loads and stores require
15749 word-aligned displacements. Increment address registers with
15750 adddi3 on 64-bit platform. Use TARGET_POWERPC64 not TARGET_64BIT.
15752 Wed Sep 22 17:35:55 1999 Michael Meissner <meissner@cygnus.com>
15754 * dwarf2out.c (base_type_die): Use the name __unknown__ if there
15755 is no name for the base type, rather than segfault. If we are
15756 writing out a complex integer type, use DW_ATE_lo_user.
15758 * expr.c (emit_move_insn_1): If we are copying a complex that fits
15759 in one word or less (complex char, complex short, or on 64 bit
15760 systems complex float) to/from a hard register, copy it through
15761 memory instead of dying in gen_{real,imag}part. If we have a
15762 short complex type, prevent inlining since it allocates stack
15765 * tree.c (build_complex_type): If we are writing dwarf2 output,
15766 generate a name for complex integer types.
15768 Wed Sep 22 11:34:08 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
15770 * basic-block.h (add_noreturn_fake_exit_edges): Use correct name.
15771 * flow.c (remove_edge): Remove extra whitespace.
15772 (remove_fake_edges): Fix comment.
15773 (add_noreturn_fake_exit_edges): Use the correct name.
15775 Wed Sep 22 16:12:40 BST 1999 Nathan Sidwell <nathan@acm.org>
15777 * Makefile.in (INTL_MOSTLYCLEAN, INTL_CLEAN): New variables.
15778 (mostlyclean): Depend on INTL_MOSTLYCLEAN.
15779 (clean): Depend on INTL_CLEAN.
15780 (maintainer-clean): Adjust.
15782 Wed Sep 22 10:18:56 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15784 * configure.in (AC_PREREQ): Bump to 2.13.
15785 (AC_C_STRINGIZE): Call this instead of using a custom macro.
15787 * gansidecl.h (HAVE_STRINGIZE): Define, if stage2 gcc && __STDC__.
15789 * system.h (HAVE_STRINGIZE): Test this instead of HAVE_CPP_STRINGIFY.
15791 * acconfig.h (HAVE_CPP_STRINGIFY): Delete.
15793 * alpha/xm-vms.h (HAVE_CPP_STRINGIFY): Delete.
15794 (HAVE_STRINGIZE): Define.
15796 Wed Sep 22 06:25:15 1999 Jim Kingdon <http://developer.redhat.com>
15798 * c-parse.in: save and restore warn_pointer_arith on __extension__
15799 along with pedantic.
15800 (SAVE_WARN_FLAGS, RESTORE_WARN_FLAGS): Added.
15801 Set the type of extension to itype rather than $<itype>1 kludge.
15802 * extend.texi (Alternate Keywords): Adjust documentation.
15803 * c-parse.c, c-parse.y, objc-parse.c, objc-parse.y: Rebuilt.
15805 Wed Sep 22 06:06:57 1999 Jeffrey A Law (law@cygnus.com)
15807 * pa.c, pa.h, pa.md: Support multiple assembler dialects in
15808 most assembler templates.
15810 * pa.c (hppa_legitimize_address): Handle full offsets for PA2.0
15811 FP loads and stores.
15812 (following_call): Always return zero for the PA8000.
15813 * pa.h (GO_IF_LEGITIMATE_ADDRESS): Handle full offsets for PA2.0
15814 FP loads and stores.
15815 (LEGITIMIZE_RELOAD_ADDRESS): Similarly.
15817 * pa.h (BRANCH_COST): Define.
15819 * pa.md (return, return_internal): Use bve for PA2.0.
15821 * pa.md (fused multiply): Add variants which reduce height for the
15822 fused multiply, but which still generate 2 insns.
15823 (fnegabs): Similarly.
15825 * pa.md (subsi3): Turn into an expander. Create two anonymous
15826 patterns. One for PA2.0 one for PA1.x. Use mtsarcm for PA2.0.
15827 * pa.h (EXTRA_CONSTRAINT): Handle 'S'.
15829 * pa.md (floatunssisf2, floatunssidf2): Generate different RTL
15831 (floatunssidf2_pa20, floatunssisf2_pa20): New patterns for PA2.0
15833 (floatunsdisf2, floatunsdidf2, fixuns_truncsfsi2): Likewise.
15834 (fixuns_truncdfsi2, fixuns_truncsfdi2, fixuns_truncdfsi2): Likewise.
15836 * regclass.c (init_regs): Add "top_of_stack" as a garbage
15839 * flow.c (record_active_eh_regions): Terminate loop after finding
15840 the last insn in the last basic block.
15842 Wed Sep 22 20:25:00 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15844 * config/c4x/c4x.md: Delete parallel instruction peepholes.
15846 Wed Sep 22 19:59:19 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15848 * config/c4x/c4x.c (c4x_add_gc_roots): Add tree roots.
15850 Wed Sep 22 19:56:25 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15852 * config/c4x/c4x.c (c4x_process_after_reload): Rework machdep insn
15853 splitting to not use output template.
15855 Wed Sep 22 19:50:12 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15857 * config/c4x/c4x.h (EXPAND_BUILTIN_VA_START): Call c4x_va_start.
15858 * config/c4x/c4x.c (c4x_va_start): New function.
15860 Tue Sep 21 18:40:01 1999 Jan Hubicka <hubicka@freesoft.cz>
15862 * genrecog.c (not_both_true): Handle correctly cases when called for
15863 tests with different positions in the insn.
15865 Tue Sep 21 18:29:11 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15867 * machmode.h (HOST_PTR_PRINTF): Move from here ...
15869 * system.h (HOST_PTR_PRINTF): ... to here.
15871 * mips-tfile.c: Don't include machmode.h.
15873 * Makefile.in (MACHMODE_H): New variable. Update to use it.
15874 (mips-tfile.o): Don't depend on machmode.h.
15876 Tue Sep 21 18:27:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15878 * haifa-sched.c (sched_analyze): Rename local variable `region' to
15879 avoid conflicts with typedef struct `region' at the top level scope.
15881 Tue Sep 21 14:14:50 1999 Richard Henderson <rth@cygnus.com>
15883 * basic-block.h (basic_block): Add eh_beg, eh_end.
15884 * flow.c (entry_exit_blocks): Update.
15885 (find_basic_blocks): Don't allocate bb_eh_end, or pass it around.
15886 Call new functions.
15887 (find_basic_blocks_1): Don't record eh_list at each bb. Use
15888 lists.c functions to allocate insn lists.
15889 (make_edges): Use eh_beg+eh_end, not the lists. Split out EH
15891 (make_eh_edge): ... here. New.
15892 (move_stray_eh_region_notes): New.
15893 (record_active_eh_regions): New.
15894 (delete_unreachable_blocks): Split out block merging ...
15895 (try_merge_blocks): ... here. New.
15896 (merge_blocks_move_predecessor_nojumps): Remove edge arg.
15897 Dump debugging data.
15898 (merge_blocks_move_successor_nojumps): Likewise.
15899 (merge_blocks): Use eh_beg+eh_end to validate block movement.
15901 Tue Sep 21 11:15:03 1999 Martin v. Löwis <loewis@informatik.hu-berlin.de>
15903 * extend.texi (Bound member functions): Document unbound pmf
15906 Tue Sep 21 14:55:11 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
15908 * flow.c (split_edge): Handle insertion on a fallthrough edge which
15909 has the EXIT_BLOCK as a dest.
15911 Tue Sep 21 14:51:23 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
15913 * flow.c (remove_edge): New function to remove an edge from the
15915 (remove_fake_successors): New function to remove fake successor edges.
15916 (remove_fake_edges): New function to remove all fake edges from the
15918 (add_fake_exit_edges): New function to add fake edges from all blocks
15919 with no successors to the exit block.
15920 * basic-block.h (remove_fake_edges, add_fake_exit_edges): Add
15921 prototypes for new functions.
15923 Tue Sep 21 14:49:53 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
15925 * config/mips/elf64.h (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR):
15926 Use Pmode to determine whether to output .dword or .word.
15928 Tue Sep 21 11:04:34 1999 Alex Samuel <samuel@codesourcery.com>
15930 * tree.c (built_in_filename): New variable.
15931 (BUILT_IN_FILENAME): New macro.
15932 (init_tree_codes): Allocate built_in_filename.
15933 (make_node): Use built_in_filename instead of string constant.
15935 Tue Sep 21 14:13:27 1999 Nick Clifton <nickc@cygnus.com>
15937 * configure.in: Add fr30 target.
15938 * configure: Regenerate.
15939 * config/fr30: New directory.
15940 * config/fr30/crti.asm: New file.
15941 * config/fr30/fr30.c: New file.
15942 * config/fr30/crtn.asm: New file.
15943 * config/fr30/fr30.h: New file.
15944 * config/fr30/fr30.md: New file.
15945 * config/fr30/lib1funcs.asm: New file.
15946 * config/fr30/t-fr30: New file.
15947 * config/fr30/xm-fr30.h: New file.
15949 Tue Sep 21 06:45:31 1999 Jeffrey A Law (law@cygnus.com)
15951 * flow.c (merge_blocks_move_successor_nojumps): Delete the
15952 BARRIER at the end of the successor, not the BARRIER before
15955 * pa.c (pa_add_gc_roots): Fix thinko in last change.
15957 Tue Sep 21 05:29:17 1999 Richard Earnshaw (rearnsha@arm.com)
15959 * stmt.c (any_pending_cleanups): Don't crash when
15960 current_function->stmt is unset.
15962 Tue Sep 21 00:59:49 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15964 * emit-rtl.c (init_emit_once): Initialize const_int_rtx before
15965 other initializations that may use it for relative offsets.
15967 Mon Sep 20 21:43:25 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15969 * config/i386/sol2.h (PREFERRED_DEBUGGING_TYPE): Use stabs.
15970 (ASM_SPEC): Moved from sol2dbg.h. Added work-around for gas.
15971 * config/i386/sol2dbg.h: Removed.
15972 * config/i386/sol2gas.h: New file, to enable gas work-around.
15973 * configure.in: Use i386/sol2gas.h on Solaris/x86 --with-gas.
15974 Don't use sol2dbg.h.
15975 * configure: Rebuilt.
15977 Mon Sep 20 13:29:41 1999 Mark Mitchell <mark@codesourcery.com>
15979 * invoke.texi (-fthis-is-variable): Remove documentation.
15981 Mon Sep 20 12:59:16 1999 Richard Henderson <rth@cygnus.com>
15983 * basic-block.h (compute_bb_for_insn): Declare.
15984 * flow.c (compute_bb_for_insn): Export. Don't accept the varray
15985 to use; set size of basic_block_for_insn directly.
15986 (find_basic_blocks): Update.
15988 Mon Sep 20 15:11:54 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15990 * flow.c (verify_flow_info): Fix typo, "abort;" -> "abort ();".
15992 Mon Sep 20 14:56:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15994 * crtstuff.c (ON_EXIT): Delete empty macro definition.
15995 (__do_global_ctors_aux): Call atexit(), not ON_EXIT().
15997 Mon Sep 20 15:25:35 1999 Nick Clifton <nickc@cygnus.com>
15999 * c-decl.c (c_decode_option): Extend comment.
16001 Mon Sep 20 14:43:37 1999 Nick Clifton <nickc@cygnus.com>
16003 * toplev.c (progname): Make 'const char *'
16004 (flag_print_mem): Move out of main.
16005 (version_flag): Move out of main.
16006 (filename): Move out of main.
16007 (debug_args): Remove g prefix from options.
16008 (documented_lang_options): Remove cpplib specific options.
16009 (display_help): Add g prefix to debug options.
16010 (check_lang_option): Delete this function.
16011 (decode_d_option): New function: Decode -d... option.
16012 (decode_f_option): New function: Decode -f... option.
16013 (decode_W_option): New function: Decode -W... option.
16014 (decode_g_option): New function: Decode -g... option.
16015 (independent_decode_option): New function: Decode a language
16016 independent command line option.
16017 (main): Invoke lang_decode_option and then
16018 independent_decode_option on each command line option in
16021 Mon Sep 20 05:41:36 1999 Jeffrey A Law (law@cygnus.com)
16023 Revert this change. Gavin's patch to operand_equal_p is a better fix.
16024 * fold-const.c (fold_range_test): Do not try to fold the range
16025 test if the rhs or lhs has side effects.
16027 * basic-block.h (compute_flow_dominators): Declare.
16029 * gcse.c (alloc_code_hoist_mem): New function.
16030 (free_code_hoist_mem, compute_code_hoist_vbeinout): Likewise.
16031 (compute_code_hoist_data, hoist_expr_reaches_here_p): Likewise.
16032 (hoist_code, one_code_hoisting_pass): Likewise.
16033 (gcse_main): If optimizing for size, then hoist expressions
16034 computed in multiple dominated basic blocks.
16036 * gcse.c (invalid_nonnull_info): New function.
16037 (delete_null_pointer_checks): Likewise.
16038 * rtl.h (delete_null_pointer_checks): Declare.
16039 * toplev.c (rest_of_compilation): Call delete_null_pointer_checks.
16041 * flow.c (merge_blocks_move_predecessor_nojumps): New function.
16042 (merge-blocks_move_successor_nojumps): Likewise.
16043 (merge_blocks): Allow merging of some blocks, even if it requires
16044 physical movement of the blocks, but not if it requires new jumps.
16046 * bitmap.c (debug_bitmap_file): Renmaed from bitmap_debug_file.
16047 Callers and prototype changed.
16048 * bitmap.h: Fix debug_bitmap and debug_bitmap_file prototypes.
16050 Mon Sep 20 06:56:32 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
16052 * config/sparc/sol2.h (LINK_SPEC): Avoid the duplication of
16053 -YP when both -p and -pg are present. From i386/sol2.h.
16055 Mon Sep 20 10:49:05 1999 Bernd Schmidt <bernds@cygnus.co.uk>
16057 * Makefile.in (distclean): Delete tm_p.h.
16058 * configure.in: Create a new file, "tm_p.h", from a list in
16059 "tm_p_file". For ix86 systems, set up "tm_p_file" to include
16060 "i386/i386-protos.h".
16062 * alias.c: Include "tm_p.h".
16063 * c-typeck.c: Likewise.
16064 * calls.c: Likewise.
16066 * emit-rtl.c: Likewise.
16067 * explow.c: Likewise.
16068 * expmed.c: Likewise.
16069 * expr.c: Likewise.
16070 * final.c: Likewise.
16071 * flow.c: Likewise.
16072 * fold-const.c: Likewise.
16073 * function.c: Likewise.
16074 * gcse.c: Likewise.
16075 * global.c: Likewise.
16076 * haifa-sched.c: Likewise.
16077 * integrate.c: Likewise.
16078 * jump.c: Likewise.
16079 * local-alloc.c: Likewise.
16080 * loop.c: Likewise.
16081 * optabs.c: Likewise.
16082 * recog.c: Likewise.
16083 * reg-stack.c: Likewise.
16084 * regclass.c: Likewise.
16085 * regmove.c: Likewise.
16086 * reload.c: Likewise.
16087 * reload1.c: Likewise.
16088 * reorg.c: Likewise.
16089 * resource.c: Likewise.
16090 * stmt.c: Likewise.
16091 * stor-layout.c: Likewise.
16092 * toplev.c: Likewise.
16093 * tree.c: Likewise.
16094 * unroll.c: Likewise.
16095 * genattrtab.c (main): Make generated file include "tm_p.h".
16096 * genemit.c (main): Likewise.
16097 * genoutput.c (main): Likewise.
16098 * genrecog.c (main): Likewise.
16100 * i386.h: Delete all prototypes.
16101 * i386.c: Include "tm_p.h".
16102 (ix86_attr_length_default): Call constant_call_address_operand
16103 with correct number of arguments.
16104 * i386-protos.h: New file.
16105 * i386.md (unnamed patterns): Call constant_call_address_operand
16106 with correct number of arguments.
16107 (exception_receiver): Call load_pic_register with correct number
16110 Sun Sep 19 14:18:39 1999 Richard Henderson <rth@cygnus.com>
16112 * c-pragma.c (mark_align_stack): Dereference the void* properly.
16114 Sun Sep 19 09:03:40 1999 Mark Mitchell <mark@codesourcery.com>
16116 * rtl.h (insns_safe_to_move_p): New function.
16117 * loop.c (find_and_verify_loops): Use it.
16118 * rtlanal.c (insns_safe_to_move_p): Define it.
16120 Sun Sep 19 02:54:33 1999 Richard Henderson <rth@cygnus.com>
16122 * c-pragma.c: Include ggc.h.
16123 * Makefile.in (c-pragma.o): Update.
16125 Sat Sep 18 16:01:18 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
16127 * config/i386/sol2.h (CPP_SPEC): Support -[p]threads
16128 (LIB_SPEC): Likewise.
16129 (LINK_SPEC): Do not assert -z text with -shared -mimpure-text.
16130 Reindent -YP/-p/-pg.
16131 Copied from config/sparc/sol2.h.
16133 Sat Sep 18 11:52:43 1999 Richard Henderson <rth@cygnus.com>
16135 * c-pragma.c (mark_align_stack): New.
16136 (init_pragma): New.
16137 * c-pragma.h (init_pragma): Declare it.
16138 * c-lex.c (init_parse): Call it.
16140 Sat Sep 18 15:20:38 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
16142 * configure.in: Pick up thread library on Solaris/x86 just
16143 like on Solaris/sparc.
16144 * configure: Rebuilt.
16146 Sat Sep 18 11:15:58 1999 Alex Samuel <samuel@codesourcery.com>
16148 * rtl.h (global_rtx_index): New enum.
16149 (global_rtl): Change to array of rtx.
16150 (pc_rtx, cc0_rtx): Redefine accordingly.
16151 (cc0_rtx, stack_pointer_rtx, frame_pointer_rtx): Likewise.
16152 (hard_frame_pointer_rtx, arg_pointer_rtx): Likewise.
16153 (virtual_incoming_args_rtx, virtual_stack_vars_rtx): Likewise.
16154 (virtual_outgoing_args_rtx, virtual_cfa): Likewise.
16155 (const_int_rtx): Change to array of rtx.
16156 (const0_rtx, const1_rtx, const2_rtx, constm1_rtx): Redefine
16158 * emit-rtl.c (global_rtl): Change to array of rtx.
16159 (const_int_rtx): Change to aray of rtx.
16160 (gen_rtx_CONST_INT): Redefine accordingly.
16161 (init_emit_once): Allocate and initialize global_rtl. Likewise
16162 for const_int_rtx. Add both as GC roots.
16163 * genattrtab.c (global_rtl): Update declaration.
16165 1999-09-17 Ulrich Drepper <drepper@cygnus.com>
16167 * Makefile (USER_H): Add iso646.h back.
16169 Sat Sep 18 01:07:21 1999 Jeffrey A Law (law@cygnus.com)
16171 * haifa-sched.c (sched_analyze): Use free_INSN_LIST_list instead of
16172 zapping the LOG_LINKS of sched_before_next_call.
16174 * pa.h (INSN_SETS_ARE_DELAYED): Delete.
16175 * pa.c (insn_refs_are_delayed): Renamed from
16176 insn_sets_and_refs_are_delayed.
16178 Fri Sep 17 15:19:01 1999 Mark Mitchell <mark@codesourcery.com>
16180 * functiion.h (struct function): Add x_whole_function_mode_p.
16181 (retrofit_block): Declare.
16182 * function.c (retrofit_block): New function.
16183 (identify_blocks): Add assertions. Allow an incomplete set of
16184 block notes if we're still generating code for the function.
16185 * integrate.c: Include loop.h.
16186 (expand_inline_function): Call find_loop_tree_blocks to map block
16187 notes to blocks when in whole-function mode. Use retrofit_block
16188 to insert new BLOCKs for the inlined function, rather than
16190 * stmt.c (expand_fixup): Likewise. Don't use pushlevel/polevel.
16191 * Makefile.in (integrate.o): Depend on loop.h.
16193 Fri Sep 17 15:11:20 1999 Mark Mitchell <mark@codesourcery.com>
16195 * tree.h (warn_about_unused_variables): Declare.
16196 * stmt.c (warn_about_unused_variables): New function, split out
16198 (expand_end_bindings): Here.
16200 Fri Sep 17 15:07:37 1999 Mark Mitchell <mark@codesourcery.com>
16202 * stmt.c (preserve_subexpressions_p): Don't crash when
16203 current_function->stmt is unset.
16205 Fri Sep 17 15:03:16 1999 Mark Mitchell <mark@codesourcery.com>
16207 * stmt.c (expand_start_bindings): Allow callers to pass a flag
16208 indicating that no NOTE_INSN_BLOCK_BEG note is required.
16209 (expand_start_target_temps): Use it.
16210 * except.c (expand_eh_region_start_for_decl): Likewise.
16211 * expr.c (expand_expr): Likewise.
16213 Fri Sep 17 15:05:27 1999 Gavin Romig-Koch <gavin@cygnus.com>
16215 * fold-const.c (operand_equal_p): Pay attention to side effects.
16217 Fri Sep 17 11:14:17 1999 Jason Merrill <jason@yorick.cygnus.com>
16219 * libgcc2.c (L_exit): Check for ON_EXIT, not HAVE_ON_EXIT.
16220 * sparc/sunos4.h (HAVE_ON_EXIT): Remove.
16222 * tlink.c (scan_linker_output): Look for keywords before accepting
16223 a mangled name in quotes.
16225 Thu Sep 16 16:47:08 1999 Richard Henderson <rth@cygnus.com>
16227 * alpha/alpha-interix.h (DWARF2_UNWIND_INFO): Define to zero.
16228 * alpha/osf2or3.h (DWARF2_UNWIND_INFO): Likewise.
16230 Thu Sep 16 16:35:41 1999 Richard Henderson <rth@cygnus.com>
16232 * alpha.md: Revert Thu Nov 26 change that came in through the
16233 last gcc2 merge: reinstate (plus (plus ...)) reload patterns.
16234 Avoid earlyclobber when possible.
16236 Thu Sep 16 18:44:48 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16238 * libgcc2.c (__do_global_ctors): Call atexit with one arg.
16240 * sparc/sunos4.h (on_exit): Wrap prototype parameters in PARAMS().
16241 Define HAVE_ON_EXIT.
16243 Thu Sep 16 18:06:35 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16245 * system.h (CTYPE_CONV, TOUPPER, TOLOWER): New macros. Use
16246 CTYPE_CONV in all ctype macros.
16248 * cccp.c (initialize_char_syntax): Use uppercase ctype macro
16251 * cexp.y (initialize_random_junk): Likewise.
16253 * c4x.c (c4x_interrupt_function_p, c4x_handle_pragma): Likewise.
16255 * i370.c (handle_pragma): Likewise.
16257 * i370.h (ASM_OUTPUT_LABELREF, ASM_OUTPUT_ASCII): Likewise.
16259 * v850.c (override_options): Likewise.
16261 * doprint.c (_doprnt): Likewise.
16263 * fixinc/fixincl.c (main, quoted_file_exists, extract_quoted_files):
16266 * fixinc/server.c (load_data): Likewise.
16268 * fold-const.c (real_hex_to_f): Likewise.
16270 * genattr.c (write_upcase, gen_attr): Likewise.
16272 * genattrtab.c (convert_const_symbol_ref, evaluate_eq_attr,
16273 write_upcase): Likewise.
16275 * genemit.c (print_code): Likewise.
16277 * genopinit.c (gen_insn): Likewise.
16279 * genpeep.c (print_code): Likewise.
16281 * genrecog.c (print_code): Likewise.
16283 * optabs.c (init_libfuncs): Likewise.
16285 Thu Sep 16 14:03:32 1999 Mark Mitchell <mark@codesourcery.com>
16287 * haifa-sched.c (sched_analyze): Keep the list of notes organized
16289 (reemit_notes): Likewise.
16291 Thu Sep 16 11:50:52 1999 Alex Samuel <samuel@codesourcery.com>
16293 * ggc.h (ggc_root): Move to ggc-common.c.
16295 (ggc_mark_rtx, ggc_mark_tree): Change to macro.
16296 (ggc_mark_rtvec, ggc_mark_tree_varray): Declare extern.
16297 (ggc_mark_tree_hash_table, ggc_mark_string, ggc_mark): Likewise.
16298 (ggc_mark_roots, ggc_mark_rtx_children, ggc_mark_tree_children): New.
16299 * ggc-common.c (ggc_root): Move from ggc.h.
16300 (roots): Declare, static.
16301 (ggc_mark_rtx, ggc_mark_tree): Renamed to...
16302 (ggc_mark_rtx_children, ggc_mark_tree_children): Don't check for
16303 null or check/set mark bit.
16304 (ggc_mark_roots): New.
16305 * ggc-simple.c (ggc_collect): Call ggc_mark_roots.
16307 Thu Sep 16 11:37:32 1999 Richard Henderson <rth@cygnus.com>
16309 * m32r.c: Include toplev.h.
16310 (*): Add ATTRIBUTE_UNUSED as needed to arguments.
16311 (gen_compare): Rename swap_p to must_swap to match uses.
16312 Add default abort case.
16313 (m32r_output_function_epilogue): Remove unused variables.
16314 (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
16315 * m32r.h (PROTO, STDIO_PROTO): Rename XPROTO; unconditionally
16316 define to empty parameter list. Update all uses.
16317 (predicate decls): Use enum machine_mode not int.
16318 * m32r.md (movsi): Call abort, not fatal_insn.
16319 (zero_branch_insn, rev_zero_branch_insn): Add default abort case.
16321 1999-09-14 Andrew Haley <aph@cygnus.com>
16323 * config/mips/mips.md (movsi_usw): if operand 1 is const_int 0,
16324 use $0 instead of 0.
16326 Thu Sep 16 10:53:36 1999 Bernd Schmidt <bernds@cygnus.co.uk>
16328 * reload1.c (order_regs_for_reload): Move hard_reg_n_uses
16329 computation out of loop over hard regs.
16331 Wed Sep 15 21:37:06 1999 Mark Mitchell <mark@codesourcery.com>
16333 * function.c (identify_blocks): Don't shadow a variable in an
16335 * integrate.c (integrate_decl_tree): Don't use pushlevel,
16336 pushdecl, or poplevel to build up the new BLOCK tree.
16337 (expand_inline_function): Likewise.
16338 (integrate_parm_decls): Likewise.
16340 Wed Sep 15 21:20:38 1999 Mark Mitchell <mark@codesourcery.com>
16342 * c-typeck.c (qualify_type): Merge qualifiers from both types.
16344 1999-09-15 Brad Lucier <lucier@math.purdue.edu>
16346 * toplev.c: Allow -f[no-]math-errno to set (clear) flag_errno_math
16347 * invoke.texi: Document this change.
16349 Wed Sep 15 17:56:00 1999 Richard Henderson <rth@cygnus.com>
16351 * emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.
16353 (mark_emit_status): Renamed from mark_emit_state.
16354 * except.c (mark_eh_status): Renamed from mark_eh_state.
16355 Check not null before marking.
16356 (free_eh_status): New.
16357 * expr.c (mark_expr_status, free_expr_status): New.
16358 * function.c (free_machine_status): New.
16359 (free_after_parsing): New.
16360 (free_after_compilation): Move bits to free_after_parsing; call
16361 free_eh_status, free_expr_status; zero the marked members of the
16363 (prepare_function_start): No can_garbage_collect.
16364 Call init_eh_for_function.
16365 (expand_dummy_function_end): Free up current_function state.
16366 (mark_function_status): Renamed from mark_function_state.
16367 (mark_function_chain): No can_garbage_collect. Call mark_expr_status.
16368 * function.h (struct function): No can_garbage_collect.
16369 (free_machine_status, free_after_parsing): Declare.
16370 (free_eh_status, free_expr_status): Declare.
16371 * ggc.h (mark_expr_status): Declare.
16372 * stmt.c (free_stmt_status): Free the struct.
16373 (mark_stmt_status): Renamed from mark_stmt_state.
16374 (init_stmt): Don't call init_eh.
16375 (init_stmt_for_function): Don't call init_eh_for_function.
16376 * toplev.c (compile_file): Call init_eh.
16377 (rest_of_compilation): Free basic block info before ggc_collect.
16378 Call free_after_parsing; conditionally call free_after_compilation.
16379 * varasm.c (mark_varasm_status): Renamed from mark_varasm_state.
16380 Check not null before marking.
16381 (free_varasm_status): Don't check DECL_DEFER_OUTPUT. Free the struct.
16383 Wed Sep 15 17:53:16 1999 Richard Henderson <rth@cygnus.com>
16385 * c-lex.c (yylex): Initialize warn.
16387 Wed Sep 15 18:35:38 1999 Jeffrey A Law (law@cygnus.com)
16389 * pa.c (emit_move_sequence): Properly set the mode of the scratch
16390 register when performing secondary reloads for the SAR register.
16392 Wed Sep 15 15:51:52 1999 Mark Mitchell <mark@codesourcery.com>
16394 * rtl.h (NOTE_BLOCK_NUMBER): Replace with ...
16395 (NOTE_BLOCK): New macro.
16396 (NOTE_BLOCK_LIVE_RANGE_BLOCK): Remove.
16397 * function.h (identify_blocks): Change prototype.
16398 * function.c (identify_blocks): Simplify.
16399 (reorder_blocks): Likewise.
16400 * ggc-common.c (ggc_mark_rtx): Mark the BLOCK associated with a
16401 NOTE_INSN_BLOCK_{BEG,END}.
16402 * haifa-sched.c (sched_analyze): Don't put NOTE_BLOCK_NUMBER on
16403 the list of saved notes if the note isn't a
16404 NOTE_INSN_BLOCK_{BEG,END}.
16405 (move_insn1): Use NOTE_EH_HANDLER in comment, rather than
16407 (reemit_notes): Adjust recreation of notes to reflect new saved
16409 * print-rtl.c (print_rtx): Print the address of the BLOCK when
16410 printing a block note.
16411 * stmt.c (block_vector): Remove.
16412 (find_loop_tree_blocks): Simplify.
16413 (unroll_block_trees): Likewise.
16414 * tree.h (reorder_block): Change prototype.
16416 Wed Sep 15 14:39:35 1999 Jason Merrill <jason@yorick.cygnus.com>
16418 * gbl-ctors.h: Lose HAVE_ATEXIT. Don't define ON_EXIT.
16419 * libgcc2.c: Lose obsolete defn of WEAK_ALIAS.
16420 (__bb_init_func, __bb_init_prg): Use atexit instead of ON_EXIT.
16421 (__do_global_dtors): Likewise. Don't mess with _exit_dummy_decl.
16422 (atexit, exit): Simplify.
16423 * tm.texi: Document NEED_ATEXIT and ON_EXIT. Remove HAVE_ATEXIT.
16424 * config/lots: Remove defns of HAVE_ATEXIT.
16426 Wed Sep 15 10:25:12 1999 Mark Mitchell <mark@codesourcery.com>
16428 * calls.c (precompute_arguments): Fix typo in comment.
16429 * expr.c (preexpand_calls): Don't preexpand the cleanup in a
16432 Wed Sep 15 09:59:59 1999 Mark Mitchell <mark@codesourcery.com>
16434 * dsp16xx.c (override_options): Fix typos in GC root registration.
16436 Wed Sep 15 15:23:28 1999 Philip Blundell <pb@nexus.co.uk>
16438 * config/arm/linux-elf.h (MAKE_DECL_ONE_ONLY): Copy definition
16439 from config/svr4.h.
16440 (UNIQUE_SECTION_P, UNIQUE_SECTION): Likewise.
16441 (FUNCTION_PROFILER): Redefine appropriately for Linux.
16442 (CC1_SPEC): Likewise.
16444 Wed Sep 15 10:09:48 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16446 * genattr.c (main): Add extern prototype. Call return, not exit.
16447 * genattrtab.c (main): Likewise.
16448 * gencheck.c (main): Likewise.
16449 * gencodes.c (main): Likewise.
16450 * genconfig.c (main): Likewise.
16451 * genemit.c (main): Likewise.
16452 * genextract.c (main): Likewise.
16453 * genflags.c (main): Likewise.
16454 * gengenrtl.c (main): Likewise.
16455 * genopinit.c (main): Likewise.
16456 * genoutput.c (main): Likewise.
16457 * genpeep.c (main): Likewise.
16458 * genrecog.c (main): Likewise.
16460 * genattr.c (get_insn_name): Mark parameter with ATTRIBUTE_UNUSED.
16461 * genattrtab.c (get_insn_name): Likewise.
16462 * gencodes.c (get_insn_name): Likewise.
16463 * genconfig.c (get_insn_name): Likewise.
16464 * genemit.c (get_insn_name): Likewise.
16465 * genextract.c (get_insn_name): Likewise.
16466 * genflags.c (get_insn_name): Likewise.
16467 * genopinit.c (get_insn_name): Likewise.
16468 * genpeep.c (get_insn_name): Likewise.
16470 * gencheck.c (usage): Add static prototype.
16471 * genextract.c (print_path): Constify a char*.
16472 * genopinit.c (optabs): Likewise.
16473 * genoutput.c (operand_data, data, output_predicate_decls,
16474 compare_operands): Likewise.
16475 * genrecog.c (write_tree): Add default case in switch.
16477 Wed Sep 15 09:59:16 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16479 * rtl.h (get_insn_name, print_rtl_with_bb): Add prototypes.
16481 * print-rtl.c (get_insn_name): Remove prototype.
16483 * toplev.h (progname): Declare const.
16485 * toplev.c (init_decl_processing, init_obstacks, init_tree_codes,
16486 init_regs, init_optabs, init_stmt, init_reg_sets, dump_flow_info,
16487 dump_sched_info, dump_local_alloc, regset_release_memory,
16488 print_rtl, print_rtl_with_bb, rest_of_decl_compilation,
16489 error_with_file_and_line, error_with_decl, error_for_asm, error,
16490 fatal, warning_with_file_and_line, warning_with_decl, warning,
16491 pedwarn, pedwarn_with_decl, pedwarn_with_file_and_line, sorry):
16492 Remove redundant prototypes.
16494 (notice, check_lang_option, report_file_and_line, vnotice,
16495 mark_file_stack): Add static prototype.
16496 (set_fatal_function): Add prototype.
16497 (vnotice, report_file_and_line, set_fatal_function,
16498 check_lang_option): Constify a char*.
16499 (main): Prototype. Call return, not exit.
16501 Wed Sep 15 09:50:18 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16503 * aclocal.m4 (AC_GCC_C_LONG_DOUBLE): New macro.
16505 * configure.in (AC_GCC_C_LONG_DOUBLE): Call it.
16507 * gansidecl.h (HAVE_LONG_DOUBLE): Define if gcc for stage2.
16509 * ggc-simple.c (HAVE_LONG_DOUBLE): Test before using long double.
16511 Wed Sep 15 11:04:43 1999 Bernd Schmidt <bernds@cygnus.co.uk>
16513 * function.c (assign_parms): Delete arg SECOND_TIME. Don't test it,
16514 behave as if it's zero in all cases.
16515 (expand_function_start): Adjust call to assign_parms.
16516 * tree.h (assign_parms): Adjust prototype.
16517 * objc/objc-act.c (hack_method_prototype): Adjust call to
16520 Tue Sep 14 21:47:06 1999 Jeffrey A Law (law@cygnus.com)
16522 * cse.c (FIXED_BASE_PLUS_P): Do not consider referneces to
16523 arg_pointer_rtx fixed if the argument pointer register is
16525 (NONZERO_BASE_PLUS_P): Likewise.
16527 Tue Sep 14 20:26:02 1999 Richard Henderson <rth@cygnus.com>
16529 * rtl.def (match_insn, match_insn2): Remove match_insn; rename
16530 match_insn2 to match_insn.
16531 * genrecog.c (add_to_sequence): Rename MATCH_INSN2.
16533 Tue Sep 14 20:10:29 1999 Richard Henderson <rth@cygnus.com>
16535 * Makefile.in (USER_H): Remove va-foo.h.
16537 * ginclude/{va-alpha.h,va-arc.h,va-c4x.h,va-clipper.h,va-h8300.h,
16538 va-i860.h,va-i960.h,va-m32r.h,va-m88k.h,va-mips.h,va-mn10200.h,
16539 va-mn10300.h,va-pa.h,va-ppc.h,va-pyr.h,va-sh.h,va-sparc.h,
16540 va-spur.h,va-v850.h}: Remove.
16542 Tue Sep 14 19:43:16 1999 Richard Henderson <rth@cygnus.com>
16544 * sparc/sparc.md (eligible_for_return_delay): New attribute.
16545 (in_return_delay): Use it instead of match_insn.
16547 Tue Sep 14 23:05:37 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
16549 * config/alpha/va_list.h (va-alpha.h): Do not include.
16550 (__gnuc_va_list): Typedef as in varargs.h.
16552 Tue Sep 14 18:14:03 1999 Richard Henderson <rth@cygnus.com>
16554 * ggc-common.c (ggc_mark_tree): Mark DECL_SOURCE_FILE and
16555 DECL_LIVE_RANGE_RTL.
16557 Tue Sep 14 16:47:08 1999 Mark Mitchell <mark@codesourcery.com>
16559 * except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER,
16560 not NOTE_BLOCK_NUMBER.
16561 (expand_eh_region_end): Likewise.
16562 (find_exception_handler_labels): Likewise.
16563 (scan_region): Likewise.
16564 (exception_optimize): Likewise.
16565 (update_rethrow_references): Likewise.
16566 (set_insn_eh_region): Likewise.
16567 * final.c (final_scan_insn): Likewise.
16568 * flow.c (make_edges): Likewise.
16569 * integrate.c (expand_inline_function): Likewise.
16570 * print-rtl.c (print_rtx): Likewise.
16572 Tue Sep 14 16:30:16 1999 Richard Henderson <rth@cygnus.com>
16574 * ginclude/stdarg.h, ginclude/varargs.h: Implement in
16575 terms of builtin functions and types.
16577 * mips.c (mips_build_va_list): New.
16578 (mips_va_start, mips_va_arg): New.
16579 * mips.h (BUILD_VA_LIST_TYPE): New.
16580 (EXPAND_BUILTIN_VA_START, EXPAND_BUILTIN_VA_ARG): New.
16582 * sh.c (sh_builtin_saveregs): Use get_varargs_alias_set.
16583 (sh_build_va_list, sh_va_start, sh_va_arg): New.
16584 * sh.h (BUILD_VA_LIST_TYPE): New.
16585 (EXPAND_BUILTIN_VA_START, EXPAND_BUILTIN_VA_ARG): New.
16587 Tue Sep 14 16:20:24 1999 Richard Henderson <rth@cygnus.com>
16589 * recog.h (struct recog_data): Make dup_num, operand_address_p,
16590 n_operands, n_dups, n_alternatives `char' instead of `unsigned char'.
16591 (struct insn_data): Likewise with n_operands, n_dups,
16592 n_alternatives, output_format.
16593 * regclass.c (scan_one_insn): Cast n_operands to int before
16594 arithmetic inside comparison.
16596 Tue Sep 14 15:13:36 1999 Richard Henderson <rth@cygnus.com>
16598 * toplev.c (compile_function): Unconditionally emit nop.
16600 Tue Sep 14 14:41:47 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16602 * haifa-sched.c (actual_hazard): Move declaration of variable
16603 `this_cost' into the scope where it is used.
16605 Tue Sep 14 14:14:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16607 * c-pragma.c (handle_pragma_token): Wrap variables `name' and
16608 `value' in HANDLE_PRAGMA_WEAK. Wrap variable `align' in
16609 HANDLE_PRAGMA_PACK||HANDLE_PRAGMA_PACK_PUSH_POP.
16611 * genrecog.c (make_insn_sequence): Call memset, not bzero.
16613 * jump.c (find_insert_position): Don't declare or define unless
16614 !HAVE_conditional_arithmetic.
16615 (returnjump_p_1, delete_prior_computation): Add static prototypes.
16617 * mips-tdump.c (fatal, fancy_abort, main): Add extern prototypes.
16619 * recog.c (offsettable_address_p): Prototype function pointer.
16620 (preprocess_constraints): Call memset, not bzero.
16622 * tree.c (tree_node_kind_names): Constify a char*. Make static.
16623 (gcc_obstack_init): Don't declare.
16624 (fix_sizetype): Add static prototype.
16625 (gcc_obstack_init): Use prototype casts in call to _obstack_begin.
16626 (tree_cons): Call memset, not bzero.
16628 * varasm.c (remove_from_pending_weak_list): Wrap declaration and
16629 definition in macro ASM_WEAKEN_LABEL.
16630 (mark_const_hash_entry): Add static prototype.
16632 Tue Sep 14 12:22:50 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16634 * c-lex.c (handle_generic_pragma): Remove unused variable `c'.
16636 * unroll.c (find_common_reg_term, subtract_reg_term,
16637 loop_find_equiv_value): Add static prototypes.
16638 (unroll_loop): Wrap variable `prev' in macro HAVE_cc0.
16639 (copy_loop_body): Remove unreachable break statement.
16641 * sparc.c (sparc_va_arg): Remove unused variable `tmp'.
16643 * sparc.h (sparc_va_start, sparc_va_arg): Add extern prototypes.
16645 Tue Sep 14 15:28:00 1999 Bernd Schmidt <bernds@cygnus.co.uk>
16647 Undo some changes from the gcc2 merge:
16648 * rtl.def (CONSTANT_P_RTX): Fix the comment for this rtx code.
16649 * emit-rtl.c (gen_rtx_REG): Don't test special reg rtx's for null
16653 Sat Oct 3 07:20:28 1998 Stephen L Moshier <moshier@world.std.com>
16654 * emit-rtl.c (gen_lowpart_common): Disable optimization of
16655 initialized float-int union if the value is a NaN.
16657 Tue Sep 14 04:03:44 1999 Mumit Khan <khan@xraylith.wisc.edu>
16659 * gthr-win32.h: New file.
16661 * i386/winnt.c (i386_pe_valid_decl_attribute_p): Recognize
16662 shared as a valid attribute.
16663 * i386/cygwin.h (ASM_OUTPUT_SECTION): Handle shared attribute.
16664 * extend.texi: Document `shared' variable attribute.
16666 Tue Sep 14 04:01:46 1999 Loren Rittle <ljrittle@acm.org>
16668 * configure.in: Handle --enable-threads on FreeBSD.
16669 * configure: Rebuit.
16671 Tue Sep 14 03:58:44 1999 Andreas Jaeger <aj@arthur.rhein-neckar.de>
16673 * configure.in: Add crtbeginS.o, crtendS.o for mips-linux; add
16675 * configure: Rebuilt.
16677 Tue Sep 14 03:47:23 1999 Joel Sherrill <joel@OARcorp.com>
16678 Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>
16679 Rosimildo DaSilva <rdasilva@connecttel.com>
16681 * configure.in (m68k-*-rtemscoff*): Added.
16682 * configure.in (mips64orion-*-rtems*): Converted to ELF.
16683 * configure.in (sparc-*-rtemsaout*): Added as alias for old
16684 sparc-rtems configuration.
16685 * configure.in (sparc-*-rtemself*): Added.
16686 * configure.in (sparc-*-rtems*): Now ELF not a.out.
16687 * config/i386/rtems.h: Added comment.
16688 * config/sparc/rtemself.h: New file.
16690 * configure.in (m68k-rtemself): Added.
16691 * config/elfos.h: Added ifndef wrapper for DWARF2_DEBUGGING_INFO
16692 and DWARF_DEBUGGING_INFO.
16693 * config/m68k/crti.s: New file.
16694 * config/m68k/crtn.s: New file.
16695 * config/m68k/t-crtstuff: New file.
16696 * config/m68k/rtemself.h: New file.
16698 * configure.in (i[[34567]]86-*-rtemself*): Now uses crtstuff for
16699 global ctor/dtor and C++ exception handling.
16700 * config/i386/rtemself.h: Now uses crtstuff (crti.o + crtbegin.o)
16701 for STARTFILE_SPEC and crtstuff (crtend.o + crtn.o) for
16703 * config/i386/t-rtems-i386: New File.
16705 Tue Sep 14 09:47:41 1999 Andreas Schwab <schwab@suse.de>
16707 * stmt.c (expand_end_case): Return right away if the case stack is
16710 Tue Sep 14 01:47:19 1999 Jeffrey A Law (law@cygnus.com)
16712 * Makefile.in (version.c): Remove rule incorrectly brought in from
16715 Tue Sep 14 01:42:27 1999 Marc Espie <espie@cvs.openbsd.org>
16717 * Makefile.in: Prepend $(SHELL) to move-if-change calls.
16718 * msdos/top.sed: Take into account a prepended $(SHELL) to
16720 * winnt/config-nt.sed: Likewise. Kill bogus substitution.
16722 * objc/Make-lang.in: Prepend $(SHELL) to move-if-change calls.
16724 Tue Sep 14 01:38:52 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
16726 * regmove.c (fixup_match_1): Don't change an unchanging register.
16727 (stable_but_for_p): Renamed to:
16728 (stable_and_no_regs_but_for_p). Reject unchanging registers too.
16729 Changed all callers.
16731 Tue Sep 14 01:33:15 1999 Andreas Schwab <schwab@suse.de>
16733 * loop.c (strength_reduce): Don't call reg_used_between_p if the
16734 insn from BL2 is after the insn from BL.
16736 Mon Sep 13 21:06:01 1999 Richard Henderson <rth@cygnus.com>
16738 * recog.h (INSN_OUTPUT_FORMAT_*): New.
16739 (struct insn_data): Merge `template' and `outfun' into `output'.
16740 Add `output_format'.
16741 * genoutput.c (INSN_OUTPUT_FORMAT_*): New.
16742 (struct data): Remove `outfun'; add `output_format'.
16743 (name_for_index): Remove declaration.
16744 (output_insn_data): Handle output formats.
16745 (process_template): Emit the bare array for @.
16746 (gen_expand, gen_split): Set output_format to NONE.
16747 * output.h (get_insn_template): Declare.
16748 * final.c (get_insn_template): New.
16749 (final_scan_insn): Use it.
16750 * toplev.c (compile_file): Likewise.
16752 * c4x/c4x.c (c4x_process_after_reload): Likewise.
16753 * i860/i860.c (output_delayed_branch): Likewise.
16754 (output_delay_insn): Likewise.
16756 1999-09-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
16758 * rtl.c (obstack_alloc_rtx): Removed.
16760 1999-09-13 17:03 -0700 Zack Weinberg <zack@bitmover.com>
16762 * config/gmicro/gmicro.md: Disable move DF->DI anonymous pattern.
16764 Mon Sep 13 15:21:46 1999 Richard Henderson <rth@cygnus.com>
16766 * i386.c (call_insn_operand): Reject const_int.
16767 (expander_call_insn_operand): Use call_insn_operand.
16769 Mon Sep 13 17:44:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16771 * gcc.c (getrusage): Wrap prototype arguments in PROTO().
16773 1999-09-13 12:18 -0700 Zack Weinberg <zack@bitmover.com>
16775 * config/i370/i370.md (mulsi, divsi, modsi anonymous insns):
16776 Use DImode operation.
16778 1999-09-13 12:13 -0700 Zack Weinberg <zack@bitmover.com>
16780 * gcc.c: Include sys/resource.h.
16781 (report_times): New flag.
16782 (execute): If report_times is set, calculate and report the
16783 CPU time consumed by each subprocess.
16785 (rus, prus): New globals.
16786 (option_map): Add --time.
16787 (display_help): Document -time.
16788 (process_command): Set report_times if -time is given.
16789 Turn off -pipe if -time is given.
16791 * invoke.texi: Document new option -time.
16793 * configure.in: Check for getrusage. Check if we have to
16794 prototype getrusage.
16795 * acconfig.h: Add NEED_DECLARATION_GETRUSAGE.
16796 * configure: Regenerate.
16797 * config.in: Regenerate.
16799 Mon Sep 13 12:57:06 1999 Dave Brolley <brolley@cygnus.com>
16801 * cppinit.c (append_include_chain): Initialize 'next' and 'alloc'
16804 Mon Sep 13 10:01:33 1999 Nick Clifton <nickc@cygnus.com>
16806 * config/fp-bit.c: Define L_thenan_sf or L_thenan_df (as
16807 appropriate) if FINE_GRAINED_LIBRARIES is not defined.
16808 (nan): Return _thenan_sf or _thenan_df as appropriate.
16809 (L_thenan_sf): Define _thenan_sf.
16810 (L_thenan_df): Define _thenan_df.
16812 * Makefile.in (FPBIT_FUNCS): Add _thenan_sf.
16813 (DPBIT_FUNCS): Add _thenan_df.
16815 Mon Sep 13 09:38:53 1999 Andreas Schwab <schwab@suse.de>
16817 * tree.c (fix_sizetype): Exchange the types for TYPE_SIZE and
16820 Sun Sep 12 23:28:20 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16822 * Makefile.in (gcc.o, gccspec.o, cppspec.o): Depend on gcc.h.
16825 (lang_specific_driver): Don't take a function pointer parameter.
16826 All callers changed.
16828 * gcc.c: Include gcc.h.
16829 (do_spec, fancy_abort,lang_specific_driver,lang_specific_pre_link,
16830 lang_specific_extra_outfiles, fatal): Don't declare.
16831 (multilib_defaults_raw): Constify.
16832 (read_specs): Call memset, rather than bzero.
16833 (main): Call return, not exit.
16834 (lookup_compiler): Call memcpy, not bcopy.
16835 (fatal): Make extern.
16837 * cppspec.c: Include gcc.h.
16838 (lang_specific_driver): Initialize variable `quote'. Constify a
16839 char*. All calls to the function pointer parameter now
16840 explicitly call `fatal'.
16842 * gccspec.c (lang_specific_driver): Include gcc.h.
16844 Sun Sep 12 19:52:10 1999 Richard Earnshaw <rearnsha@arm.com>
16846 * arm.c (note_invalid_constants): Use recog_data.operand_type
16849 Sun Sep 12 15:53:20 1999 Bernd Schmidt <bernds@cygnus.co.uk>
16851 * tree.h (build_common_tree_nodes, build_common_tree_nodes_2):
16854 * reload.h (reload_in, reload_out, reload_in_reg, reload_out_reg,
16855 reload_reg_class, reload_inmode, reload_outmode, reload_optional,
16856 reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
16857 reload_secondary_in_reload, reload_secondary_out_reload,
16858 reload_secondary_in_icode, reload_secondary_out_icode,
16859 reload_reg_rtx, reload_when_needed): Delete declarations.
16860 (struct reload): New structure.
16861 (rld): Declare new array.
16862 * reload.c (reload_in, reload_out, reload_in_reg, reload_out_reg,
16863 reload_reg_class, reload_inmode, reload_outmode, reload_optional,
16864 reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
16865 reload_secondary_in_reload, reload_secondary_out_reload,
16866 reload_secondary_in_icode, reload_secondary_out_icode,
16867 reload_reg_rtx, reload_when_needed): Delete definitions.
16869 (whole file): Replace uses of the deleted arrays with uses of rld.
16870 * reload1.c (whole file): Replace uses of the deleted arrays with
16872 (choose_reload_regs): Copy in/out of save_reload_reg_rtx with
16873 explicit loops, not with bcopy.
16875 Sun Sep 12 05:00:24 1999 Richard Henderson <rth@cygnus.com>
16877 * recog.h (insn_template, insn_outfun, insn_n_operands, insn_n_dups,
16878 insn_n_alternatives, insn_operand_constraint, insn_operand_address_p,
16879 insn_operand_mode, insn_operand_strict_low, insn_operand_predicate,
16880 insn_name): Delete and consolidate into new structures.
16881 (insn_operand_predicate_fn): New.
16882 (insn_output_fn): New.
16883 (insn_gen_fn): New.
16884 (struct insn_operand_data): New.
16885 (struct insn_data): New.
16887 (OUT_FCN): Update for insn_data change.
16888 * builtins.c (expand_builtin_strlen): Likewise.
16889 (expand_builtin_memcmp): Likewise.
16890 * combine.c (make_extraction, simplify_comparison): Likewise.
16891 * cse.c (canon_reg, cse_insn): Likewise.
16892 * explow.c (allocate_dynamic_stack_space, probe_stack_range): Likewise.
16893 * expmed.c (store_bit_field, extract_bit_field): Likewise.
16894 (emit_store_flag): Likewise.
16895 * expr.c (convert_move, emit_block_move): Likewise.
16896 (clear_storage, emit_push_insn, expand_increment): Likewise.
16897 (do_store_flag): Likewise.
16898 * expr.h (GEN_FCN): Likewise.
16899 (insn_gen_function): Die.
16900 * final.c (final_scan_insn): Update for insn_data change.
16901 (output_asm_name): Likewise.
16902 * function.c (fixup_var_refs_1): Likewise.
16903 * loop.c (check_dbra_loop): Likewise.
16904 * optabs.c (expand_binop, expand_twoval_binop): Likewise.
16905 (expand_unop, expand_complex_abs, emit_unop_insn): Likewise.
16906 (prepare_cmp_insn, prepare_operand, emit_indirect_jump): Likewise.
16907 (emit_conditional_move, gen_add2_insn, gen_sub2_insn): Likewise.
16908 * recog.c (validate_replace_rtx_1, extract_insn): Likewise.
16909 * regmove.c (gen_add3_insn): Likewise.
16910 * reload.c (push_secondary_reload, combine_reloads): Likewise.
16911 (find_reloads, find_reloads_address_1): Likewise.
16912 (debug_reload_to_stream): Likewise.
16913 * reload1.c (emit_reload_insns, gen_reload): Likewise.
16914 * stmt.c (expand_end_case): Likewise.
16915 * toplev.c (compile_file): Likewise.
16917 * c4x/c4x.c (c4x_process_after_reload): Likewise.
16918 * i860/i860.c (output_delayed_branch, output_delay_insn): Likewise.
16920 * print-rtl.c (insn_name_ptr): Remove declaration.
16921 (get_insn_name): Declare.
16922 (print_rtx): Use it.
16923 * genoutput.c (insn_name_ptr): Remove.
16924 (next_operand_number): New.
16925 (struct operand_data): New.
16926 (null_operand, odata, odata_end): New.
16927 (struct data): Use struct operand_data.
16928 (idata, idata_end): Renamed from insn_data and end_of_insn_data.
16929 (get_insn_name): Renamed from name_for_index.
16930 (output_prologue): Define NO_MD_PROTOTYPES.
16931 (output_predicate_decls): Break out from output_epilogue.
16932 Iterate over the operands list.
16933 (output_operand_data): Break out from output_epilogue. Emit
16934 just the operands list.
16935 (output_insn_data): Break out from output_epilogue. Emit just
16937 (output_epilogue): Remove.
16938 (output_get_insn_name): New.
16939 (constraints, op_n_alternatives, predicates, address_p): Die.
16940 (modes, strict_low, seen): Die.
16941 (scan_operands): Take new param `d' instead of writing to
16942 seven global variables.
16943 (compare_operands): New.
16944 (place_operands): New.
16945 (validate_insn_alternatives): Update for struct data change.
16946 (gen_insn): Don't zero or copy 7 global arrays. Update for
16947 scan_operands; call place_operands.
16948 (gen_peephole, gen_expand, gen_split): Likewise.
16949 (main): Update for new output routines.
16951 * genattr.c (insn_name_ptr): Remove.
16952 (get_insn_name): New function.
16953 * genattrtab.c, gencodes.c, genconfig.c, genemit.c: Likewise.
16954 * genextract.c, genflags.c, genopinit.c, genpeep.c: Likewise.
16955 * genrecog.c: Likewise.
16957 * alpha.md (adddi3): Make `pattern' array static.
16959 Sun Sep 12 22:05:21 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
16961 * config/c4x/c4x.h (c4x_rpts_cycles_string,
16962 c4x_cpu_version_string): Constify char *.
16963 * config/c4x/c4x.c (c4x_rpts_cycles_string,
16964 c4x_cpu_version_string): Likewise.
16966 Sat Sep 11 23:28:33 1999 Richard Henderson <rth@cygnus.com>
16968 * tree.c (save_tree_status): Revert 10 Sep change.
16969 (restore_tree_status): Likewise. Call obstack_free with NULL
16970 before freeing the obstack proper.
16972 Sat Sep 11 23:23:46 1999 Richard Henderson <rth@cygnus.com>
16974 * cse.c (cse_main): If gc'ing, collect around cse_basic_block.
16976 * ggc-simple.c (ggc_pop_context): Fold outstanding bytes into
16977 surrounding context.
16979 Sat Sep 11 19:52:43 1999 Mark Mitchell <mark@codesourcery.com>
16981 * tree.c (type_hash_canon): Put all types in the hash-table, when
16984 Sat Sep 11 18:37:04 1999 Richard Henderson <rth@cygnus.com>
16986 * recog.h (struct recog_data, recog_data): New.
16987 (recog_foo variables): Kill.
16988 * recog.c (recog_operand, recog_operand_loc): Kill.
16989 (recog_dup_loc, recog_dup_num, recog_n_operands): Kill.
16990 (recog_n_dups, recog_n_alternatives, recog_operand_mode): Kill.
16991 (recog_constraints, recog_op_type, recog_operand_address_p): Kill.
16992 (recog_data): Define.
16993 (extract_insn): Update all recog_foo references to use recog_data.
16994 (preprocess_constraints, constrain_operands): Likewise.
16995 * final.c (final_scan_insn, cleanup_subreg_operands): Likewise.
16996 * genattrtab.c (main): Likewise.
16997 * genextract.c (main): Likewise.
16998 * genoutput.c: Likewise.
16999 * genrecog.c (write_subroutine, main): Likewise.
17000 * local-alloc.c (block_alloc): Likewise.
17001 * reg-stack.c (record_asm_reg_life, subst_asm_stack_regs): Likewise.
17002 * regclass.c (scan_one_insn, record_reg_classes): Likewise.
17003 * regmove.c (regmove_optimize, find_matches, fixup_match_1): Likewise.
17004 * reload.c (find_reloads, find_reloads_toplev): Likewise.
17005 * reload1.c (maybe_fix_stack_asms, eliminate_regs_in_insn): Likewise.
17006 (reload_cse_simplify_operands): Likewise.
17008 * arc/arc.c (arc_final_prescan_insn): Likewise.
17009 * arm/arm.c (note_invalid_constants, arm_final_prescan_insn): Likewise.
17010 * h8300/h8300.c (notice_update_cc): Likewise.
17011 * i386/i386.c (ix86_attr_length_default, ix86_agi_dependant): Likewise.
17012 * i860/i860.c (output_delayed_branch, output_delay_insn): Likewise.
17013 * mn10200/mn10200.c (notice_update_cc): Likewise.
17014 * mn10300/mn10300.c (notice_update_cc): Likewise.
17015 * romp/romp.c (update_cc): Likewise.
17016 * sparc/sparc.c (check_pic): Likewise.
17017 * v850/v850.c (notice_update_cc): Likewise.
17019 * genemit.c (main): Don't declare recog_operand.
17021 Sat Sep 11 12:41:55 1999 Alex Samuel <samuel@codesourcery.com>
17023 * ggc.h (rtvec_def): Forward declare.
17024 (tree_node): Likewise.
17025 (ggc_root): Define.
17027 (ggc_set_mark_rtx): Add prototype.
17028 (ggc_set_mark_rtvec): Likewise.
17029 (ggc_set_mark_tree): Likewise.
17030 * ggc-simple.c (ggc_root): Don't define.
17031 (roots): Don't declare.
17032 (ggc_mark_rtx): Remove.
17033 (ggc_mark_rtvec): Likewise.
17034 (ggc_mark_tree): Likewise.
17035 (ggc_mark_varray): Likewise.
17036 (ggc_mark_tree_hash_table_entry): Likewise.
17037 (ggc_mark_tree_hash_table): Likewise.
17038 (ggc_set_mart_rtx): New function.
17039 (ggc_set_mark_rtvec): Likewise.
17040 (ggc_set_mark_tree): Likewise.
17041 (ggc_add_root): Remove.
17042 (ggc_add_rtx_root): Likewise.
17043 (ggc_remove_tree_root): Likewise.
17044 (ggc_add_string_root): Likewise.
17045 (ggc_add_tree_varray_root): Likewise.
17046 (ggc_add_tree_hash_table_root): Likewise.
17047 (ggc_del_root): Likewise.
17048 (ggc_mark_rtx_ptr): Likewise.
17049 (ggc_mark_tree_ptr): Likewise.
17050 (ggc_mark_string_ptr): Likewise.
17051 (ggc_mark_tree_varray_ptr): Likewise.
17052 (ggc_mark_tree_hash_table_ptr): Likewise.
17053 * ggc-common.c: New file.
17054 * Makefile.in (OBJS): Add ggc-common.o.
17055 (ggc-common.o): List dependencies.
17057 1999-09-10 22:37 -0700 Zack Weinberg <zack@bitmover.com>
17059 * cppalloc.c (xstrdup): Use memcpy.
17060 * cpperror.c (cpp_print_containing_files): Don't use
17062 * cpplib.c (conditional_skip): Set temp->lineno.
17063 (do_endif): Make error message less obscure.
17064 (if_directive_name): New function.
17065 (cpp_get_token [case EOF]): Unwind the if stack and generate
17066 error messages for each unterminated conditional in this file.
17067 (parse_string): Do not behave differently if -traditional.
17069 Fri Sep 10 14:04:07 1999 Richard Henderson <rth@cygnus.com>
17071 * builtins.c (expand_builtin_va_arg): Cope with an array-type
17072 va_list decomposing to pointer-type.
17073 * rs6000.c (rs6000_va_start) Unwrap the ARRAY_TYPE to get at fields.
17074 (rs6000_va_arg): Likewise.
17076 Fri Sep 10 13:21:21 1999 Jim Wilson <wilson@cygnus.com>
17078 * except.c (start_dynamic_handler): Compute size using
17079 STACK_SAVEAREA_MODE.
17081 Fri Sep 10 16:01:23 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17083 * protoize.c: Remove various __STDC__ and POSIX hacks. Don't
17084 include directory headers. Don't define strrchr. Don't provide
17085 my_* replacement functions. Prefer PTR over `pointer_type'.
17086 Don't prototype system functions. Don't redefine getopt.
17088 (shortpath, fancy_abort, notice, savestring, dupnstr, substr,
17089 safe_read, safe_write, save_pointers, restore_pointers,
17090 is_id_char, in_system_include_dir, directory_specified_p,
17091 file_excluded_p, unexpand_if_needed, abspath, check_aux_info,
17092 find_corresponding_lparen, referenced_file_is_newer,
17093 save_def_or_dec, munge_compile_params, gen_aux_info_file,
17094 process_aux_info_file, identify_lineno, check_source,
17095 seek_to_line, forward_to_next_token_char, output_bytes,
17096 output_string, output_up_to, other_variable_style_function,
17097 find_rightmost_formals_list, do_cleaning, careful_find_l_paren,
17098 do_processing, is_syscalls_file, rename_c_file, find_extern_def,
17099 find_static_definition, connect_defs_and_decs, add_local_decl,
17100 add_global_decls, needs_to_be_converted, visit_each_hash_node,
17101 add_symbol, lookup, free_def_dec, find_file, reverse_def_dec_list,
17102 edit_fn_declaration, edit_formals_lists, edit_fn_definition,
17103 scan_for_missed_items, edit_file, string_list_cons): Add static
17105 (standard_exec_prefix, target_machine, target_version,
17106 default_syscalls_dir, string_list, string_list_cons, find_file,
17107 do_cleaning): Constify a char*.
17108 (safe_read, safe_write): Use PTR, not a char*.
17109 (is_id_char): Take an int, not a char.
17110 (main): Add prototype. Call return, not exit.
17112 Fri Sep 10 16:48:26 1999 Andrew Haley <aph@cygnus.com>
17114 * tree.c (type_hash_lookup): Check for equal TYPE_ALIGN fields
17115 when comparing types.
17117 Fri Sep 10 08:43:32 1999 Richard Henderson <rth@cygnus.com>
17119 * loop.c (basic_induction_var): Typo NULL_RTX -> NULL.
17120 (strength_reduce): Release the varrays from the no-bivs early exit.
17122 * reload1.c (order_regs_for_reload): Init hard_reg_n_uses before
17123 the loop over the registers.
17125 * tree.c (save_tree_status): Set maybepermanent_firstobj NULL
17127 (restore_tree_status): Check that instead when freeing the obstack.
17129 Wed Sep 8 16:12:04 1999 Andrew Haley <aph@cygnus.com>
17131 * alias.c (rtx_equal_for_memref_p): Allow CONST_DOUBLEs to be used
17134 Fri Sep 10 11:58:55 1999 Bernd Schmidt <bernds@cygnus.co.uk>
17136 * i386.md (ashlqi3): For NON_QI_REG_P regs, use sall. Fix some
17137 operand size modifiers.
17139 Fri Sep 10 10:32:32 1999 Bernd Schmidt <bernds@cygnus.co.uk>
17141 * c-common.c (c_common_nodes_and_builtins): Don't build
17143 * c-common.h (enum c_tree_index and related accesor macros): Remove
17144 everything now declared in tree.h.
17145 * c-decl.c (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
17146 LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE, WCHAR_UNSIGNED, FLOAT_TYPE_SIZE,
17147 DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE): Don't provide defaults.
17148 (error_mark_node, void_type_node, char_type_node, integer_type_node,
17149 unsigned_type_node, ptr_type_node, va_list_type_node,
17150 integer_zero_node, null_pointer_node, integer_one_node): Delete.
17151 (init_decl_processing): Call build_common_tree_nodes and
17152 build_common_tree_nodes_2 instead of building their nodes here.
17153 Don't add roots for these nodes.
17154 * stor-layout.c (size_zero_node, size_one_node): Delete.
17155 (set_sizetype): Make a new node for bitsizetype each time.
17156 * tree.c (global_trees): New variable.
17157 (init_obstacks): Add a gc root for it.
17158 (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
17159 LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE, FLOAT_TYPE_SIZE,
17160 DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE): Provide defaults.
17161 (build_common_tree_nodes): New function.
17162 (fix_sizetype): New function.
17163 (build_common_tree_nodes_2): New function.
17164 * tree.h (enum tree_index): New.
17165 (global_trees): Declare.
17166 Add accessor macros for all nodes now moved to global_trees.
17167 Delete their declarations.
17169 Thu Sep 9 20:15:46 1999 Richard Henderson <rth@cygnus.com>
17171 * c-decl.c (finish_function): When processing a nested function,
17172 push and pop GC context around rest_of_compilation.
17174 Thu Sep 9 16:42:06 1999 Richard Henderson <rth@cygnus.com>
17176 * i386.c (override_options): Remove ppro, pentium2, and p2 as aliases.
17177 Default ix86_arch to PROCESSOR_I386.
17178 * i386.h (CC1_CPU_SPEC): Don't add -march=foo. Remove -mno-foo.
17179 (CPP_486_SPEC, CPP_586_SPEC, CPP_686_SPEC): Delete.
17180 (CPP_CPU_DEFAULT_SPEC): Define to __tune_foo__.
17181 (CC1_CPU_SPEC): Make -march=foo define __foo__, and provide
17182 __tune_foo__ if no -mcpu. Make -mcpu=bar define __tune_bar__.
17183 (EXTRA_SPECS): Remove deleted specs.
17185 Thu Sep 9 16:03:06 1999 Richard Henderson <rth@cygnus.com>
17187 * function.c (assign_stack_local_1): Allocate from
17188 function->x_frame_offset, not frame_offset.
17190 Thu Sep 9 14:36:31 1999 Mark Mitchell <mark@codesourcery.com>
17192 * ggc.h (lang_cleanup_tree): Remove.
17193 * gcc-simple.c (ggc_free_tree): Don't call lang_cleanup_tree.
17194 * ggc-callbacks.c (lang_cleanup_tree): Remove.
17196 * c-decl.c (finish_struct): Use ggc_alloc to allocate
17197 TYPE_LANG_SPECIFIC when garbage collecting.
17198 (lang_mark_tree): Mark TYPE_LANG_SPECIFIC.
17199 (lang_cleanup_tree): Remove.
17201 Thu Sep 9 14:23:02 1999 Jason Merrill <jason@yorick.cygnus.com>
17203 * defaults.h (EH_FRAME_SECTION, EH_FRAME_SECTION_ASM_OP): Define here.
17204 * crtstuff.c: Not here.
17205 * dwarf2out.c: Or here.
17206 * libgcc2.c (__do_global_ctors, __do_global_dtors): Handle EH frame
17209 Thu Sep 9 09:40:58 1999 Mark Mitchell <mark@codesourcery.com>
17211 * function.h (free_after_compilation): Remove decl parameter.
17212 (free_varasm_status0: Likewise.
17213 (free_emit_status): Likewise.
17214 (free_stmt_status): Likewise.
17215 (free_after_compilation): Likewise.
17216 (init_lang_status): New variable.
17217 (free_lang_status): Likewise.
17218 * emit-rtl.c (free_emit_status): Make decl parameter implicit.
17219 * function.c (init_lang_status): New variable.
17220 (free_lang_status): Likewise.
17221 (push_function_context_to): Don't set function::decl here.
17222 (free_after_copmilation): Make decl parameter implicit. Call
17223 free_lang_status if defined.
17224 (prepare_function_start): Call init_lang_status if defined.
17225 (init_function_start): Set function::decl here.
17226 * profile.c (output_func_start_profiler): Don't call pushdecl
17227 until we've actually started the function.
17228 * stmt.c (free_stmt_status): Make decl parameter implicit.
17229 * toplev.c (rest_of_compilation): Don't pass decl to
17230 free_after_compilation.
17231 * varasm.c (free_varasm_status): Likewise.
17233 Thu Sep 9 17:23:19 1999 Bernd Schmidt <bernds@cygnus.co.uk>
17235 * except.c (call_get_eh_context): Add root when allocating static
17238 Thu Sep 9 15:24:59 BST 1999 Richard Earnshaw <rearnsha@arm.com>
17240 * arm.c: Include "ggc.h".
17241 (arm_add_gc_roots): New function.
17242 (arm_override_options): Call it.
17243 (aof_pic_entry): Add a GC root for aof_pic_label when it's allocated.
17245 * arm.md (define_asm_attributes): Add a pool_range attribute.
17247 Thu Sep 9 12:32:57 BST 1999 Nathan Sidwell <nathan@acm.org>
17249 * extend.texi (Volatiles): New node.
17251 Thu Sep 9 03:37:31 1999 Richard Henderson <rth@cygnus.com>
17253 * ggc-simple.c (IS_MARKED, IGNORE_MARK): New.
17254 (GGC_ANY_MAGIC, GGC_ANY_MAGIC_MARK): New.
17255 (struct ggc_any): Replace `mark' with `magic_mark'.
17256 (ggc_alloc_string): Use memcpy, not bcopy.
17257 (ggc_alloc_any): Set magic_mark. Update bytes_alloced_since_gc.
17258 (ggc_free_{rtx,rtvec,tree,string}): Mark inline.
17259 (ggc_free_any): New.
17260 (ggc_mark_string): Use IGNORE_MARK. Calc back to struct gcc_string.
17261 (ggc_mark): Use IGNORE_MARK. Abort if magic doesn't match.
17262 (ggc_collect): Re-enable collection avoidance. Use GGC_ANY_MARK.
17263 Use IS_MARKED. Use ggc_free_any.
17265 1999-09-09 Scott Bambrough <scottb@netwinder.org>
17267 * config/arm/linux-elf.h: define NO_IMPLICIT_EXTERN_C
17269 Thu Sep 9 01:55:21 1999 Richard Henderson <rth@cygnus.com>
17271 * toplev.c (main): Always init_ggc.
17273 Wed Sep 8 23:53:22 1999 Richard Henderson <rth@cygnus.com>
17275 * except.c (find_all_handler_type_matches): Free the list if
17276 we found no matches.
17278 * combine.c (SUBST): Break out to a real function do_SUBST.
17279 (SUBST_INT): Likewise.
17280 * gcse.c (free_pre_mem): Free `temp_bitmap'.
17281 (pre_insert): Free `inserted'.
17282 * loop.c (basic_induction_var): Always set `location'.
17284 * function.c (expand_function_end): Add initial_trampoline as a root.
17285 * rtl.h (init_varasm_once): Declare.
17286 * toplev.c (compile_file): Call it.
17287 * ggc-simple.c (ggc_mark_string_ptr): New.
17288 (ggc_add_string_root): New.
17289 (ggc_collect): Disable collection avoidance temporarily.
17290 * ggc.h (ggc_add_string_root): Declare.
17291 * except.c (create_rethrow_ref): Use ggc_alloc_string.
17292 * optabs.c (init_libfuncs): Likewise.
17293 * varasm.c (named_section): Use ggc_alloc_string.
17294 (make_function_rtl): Likewise.
17295 (make_decl_rtl): Likewise.
17296 (assemble_static_space): Likewise.
17297 (assemble_trampoline_template): Likewise.
17298 (output_constant_def): Likewise.
17299 (force_const_mem): Likewise.
17300 (mark_const_hash_entry): New.
17301 (mark_pool_sym_hash_table): New.
17302 (mark_varasm_state): Use it.
17303 (init_varasm_once): New.
17305 * expr.h (init_one_libfunc): Declare.
17306 * optabs.c (init_one_libfunc): New.
17307 (init_optabs): Use it.
17308 * config/gofast.h: Likewise.
17309 * config/sparc/sol2.h (INIT_SUBTARGET_OPTABS): Likewise.
17310 * config/sparc/sparc.h (INIT_TARGET_OPTABS): Likewise.
17312 Thu Sep 9 13:46:06 1999 Geoffrey Keating <geoffk@cygnus.com>
17314 * Makefile.in (cppexp.o): Depend on cpphash.h.
17315 * cppexp.c (cpp_lex): Handle `defined (xxx)' for poisoned xxx.
17317 * cpphash.c (special_symbol): Handle plain `xxx' for poisoned xxx.
17318 * cpplib.c (do_define): Generalise to handle poisoned definitions,
17319 redefining poisoned identifiers, etc.
17320 (do_undef): Don't allow poisoned identifiers to be undefined.
17321 (do_pragma): Add #pragma poison.
17322 (do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
17324 * cccp.c: Add T_POISON node type.
17325 (special_symbol): Handle `defined(xxx)' and plain `xxx' for
17327 (do_define): Generalise to handle poisoned definitions,
17328 redefining poisoned identifiers, etc.
17329 (do_undef): Don't allow poisoned identifiers to be undefined.
17330 (do_pragma): Add #pragma poison.
17331 (do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
17333 * c-pragma.c (handle_pragma_token): Ignore #pragma poison.
17334 * c-pragma.h: Add ps_poison state. We now always have generic
17337 Wed Sep 8 20:30:42 1999 Mark Mitchell <mark@codesourcery.com>
17339 * ggc.h (ggc_alloc): New function.
17340 (ggc_mark): Likewise.
17341 * ggc-simple.c (ggc_any): New structure.
17342 (ggc_status): Add anys.
17343 (n_anys_collected): New variable.
17344 (ggc_alloc): Define.
17345 (ggc_mark): Likewise.
17346 (ggc_collect): Collect the anys.
17348 Wed Sep 8 20:15:14 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17350 * c-decl.c (mark_binding_level): Make static to match prototype.
17352 Wed Sep 8 16:41:27 1999 Richard Henderson <rth@cygnus.com>
17354 * flow.c (new_insn_dead_notes): Don't early out for preexisting regs.
17356 Wed Sep 8 16:07:52 1999 Richard Henderson <rth@cygnus.com>
17358 * gengenrtl.c (CONST_DOUBLE_FORMAT): Take the size REAL_ARITHMETIC
17359 will use into account. Expand the max width to 5.
17362 Wed Sep 8 16:01:14 1999 Richard Henderson <rth@cygnus.com>
17364 * ggc-simple.c (ggc_free_rtx): Poison the correct amount
17365 for the rtx length.
17367 Wed Sep 8 15:23:54 1999 Richard Henderson <rth@cygnus.com>
17369 * alpha.md (call value patterns): Remove the result predicates.
17371 Wed Sep 8 13:35:38 1999 Richard Henderson <rth@cygnus.com>
17373 * Makefile.in (stmp-fixinc): Remove extraneous exit 1 from
17376 Wed Sep 8 15:32:16 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17378 * system.h (sbrk, malloc, calloc, realloc): Backup prototypes
17379 changed from extern char *, to extern PTR. Also fix typo in
17380 NEED_DECLARATION_REALLOC test.
17382 * mips-tdump.c (malloc, calloc, realloc): Don't prototype.
17384 Wed Sep 8 11:40:47 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17386 * gansidecl.h (__attribute__, ATTRIBUTE_UNUSED_LABEL,
17387 ATTRIBUTE_UNUSED, ATTRIBUTE_NORETURN, ATTRIBUTE_PRINTF,
17388 ATTRIBUTE_PRINTF_1, ATTRIBUTE_PRINTF_2, ATTRIBUTE_PRINTF_3,
17389 ATTRIBUTE_PRINTF_4, ATTRIBUTE_PRINTF_5, GENERIC_PTR): Delete.
17391 * c-decl.c (field_decl_cmp): Use PTR instead of GENERIC_PTR.
17393 * cccp.c (pcfinclude): Likewise.
17395 * global.c (allocno_compare): Likewise.
17397 * haifa-sched.c (rank_for_schedule): Likewise.
17399 * local-alloc.c (qty_sugg_compare_1, qty_compare_1): Likewise.
17401 * reload1.c (hard_reg_use_compare, reload_reg_class_lower): Likewise.
17403 * stupid.c (stupid_reg_compare): Likewise.
17405 * tree.c (_obstack_allocated_p): Likewise.
17407 * varray.h (varray_data_tag, VARRAY_GENERIC_PTR_INIT): Likewise.
17409 1999-09-08 Bruce Korb autogen@linuxbox.com
17411 * Makefile.in: Give the hapless gperf user a hint about
17412 why "gperf -F" fails.
17414 Wed Sep 8 04:43:22 1999 Richard Henderson <rth@cygnus.com>
17416 * lists.c: Include ggc.h.
17418 (init_EXPR_INSN_LIST_cache): Install it.
17420 * ggc-simple.c (init_ggc): Absorb the old init.
17421 (ggc_push_context): Use xcalloc.
17422 (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Likewise.
17423 (ggc_collect): Add [rvts] tags to the collection stats.
17425 Wed Sep 8 11:14:25 1999 Andreas Schwab <schwab@suse.de>
17427 * cccp.c (main): Fix handling of -include and -imacros options.
17429 Wed Sep 8 02:23:08 1999 Jeffrey A Law (law@cygnus.com)
17431 * cpplib.c (cpp_push_buffer): Fix order of arguments.
17433 Wed Sep 8 04:44:09 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
17435 * rtl.h (obstack_alloc_rtx): Removed, it's now static in
17438 Wed Sep 8 00:33:43 1999 Alasdair Baird <alasdair@wildcat.demon.co.uk>
17440 * flow.c (insn_dead_p): Use XEXP rather than SUBREG_REG.
17441 * haifa-sched.c (sched_analyze_1): Use XEXP rather than SUBREG_REG
17442 and SET_DEST. Update comment.
17444 Wed Sep 8 18:55:17 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
17446 * config/c4x/c4x.c: Include ggc.h.
17447 (c4x_add_gc_roots): New function.
17448 (c4x_override_options): Call c4x_add_gc_roots.
17450 Wed Sep 8 00:00:16 1999 Richard Henderson <rth@cygnus.com>
17452 * defaults.h (TARGET_ESC): Move ...
17453 * system.h: ... here, where Linas had it in the first place. Silly me.
17455 Tue Sep 7 23:46:35 1999 Linas Vepstas <linas@linas.org>
17457 * c-common.c: Use ISGRAPH, ISLOWER, toupper.
17458 * c-lex.c, cccp.c, cexp.c, cexp.y, cppexp.c, dwarf2out.c, genattr.c,
17459 genattrtab.c, genemit.c, genextract.c, genpeep.c, tree.c: Likewise.
17460 * system.h (IN_CTYPE_DOMAIN): Define to 1 if HOST_EBCDIC.
17461 * defaults.h (TARGET_ESC): Add default.
17463 Tue Sep 7 23:36:59 1999 Linas Vepstas <linas@linas.org>
17465 * configure.in: add i370-*-openedition, i370-*-mvs and
17466 i370-*-linux targets
17468 Tue Sep 7 23:31:53 1999 Mark Mitchell <mark@codesourcery.com>
17470 * dsp16xxx.c: Include ggc.h
17471 (override_options): Mark GC roots.
17472 * mn10200.c: Include ggc.h.
17473 (asm_file_start): Mark GC roots.
17474 * tahoe.c: Include ggc.h.
17475 (extensible_operand): Mark GC roots.
17477 Tue Sep 7 23:23:15 1999 Linas Vepstas <linas@linas.org>
17479 * README: Add section discussing status of ELF ABI.
17480 * i370.c: Fix misc spelling mistakes.
17481 (i370_label_scan): Updated notes, exception handling.
17482 (i370_function_prolog): Simplify ELF stack handling.
17483 * i370.h: (FIXED_REGISTERS): Free up r12 for ELF.
17484 (STACK_GROWS_DOWNWARD): ELF stack grows down.
17485 (ASM_DECLARE_FUNCTION_NAME): Fix crazy malloc size.
17486 * i370.md: (movdi): Add notes.
17487 (floatsidf2): Use stack not rtca for scratch float area.
17488 (iorsi3): Correct operand constraints.
17489 * x-oe: Restore TAROUTOPTS which are used by pax.
17491 Tue Sep 7 22:39:18 1999 Mark Mitchell <mark@codesourcery.com>
17493 * rs6000.c: Include ggc.h.
17494 (rs6000_add_gc_roots): New function.
17495 (override_options): Call it.
17497 Tue Sep 7 22:09:03 1999 Richard Henderson <rth@cygnus.com>
17499 * alpha.h (alpha_compare): New.
17500 (alpha_compare_op0, alpha_compare_op1, alpha_compare_fp_p): Remove.
17501 * alpha.c: Likewise for the definitions.
17502 (alpha_emit_conditional_branch): Update for alpha_compare.
17503 (alpha_emit_conditional_move): Likewise.
17504 * alpha.md (cmpdf, cmpdi): Likewise.
17505 (setcc patterns): Likewise. Zero alpha_compare after use.
17506 (sne): Optimize (x != 0) into (0U < x).
17508 Tue Sep 7 21:55:02 1999 Richard Henderson <rth@cygnus.com>
17510 * alpha.h (alpha_eh_epilogue_sp_ofs): Remove.
17511 (struct machine_function): Declare; add eh_epilogue_sp_ofs.
17512 (INIT_EXPANDERS): Remove.
17513 * alpha.c: Include ggc.h.
17514 (alpha_eh_epilogue_sp_ofs, alpha_return_addr_rtx): Remove.
17515 (alpha_init_machine_status, alpha_mark_machine_status): New.
17516 (override_options): Install them.
17517 (struct machine_function): Moved to alpha.h.
17518 (alpha_save_machine_status, alpha_restore_machine_status): Remove.
17519 (alpha_init_expanders): Remove.
17520 (alpha_return_addr): Adjust to use current_function->machine.
17521 (alpha_ra_ever_killed): Likewise.
17522 (alpha_expand_epilogue): Likewise.
17523 * alpha.md (eh_epilogue): Likewise.
17525 Wed Sep 8 14:34:42 1999 Ian Piumarta <piumarta@prof.inria.fr>
17526 Melissa O'Neill <oneill@cs.sfu.ca>
17527 Geoffrey Keating <geoffk@cygnus.com>
17529 * config/rs6000/rs6000.c (first_reg_to_save): Don't save fixed or
17530 call-used registers (call-saved registers must still be contiguous
17531 and end with r31, of course).
17533 Tue Sep 7 21:41:38 1999 Richard Henderson <rth@cygnus.com>
17535 * c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.
17536 (self_promoting_type_p): Delete.
17537 (self_promoting_args_p): Move ...
17538 * c-common.c: ... here.
17539 (c_common_nodes_and_builtins): Initialize lang_type_promotes_to.
17540 (simple_type_promotes_to): New.
17541 * builtins.c (lang_type_promotes_to): New.
17542 (expand_builtin_va_arg): Use it to give diagnostic for illegal types.
17543 * c-tree.h (C_PROMOTING_INTEGER_TYPE_P): Move ...
17544 * c-common.h: ... here.
17545 (self_promoting_args_p, simple_type_promotes_to): Declare.
17546 * c-decl.c (duplicate_decls): Use simple_type_promotes_to.
17547 (grokdeclarator): Likewise.
17548 * tree.h (lang_type_promotes_to): Declare.
17550 Tue Sep 7 17:15:21 1999 Mark Mitchell <mark@codesourcery.com>
17552 Add some machine-dependent GC roots.
17553 * sparc.c: Include ggc.h.
17554 (sparc_add_gc_roots): New function.
17555 (mark_ultrasparc_pipeline_state): Likewise.
17556 (override_options): Call sparc_add_gc_roots.
17557 * pa.c: Include ggc.h.
17558 (pa_add_gc_roots): New function.
17559 (mark_deferred_plabels): Likewise.
17560 (override_options): Call pa_add_gc_roots.
17561 * mips.c: Include ggc.h.
17562 (mips_add_gc_roots): New function.
17563 (override_options): Use it.
17565 Tue Sep 7 11:39:41 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17567 * cpperror.c (cpp_file_line_for_message): Constify a char*.
17569 * cppexp.c (parse_number, parse_charconst, cpp_lex,
17570 cpp_parse_expr): Add static prototypes.
17571 (parse_charconst): Don't cast away const-ness.
17572 (token): Constify a char*.
17574 * cppfiles.c (file_name_list, include_hash, find_include_file,
17575 finclude, initialize_input_buffer): Constify a char*.
17576 (file_cleanup, find_position): Add static prototypes.
17578 * cpphash.c (macro_cleanup, macarg, timestamp, special_symbol,
17579 collect_expansion): Add static prototypes.
17580 (cpp_install, create_definition, monthnames): Constify a char*.
17582 * cpphash.h (cpp_install): Likewise.
17584 * cppinit.c (known_suffixes, default_include,
17585 dump_special_to_buffer, NAME, cpp_start_read, cpp_finish): Likewise.
17586 (base_name, dump_special_to_buffer, initialize_dependency_output):
17587 Add static prototypes.
17589 * cpplib.c (my_strerror): Constify a char*.
17590 (null_underflow, null_cleanup, skip_comment, copy_comment,
17591 copy_rest_of_line, handle_directive, pass_thru_directive,
17592 get_directive_token, read_line_number, cpp_print_file_and_line,
17593 v_cpp_error, v_cpp_warning, v_cpp_error_with_line,
17594 v_cpp_warning_with_line, detect_if_not_defined,
17595 consider_directive_while_skipping): Add static prototypes.
17596 (pass_thru_directive, check_macro_name, cpp_expand_to_buffer,
17597 cpp_pedwarn_with_file_and_line): Constify a char*.
17599 * cpplib.h (cpp_options, include_hash, progname, definition,
17600 cpp_pedwarn_with_file_and_line, cpp_expand_to_buffer,
17601 check_macro_name, cpp_pfatal_with_name, cpp_file_line_for_message,
17602 find_include_file, deps_output, include_hash): Constify a char*.
17604 * cppmain.c (progname): Constify.
17605 (main): Add prototype. Use return, not exit.
17607 * fix-header.c (fatal, add_symbols, lookup_std_proto, write_lbrac,
17608 recognized_macro, check_macro_names, read_scan_file, write_rbrac,
17609 inf_skip_spaces, inf_read_upto, inf_scan_ident, inf_scan_ident,
17610 check_protection): Add static prototype.
17612 (progname, recognized_macrom, recognized_extern): Constify a char*.
17613 (main): Add prototype.
17615 * gen-protos.c (progname): Constify a char*.
17617 Tue Sep 7 00:47:52 1999 Mark Mitchell <mark@codesourcery.com>
17619 * emit-rtl.c (free_emit_status): Take decl as a parameter.
17620 (init_emit_once): Add more GC roots.
17621 * except.c (mark_func_eh_entry): New function.
17622 (mark_eh_node): Mark false_label and rethrow_label.
17623 (init_eh): Add more GC roots.
17624 * function.c (free_after_compilation): Take decl as a paramter.
17625 Call free_stmt_status.
17626 (mark_function_state): Don't assume x_parm_reg_stack_loc is
17628 * function.h (free_after_compilation): Change prototype.
17629 (free_varasm_status): Likewise.
17630 (free_emit_status): Likewise.
17631 (free_stmt_status): New function.
17632 * ggc-simple.c (rtx, vecs, trees, strings, bytes_alloced_since_gc):
17633 Remove, replacing with ...
17634 (ggc_status): New structure.
17635 (ggc_chain): New variable.
17636 (init_gcc): Define.
17637 (ggc_push_context): New function.
17638 (ggc_pop_context): Likewise.
17639 (ggc_alloc_rtx): Adjust for use of ggc_chain.
17640 (ggc_alloc_rtvec): Likewise.
17641 (ggc_alloc_tree): Likewise.
17642 (ggc_alloc_string): Likewise.
17643 (ggc_mark_rtx): Mark NOTE_SOURCE_FILE and NOTE_RANGE_INFO.
17644 (ggc_mark_tree): Give language-dependent code a chance to mark
17646 (ggc_mark_tree_varray): Handle empty arrays.
17647 (ggc_collect): Adjust for use of ggc_chain. Clear
17648 bytes_alloced_since_last_gc.
17649 * ggc.h (ggc_pop_context): New function.
17650 (ggc_push_context): Likewise.
17651 * print-tree.c (print_node): Don't print obstacks when GC'ing.
17652 * stmt.c (free_stmt_status): New function.
17653 (init_stmt_for_function): Clear last_expr_value.
17654 * toplev.c (rest_of_compilation): Always call free_after_compilation.
17655 Conditionalize call to ggc_collect.
17656 (main): Call init_ggc.
17657 * tree.c (push_obstacks): Do the push, even when GC'ing.
17658 (push_obstacks_nochange): Likewise.
17659 (pop_obstacks): Liekwise.
17660 * varasm.c (free_varasm_status): Take decl as a parameter.
17662 Tue Sep 7 08:15:49 1999 Gavin Romig-Koch <gavin@cygnus.com>
17664 * config/mips/mips.h (MULTILIB_ENDIAN_DEFAULT) : New macro.
17665 (MULTILIB_ENDIAN_DEFAULT) : Use the new macro.
17666 * config/mips/elf64.h (MULTILIB_DEFAULTS) : Use the new macro.
17667 * config/mips/r3900.h (MULTILIB_DEFAULTS) : Use the new macro.
17669 Tue Sep 7 03:42:45 1999 Mark Klein (mklein@dis.com)
17671 * pa/x-pa-mpeix: New file for the MPE port.
17673 * pa/quadlib.asm: New file for long double support.
17675 * configure.in: Add hppa1.0-*-mpeix for MPE port.
17676 * configure: Rebuilt.
17678 Tue Sep 7 10:08:40 1999 Andreas Schwab <schwab@suse.de>
17680 * final.c (shorten_branches): Fix last change.
17682 Tue Sep 7 00:30:32 1999 Jeffrey A Law (law@cygnus.com)
17684 * pa.h (ASM_OUTPUT_DOUBLE_INT): Delete.
17686 Mon Sep 6 22:44:47 1999 Jeffrey A Law (law@cygnus.com)
17688 * Merge from gcc2 snapshot Jan 9, 1999. See FSFChangeLog for
17691 Mon Sep 6 22:31:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17693 * c-aux-info.c (concat): Don't define.
17695 * cccp.c (my_strerror): Likewise. All callers changed to use
17697 (do_include): Call xstrdup, not xmalloc/strcpy.
17698 (grow_outbuf): Don't check if xrealloc returns NULL, it can't.
17699 (xmalloc, xrealloc, xcalloc, xstrdup): Don't define.
17701 * collect2.c (my_strsignal): Likewise. All callers changed to use
17703 (locatelib): Call xstrdup, not xmalloc/strcpy.
17705 * 1750a.h (ASM_OUTPUT_INTERNAL_LABEL): Call xmalloc, not malloc.
17707 * dsp16xx.c (override_options): Call xstrdup, not xmalloc/strcpy.
17709 * i370.h (ASM_DECLARE_FUNCTION_NAME): Call xmalloc, not malloc.
17711 * mips.c (build_mips16_call_stub): Call xstrdup, not xmalloc/strcpy.
17713 * cppinit.c (cpp_options_init): Call xcalloc, not xmalloc/bzero.
17715 * dwarfout.c (dwarfout_init): Call concat, not xmalloc/strcpy/...
17717 * except.c (new_eh_region_entry): Call xmalloc/xrealloc, not
17719 (find_all_handler_type_matches): Likewise. Don't check return
17721 (get_new_handler, init_insn_eh_region, process_nestinfo): Call
17722 xmalloc, not malloc.
17723 (init_eh_nesting_info): Likewise. Call xcalloc, not xmalloc/bzero.
17725 * gcc.c (xstrerror, xmalloc, xrealloc): Don't define.
17726 (init_spec): Call xcalloc, not xmalloc/bzero.
17727 (set_spec): Call xstrdup, not save_string.
17728 (record_temp_file): Call xstrdup, not xmalloc/strcpy.
17729 (find_a_file): Call xstrdup, not xmalloc/strcpy.
17730 (process_command): Call xstrdup, not save_string.
17731 (main): Call xcalloc, not xmalloc/bzero.
17733 * gcov.c (xmalloc): Don't define.
17734 (create_program_flow_graph): Call xcalloc, not xmalloc/bzero.
17735 (scan_for_source_files): Call xstrdup, not xmalloc/strcpy.
17736 (output_data): Call xcalloc, not xmalloc/bzero.
17738 * haifa-sched.c (schedule_insns): Call xcalloc, not xmalloc/bzero.
17740 * mips-tdump.c (xmalloc): Don't define.
17741 (print_symbol): Call xmalloc, not malloc.
17742 (read_tfile): Call xcalloc, not calloc.
17744 * mips-tfile.c (xfree, my_strsignal, xmalloc, xcalloc, xrealloc):
17745 Don't define. All callers of xfree/my_strsignal changed to use
17746 free/strsignal instead.
17747 (allocate_cluster): Call xcalloc, not calloc.
17749 * objc/objc-act.c (lang_init): Call concat, not xmalloc/strcpy/...
17750 Fix memory leak, free allocated memory.
17752 * prefix.c (translate_name): Call xstrdup, not save_string.
17753 (update_path): Likewise.
17755 * profile.c (branch_prob): Call xstrdup, not xmalloc/strcpy.
17757 * protoize.c (xstrerror, xmalloc, xrealloc, xfree, savestring2):
17758 Don't define. Callers of xfree/savestring2 changed to use
17759 free/concat instead.
17761 * reload1.c (reload): Call xcalloc, not xmalloc/bzero.
17762 (init_elim_table): Likewise.
17764 * resource.c (init_resource_info): Likewise.
17766 * stupid.c (stupid_life_analysis): Likewise.
17768 * toplev.c (xmalloc, xcalloc, xrealloc, xstrdup): Don't define.
17769 (open_dump_file): Call concat, not xmalloc/strcpy/...
17770 (clean_dump_file): Likewise.
17771 (compile_file): Call xstrdup, not xmalloc/strcpy.
17773 Mon Sep 6 15:04:55 1999 Richard Henderson <rth@cygnus.com>
17775 * v850.h (EXPAND_BUILTIN_VA_ARG): New.
17776 * v850.c (v850_va_arg): New.
17778 Tue Sep 7 09:36:01 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
17780 * haifa-sched.c: Tidy comments.
17782 Mon Sep 6 14:30:13 1999 Bernd Schmidt <bernds@cygnus.co.uk>
17784 * Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.
17785 (c-parse.o, c-decl.o, c-lang.o, c-lex.o, c-common.o,
17786 $(out_object_file)): Depend on ggc.h.
17787 * c-common.c: Include "ggc.h".
17788 (combine_strings): If doing GC, use ggc_alloc_string.
17789 * c-decl.c: Include "ggc.h".
17790 (ggc_p): Define with value 0.
17791 (mark_binding_level): New function.
17792 (init_decl_processing): Add GC roots.
17793 (mark_c_function_context): New function.
17794 (lang_mark_false_label_stack): New function.
17795 (lang_mark_tree): New function.
17796 (lang_cleanup_tree): New function.
17797 * c-lang.c: Include "ggc.h".
17798 (lang_init): Call c_parse_init.
17799 * c-lex.c: Include "ggc.h".
17800 (check_linenum): If doing GC, don't copy filenames to permanent
17802 * c-parse.in: Include "ggc.h".
17803 (c_parse_init): New function.
17804 * c-tree.h (c_parse_init, mark_c_function_context): Declare.
17805 * objc/Make-lang.in (objc-parse.o): Depend on ggc.h.
17807 * except.c (mark_eh_state): Mark more state.
17808 * function.c (mark_function_state): Likewise.
17809 * ggc-simple.c (ggc_alloc_rtvec): Bring in sync with non-gc version.
17810 (ggc_alloc_string) [GGC_DUMP]: Fix typo.
17811 * toplev.c (mark_file_stack): New function.
17812 (compile_file): If doing GC, use ggc_alloc_string on input filename.
17813 (main): Add root for input_file_stack.
17815 * i386.c: Include "ggc.h".
17816 (ix86_mark_machine_status): New function.
17817 (override_options): Set mark_machine_status.
17819 Mon Sep 6 15:26:23 1999 Bernd Schmidt <bernds@cygnus.co.uk>
17821 * tree.c (copy_node): Copy node contents also if doing GC.
17823 Mon Sep 6 08:42:06 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
17825 * collect2.c (scan_libraries): Fix double-thinko :-).
17827 Mon Sep 6 02:42:36 1999 Jeffrey A Law (law@cygnus.com)
17829 * collect2.c (scan_libraries): Fix thinko.
17831 * cse.c (delete_trivially_dead_insns): Do not skip the last
17832 insn if it is a real insn.
17834 Sun Sep 5 18:57:42 1999 Mark Mitchell <mark@codesourcery.com>
17836 * Makefile.in (ggc-simple.o): Depend on hash.h.
17837 * ggc.h (ggc_add_tree_hash_table_root): Declare.
17838 (ggc_mark_tree_varray): Likewise.
17839 (ggc_mark_tree_hash_table): Likewise.
17840 * ggc-simple.c: Include hash.h.
17841 (ggc_mark_tree_hash_table_ptr): New function.
17842 (ggc_mark_tree_hash_table_entry): Likewise.
17843 (ggc_mark_tree_hash_table): Likewise.
17844 (ggc_add_tree_hash_table_root): Likewise.
17845 * varray.h (const_equiv_data): Use struct rtx_def *, rather than
17846 rtx, when defining fields.
17848 Sun Sep 5 18:57:42 1999 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
17850 * profile.c (output_func_start_profiler): Remove apparently
17851 nonsensical call to start_sequence.
17853 Sun Sep 5 17:34:33 1999 Richard Henderson <rth@cygnus.com>
17855 * clipper/clipper.c (clipper_va_start): Fix typos.
17857 * pyr/pyr.c (pyr_build_va_list, pyr_va_start, pyr_va_arg): New stubs.
17858 * spur/spur.c (spur_build_va_list, spur_va_start): New stubs.
17859 (spur_va_arg): New stub.
17861 * configure.in: Comment out pyramid.
17863 Sun Sep 5 19:11:01 1999 Michael Meissner <meissner@cygnus.com>
17865 * i386.h (MASK_{DEBUG_{ADDR,ARG},INTEL_SYNTAX}): Move so these
17866 don't conflict with the bits that win32, cygwin, and dgux
17869 Sun Sep 5 09:31:56 1999 Richard Henderson <rth@cygnus.com>
17870 Bernd Schmidt <bernds@cygnus.co.uk>
17872 * integrate.c (function_cannot_inline_p): Do not inline
17873 functions with forced labels.
17875 Sun Sep 5 00:35:17 1999 Richard Henderson <rth@cygnus.com>
17876 Bernd Schmidt <bernds@cygnus.co.uk>
17877 Mark Mitchell <mark@codesourcery.com>
17879 * Makefile.in (ggc-simple.o): Depend on varray.h.
17880 (rtl.o): Depend on ggc.h.
17881 (genattrtab.o): Depend on ggc.h.
17882 (print-tree.o): Likewise.
17883 (fold-const.o): Likewise.
17884 * emit-rtl.c (sequence_element_free_list): Remove, and all references.
17885 (make_insn_raw): Don't cache insns when GC'ing.
17886 (emit_insn_before): Likewise.
17887 (emit_insn_after): Likewise.
17888 (emit_insn): Likewise.
17889 (start_sequence): Use xmalloc to allocate the sequence_stack.
17890 (end_sequence): Add free to free it.
17891 (gen_sequence): Don't cache insns when GC'ing.
17892 (clear_emit_caches): Don't use sequence_element_free_list.
17893 (init_emit): Use xcalloc, not xmalloc+bzero.
17894 * fold-const.c (size_int_wide): Kill the cache, when GC'ing.
17895 * function.c (pop_function_context_from): Use free to free the
17896 fixup_var_refs_queue.
17897 (put_reg_into_stack): Allocate it with xmalloc.
17898 * genattrtab.c: Include ggc.h.
17899 (operate_exp): Don't use obstack_free when GC'ing.
17900 (simplify_cond): Likewise.
17901 (simplify_text_exp): Likewise.
17902 (optimize_attrs): Likewise.
17903 * gengenrtl.c (gendef): Use ggc_alloc_rtx to allocate RTL, when
17905 (gencode): Generate a #include for ggc.h.
17906 * ggc-callbacks.c (ggc_p): Define it to zero.
17907 * ggc-none.c (ggc_p): Likewise.
17908 * ggc-simple.c: Include varray.h.
17909 (ggc_mark_tree_varray): New function.
17910 (ggc_add_tree_varray_root): Likewise.
17911 (ggc_mark_tree_varray_ptr): Likewise.
17912 * ggc.h (ggc_p): Declare.
17913 (varray_head_tag): Likewise.
17914 (ggc_add_tree_varray_root): Declare.
17915 * print-tree.c (print_node): Don't check for TREE_PERMANENT
17916 inconsistencies when GC'ing.
17917 * rtl.c: Include ggc.h.
17918 (rtvec_alloc): Use ggc_alloc_rtvec when GC'ing.
17919 (rtx_alloc): Use ggc_alloc_rtx when GC'ing.
17920 (rtx_free): Don't call obstack_free when GC'ing.
17921 * toplev.c (rest_of_compilation): Call ggc_collect after every
17923 * tree.c (push_obstacks): Do nothing, if GC'ing.
17924 (pop_obstacks_nochange): Likewise.
17925 (pop_obstacks): Likewise.
17926 (make_node): Use ggc_alloc_tree when GC'ing.
17927 (copy_node): Likewise.
17928 (get_identifier): Use ggc_alloc_string when GC'ing.
17929 (build_string): Likewise.
17930 (make_tree_vec): Use ggc_alloc_tree when GC'ing.
17931 (tree_cons): Likewise.
17932 (build1): Likewise.
17933 (type_hash_canon): Don't call obstack_free when GC'ing.
17935 Sat Sep 4 21:52:32 1999 Richard Henderson <rth@cygnus.com>
17937 * haifa-sched.c (schedule_block): Use next_nonnote_insn instead
17938 of NEXT_INSN when examining speculative insns for SCHED_GROUP_P.
17940 Sat Sep 4 20:40:19 1999 Richard Henderson <rth@cygnus.com>
17941 Bernd Schmidt <bernds@cygnus.co.uk>
17942 Mark Mitchell <mark@codesourcery.com>
17944 * Makefile.in (stor-layout.o): Depend on ggc.h.
17945 (expr.o): Depend on ggc.h.
17946 (profile.o): Depend on ggc.h.
17947 (stor-layout.o): Depend on ggc.h.
17948 * emit-rtl.c (init_emit_once): Add gc roots.
17949 * expr.c: Include ggc.h.
17950 (emit_block_move): Add gc roots.
17951 (clear_storage): Likewise.
17952 * expr.h (init_stor_layout_once): New function.
17953 * profile.c: Include ggc.h.
17954 (init_arc_profiler): profiler_label is a root.
17955 * scan.c (make_sstring_space): Trust xrealloc to function
17956 correctly with first parameter NULL.
17957 * stor-layout.c: Include ggc.h.
17958 (set_sizetype): Add gc root.
17959 (init_stor_layout_once): New function.
17960 * toplev.c (compile_file): Call it.
17962 Sat Sep 4 19:26:25 1999 Richard Henderson <rth@cygnus.com>
17963 Bernd Schmidt <bernds@cygnus.co.uk>
17964 Mark Mitchell <mark@codesourcery.com>
17966 * Makefile.in (tree.o): Depend on ggc.h.
17967 (varasm.o): Likewise.
17968 (function.o): Likewise.
17969 (stmt.o): Likewise.
17970 (except.o): Likewise.
17971 (optabs.o): Likewise.
17972 (emit-rtl.o): Likewise.
17973 * emit-rtl.c: Include ggc.h.
17974 (sequence_element_free_list): Remove, and all references.
17975 (mark_sequence): New functions.
17976 (mark_emit_state): New function.
17977 * except.c: Include ggc.h.
17978 (mark_eh_node, mark_eh_stack, mark_eh_queue): New functions.
17979 (mark_tree_label_node): New functions.
17980 (mark_eh_state): New function.
17981 * function.c: Include ggc.h.
17982 (mark_temp_slot, mark_function_chain): New functions.
17983 (mark_function_state): New function.
17984 (init_function_once): New function.
17985 * function.h (init_function_once): New function.
17986 * ggc-callbacks.c (lang_mark_false_label_stack): New function.
17987 * ggc.h (label_node): Declare.
17988 (eh_status, emit_status, stmt_status, varasm_status): Likewise.
17989 (lang_mark_false_label_stack): New function.
17990 (mark_temp_slot): Remove declaration.
17991 (mark_function_chain): Likewise.
17992 (mark_eh_state): Adjust prototype.
17993 (mark_stmt_state, mark_emit_state, mark_varasm_state, mark_optab):
17995 * optabs.c: Include ggc.h.
17996 (mark_optab): New function.
17997 (init_optabs): Add gc roots.
17998 * stmt.c: Include ggc.h.
17999 (mark_cond_nesting, mark_loop_nesting): New functions.
18000 (mark_block_nesting, mark_case_nesting, mark_goto_fixup): Likewise.
18001 (mark_stmt_state): New function.
18002 * toplev.c (compile_file): Call init_function_once.
18003 * tree.c: Include ggc.h.
18004 (type_hash): Move declaration earlier in file.
18005 (TYPE_HASH_SIZE, type_hash_table): Likewise.
18006 (init_obstacks): Add gc roots.
18007 (mark_type_hash): New function.
18008 * varasm.c: Include ggc.h.
18009 (mark_pool_constant): New function.
18010 (mark_varasm_state): New function.
18012 Sat Sep 4 22:28:56 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18014 * ggc-simple.c (ggc_root, ggc_collect): Wrap prototype with PROTO.
18016 Sat Sep 4 18:01:45 1999 Bernd Schmidt <bernds@cygnus.co.uk>
18018 * c-decl.c (struct language_function): Renamed from struct c_function.
18020 (c_function_chain): Delete.
18021 (push_c_function_context): New arg F. Don't warn about nested
18022 functions here. Fill LANGUAGE elt of F. Delete code to update
18023 c_function_chain. Don't call push_function_context.
18024 (pop_c_function_context): New arg F. Restore from there instead of
18025 from c_function_chain. Don't call pop_function_context. Clear out
18026 LANGUAGE field of F when done.
18027 * c-lang.c: Include "function.h"
18028 (lang_init): Initialize save_lang_status and restore_lang_status.
18029 * c-parse.in (nested_function, nested_function_notype): Warn about
18030 nested functions. Call push_function_context/pop_function_context
18031 instead of the _c_ variants.
18032 * c-tree.h (push_c_function_context, pop_c_function_context): Update
18034 * Makefile.in (c-lang.o): Update dependencies.
18036 * emit-rtl.c (init_emit): Use xmalloc to allocate regno_reg_rtx,
18037 regno_pointer_flag, regno_pointer_align.
18038 (gen_reg_rtx): Use xrealloc to enlarge them.
18039 (free_emit_status): New function.
18040 * function.c (mark_machine_status, mark_lang_status): New variables.
18041 (assign_stack_local_1): Renamed from assign_outer_stack_local. Merge
18042 in some bits from assign_stack_local. All callers changed to use new
18044 (assign_stack_local): Just call assign_stack_local_1.
18045 (free_after_compilation): New function.
18046 (put_reg_into_stack): Simplify to always call assign_stack_local_1.
18047 (trampoline_address): Likewise.
18048 (assign_parms): Use xcalloc/xrealloc to allocate parm_reg_stack_loc.
18049 (prepare_function_start): Explicitly clear some more variables.
18050 * function.h (struct function): New elt can_garbage_collect.
18051 (mark_machine_status, mark_lang_status): Declare variables.
18052 (free_after_compilation, free_emit_status, free_varasm_status,
18053 init_varasm_status): Declare functions.
18054 * toplev.c (rest_of_compilation): Call free_after_compilation when
18055 done with the current function.
18056 * varasm.c (free_varasm_status): New function.
18058 Sat Sep 4 17:15:13 1999 Richard Henderson <rth@cygnus.com>
18060 * sparc.h (EXPAND_BUILTIN_VA_START): Define.
18061 (EXPAND_BUILTIN_VA_ARG): Define.
18062 * sparc.c (sparc_va_start): New.
18063 (sparc_va_arg): New.
18065 Sun Sep 5 11:11:59 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
18067 * config/c4x/c4x.h (DBR_OUTPUT_SEQEND): Use XVECEXP not XEXPs.
18069 Sun Sep 5 10:13:19 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
18071 * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Disable.
18073 Sat Sep 4 13:44:01 1999 Mark Mitchell <mark@codesourcery.com>
18075 * Makefile.in (C_AND_C_OBJS): Add gcc-callbacks.o.
18076 (OBJS): Add $(GGC).
18077 (ggc-callbacks.o): New target.
18078 * ggc-callbacks.c: New file.
18080 Sat Sep 4 22:53:13 1999 Bernd Schmidt <bernds@cygnus.co.uk>
18082 * expr.h: Collapse individual optab and libfunc vars to arrays.
18083 (optab_index, libfunc_index): New enumerations.
18084 (optab_table, libfunc_table): New arrays.
18085 Add accessor macros for both.
18087 * optabs.c (optab_table, libfunc_table): New.
18088 Delete declarations for individual optab and libfunc vars.
18090 Sat Sep 4 12:57:17 1999 Richard Henderson <rth@cygnus.com>
18092 * i386/sco5.h (RETURN_POPS_ARGS): Name change ix86_return_pops_args.
18094 Sat Sep 4 11:19:52 1999 Richard Henderson <rth@cygnus.com>
18096 * Makefile.in (GGC, GGC_LIB): New.
18097 (HOST_RTL): Include ggc-none.o.
18098 (ggc-simple.o): New target.
18099 (ggc-none.o): Likewise.
18100 * tree.h (tree_common): Add gc_mark.
18101 * rtl.h (struct rtx_def): Steal a bit from code to make gc_mark.
18102 (struct rtvec_def): Add gc_mark.
18103 * emit-rtl.c (global_rtl): Update static initializers to contain
18104 enough initializers.
18105 * ggc.h, ggc-none.c, ggc-simple.c: New files.
18106 * toplev.c (gc_time): New variable.
18107 (all_time): New variable.
18108 (compile_file): Print gc time.
18109 (print_time): Calculate percentage of the whole.
18111 Sat Sep 4 13:11:01 1999 Bernd Schmidt <bernds@cygnus.co.uk>
18113 Change obstack memory management and varasm constant pool handling so
18114 that nested functions are treated like any other functions.
18115 * function.c (init_machine_status): New variable.
18116 (push_function_context_to): Set contains_functions for the outer
18117 function. Don't call save_varasm_status.
18118 (pop_function_context_from): Don't call restore_varasm_status. Don't
18119 set current_function_contains_functions.
18120 (prepare_function_start): Call init_varasm_status rather than
18121 init_const_rtx_hash_table. Call (*init_machine_status) if the pointer
18123 * function.h (struct function) Add field varasm. Delete fields
18124 inline_obstacks, inl_emit, const_rtx_hash_table, first_pool,
18125 last_pool, const_rtx_sym_hash_table, pool_offset, const_double_chain.
18126 (init_machine_status): Declare.
18127 (save_varasm_status, restore_varasm_status): Delete declarations.
18128 (save_tree_status, restore_tree_status): Delete last argument.
18129 * integrate.c (initialize_for_inline): Lose arg COPY. Delete copying
18130 code. All callers changed.
18131 (copy_decl_list, copy_decl_tree, copy_decl_rtls, copy_for_inline,
18132 save_constants_in_decl_trees, restore_constants, save_constants,
18133 save_for_inline_eh_labelmap, save_for_inline_copying): Delete
18135 (inlining): New variable.
18136 (reg_map, label_map, insn_map, orig_asm_operands_vector,
18137 copy_asm_operands_vector, copy_asm_constraints_vector): Delete
18139 (save_for_inline_nocopy): Don't save constants.
18140 Don't set inl_emit field in current_function.
18141 (expand_inline_function): Use emit field, not inl_emit, of the inlined
18142 function. Set new variable inlining before
18143 calling copy_rtx_and_substitute.
18144 (copy_rtx_and_substitute): In MEM and SYMBOL_REF cases, handle
18145 constant pool references if inlining is nonzero.
18146 Delete ADDRESS and (most of the) CONST cases.
18147 (output_inline_function): Save and restore current_function/
18148 current_function_decl. Delete restore_constants code. Don't call
18149 init_const_rtx_hash_table.
18150 * output.h (init_const_rtx_hash_table): Don't declare.
18151 * rtl.h (struct function): Declare.
18152 (get_pool_constant_for_function, get_pool_mode_for_function): Declare.
18153 * toplev.c (rest_of_compilation): Don't treat nested functions or
18154 functions containing them specially. Delete all code to deal with
18155 save_for_inline_copying.
18156 * tree.c (toplev_inline_obstacks, extra_inline_obstacks,
18157 inline_obstacks): Delete variables.
18158 (save_tree_status): Lose arg CONTEXT. All callers changed.
18159 Simply allocate a new function_maybepermanent_obstack for the new
18160 function, delete all the special cases.
18161 Don't save inline_obstacks.
18162 (restore_tree_status): Lose arg CONTEXT. All callers changed.
18163 Delete special handling for function_maybepermanent_obstack; simply
18165 Don't restore inline_obstacks.
18166 (permanent_allocation): Delete code that frees inline_obstacks.
18167 (print_inline_obstack_statistics): Delete function.
18168 (dump_tree_statistics): Don't call it.
18169 * varasm.c (struct varasm_status): New.
18170 (const_rtx_hash_table, const_rtx_sym_hash_table, first_pool,
18171 last_pool, pool_offset, const_double_chain): Delete global
18172 variables, replace with accessor macros.
18173 (immed_double_const): Don't walk const_double_chain outside a
18174 function, but don't treat nested functions specially anymore.
18175 (immed_real_const_1): Likewise.
18176 (clear_const_double_mem): Don't treat nested functions specially.
18177 (init_const_rtx_hash_table): Deleted, code moved to init_varasm_status.
18178 (save_varasm_status, restore_varasm_status): Delete functions.
18179 (init_varasm_status): New function.
18180 (force_const_mem): Don't treat nested functions specially.
18181 (find_pool_constant): Accept new arg F, search for constants in
18182 that function's pool rather than the current one. All callers
18184 (get_pool_constant_for_function, get_pool_mode_for_function): New
18187 * i386.c (init_386_machine_status): New function, mostly from
18188 clear_386_stack_locals.
18189 (struct machine_functions): Rename element names to avoid name
18191 (pic_label_rtx, pic_label_name, i386_stack_locals): New accessor
18192 macros, replacing global variables.
18193 (clear_386_stack_locals, save_386_machine_status,
18194 restore_386_machine_status): Delete functions.
18195 (override_options): Initialize init_machine_status.
18196 * i386.h (INIT_EXPANDERS): Delete macro.
18197 (save_386_machine_status, restore_386_machine_status,
18198 clear_386_stack_locals): Delete declarations.
18200 Sat Sep 4 16:56:28 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
18202 * config/c4x/c4x.md (rptb_init): Renamed from *rptb_init.
18203 (doloop_begin): Simplify pattern and use emit_jump_insn.
18204 (doloop_end): Simplify pattern, switch operand order,
18205 and use emit_jump_insn.
18207 Fri Sep 3 19:02:38 1999 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
18209 * function.h (struct function): Add new element LANGUAGE.
18210 (save_lang_status): Declare new variable.
18211 (restore_lang_status): Likewise.
18212 * function.c (save_lang_status): Define.
18213 (restore_lang_status): Likewise.
18214 (push_function_context_to): Call language-specific save function.
18215 (pop_function_context_from): Call language-specific restore function.
18217 Fri Sep 3 01:16:18 1999 Alasdair Baird <alasdair@wildcat.demon.co.uk>
18219 * i386.md (movsf_1): Check REG_P before use of REGNO.
18220 (movdf_1): Likewise.
18221 (movxf_1): Likewise.
18222 (extendsfdf2): Likewise.
18223 (extendsfxf2): Likewise.
18224 (extenddfxf2): Likewise.
18226 Sat Sep 4 11:37:15 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
18228 * config/c4x/c4x.c (c4x_emit_move_sequence): Do not force large
18229 constants into memory.
18230 (c4x_shiftable_constant): New function.
18231 * config/c4x/c4x.c (LEGITIMATE_CONSTANT_P): Allow any CONST_INT.
18232 (c4x_shiftable_constant): Declare.
18233 * config/c4x/c4x.md (loadqi_big_constant, loadhi_big_constant,
18234 ashlqi3_noclobber): Add new patterns and associated splitters.
18236 Fri Sep 3 16:22:17 1999 Richard Henderson <rth@cygnus.com>
18238 * dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.
18239 * dwarf2out.c (dwarf2out_frame_init): Likewise.
18240 * final.c (shorten_branches): Likewise.
18241 * global.c (global_alloc): Likewise.
18242 * haifa-sched.c (build_control_flow): Likewise.
18243 * stmt.c (check_for_full_enumeration_handling): Likewise.
18244 (estimate_case_costs): Likewise.
18246 Fri Sep 3 15:49:56 1999 Mark Mitchell <mark@codesourcery.com>
18248 * rtl.h (RTL_CHECKC2): Fix typo in last change.
18250 Fri Sep 3 15:13:34 1999 Richard Henderson <rth@cygnus.com>
18252 * flow.c (propagate_block): Use XEXP not SET_DEST for a USE.
18253 (recompute_reg_usage): Likewise.
18254 * rtlanal.c (find_regno_fusage): Likewise.
18256 * rtl.c (rtl_check_failed_code1): New function.
18257 (rtl_check_failed_code2): New.
18258 * rtl.h (RTL_CHECK1, RTL_CHECK2, RTVEC_ELT): Parenthesize args.
18259 (RTL_CHECKC1, RTL_CHECKC2): New.
18260 (XC*): New accessor macros.
18261 (NOTE_*, LABEL_NAME, LABEL_NUSES, ADDRESSOF_REGNO): Use them.
18262 (ADDRESSOF_DECL, JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF): Likewise.
18263 (CONTAINING_INSN, REGNO, INTVAL, SUBREG_REG, SUBREG_WORD): Likewise.
18264 (ASM_OPERANDS_*, MEM_ALIAS_SET, SET_SRC, SET_DEST): Likewise.
18265 (TRAP_*, RANGE_INFO_*): Likewise.
18267 Fri Sep 3 15:10:20 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18269 * Makefile.in (tlink.o): Don't depend on toplev.h.
18271 * collect2.c (c_file, o_file, export_file, import_file, ldout,
18272 output_file, nm_file_name, ldd_file_name, strip_file_name,
18273 c_file_name, prefix_list, libexts, is_ctor_dtor, find_a_file,
18274 add_prefix, prefix_from_env, prefix_from_string, do_wait,
18275 fork_execute, maybe_unlink, add_to_list,
18276 extract_init_priority, write_list, dump_list,
18277 dump_prefix_list, write_list_with_asm, write_c_file,
18278 write_c_file_stat, write_c_file_glob, scan_prog_file,
18279 scan_libraries, is_in_list, resolve_lib_name, use_import_list,
18280 ignore_library, extract_string, notice, dump_file, target_machine,
18281 collect_wait, collect_execute, libname, locatelib, aix_std_libs,
18282 read_file, print_load_command): Constify a char*.
18283 (fdopen, error, fatal, fatal_perror): Don't prototype.
18284 (my_strerror): Remove. All callers use xstrerror instead.
18285 (xcalloc, xmalloc, xrealloc, xstrdup, putenv): Remove definitions.
18286 (main): Add prototype. Constify lots of char* ptrs. Change calls
18287 to xcalloc/strcpy/strcat/... to one call to concat.
18288 (main, scan_prog_file, scan_libraries): Use an intermediate
18289 `const char **' to build an argv array.
18290 (mapfile, libselect, libcompare, locatelib): Add prototypes.
18292 * collect2.h (collect_execute, collect_wait, dump_file,
18293 file_exists): Constify a char*.
18294 (ldout, c_file_name, temporary_obstack, permanent_obstack,
18295 temporary_firstobj, vflag, debug): Add extern declarations.
18296 (fancy_abort, error, notice, fatal, fatal_perror): Add prototypes.
18298 * tlink.c: Don't include toplev.h.
18299 (vflag, debug, ldout, c_file_name, temporary_obstack,
18300 permanent_obstack, temporary_firstobj): Don't declare.
18301 (tlink_execute, frob_extension, symbol_hash_lookup,
18302 file_hash_lookup, demangled_hash_lookup, tlink_init, freadsym,
18303 recompile_files, read_repo_files, demangle_new_symbols,
18304 scan_linker_output): Constify a char*.
18305 (symbol_hash_newfunc, file_hash_newfunc, demangled_hash_newfunc,
18306 do_tlink): Mark parameters with ATTRIBUTE_UNUSED.
18308 Fri Sep 3 18:09:24 1999 Andrew Haley <aph@cygnus.com>
18310 * config/m68k/m68kelf.h: Set USE_GAS; this makes gcc generate jbsr
18311 (relative) rather than jsr (absolute) subroutine call insns.
18312 * config/m68k/m68k-coff.h: Ditto.
18314 Fri Sep 3 17:24:31 1999 Richard Earnshaw <rearnsha@arm.com>
18316 * arm.c (note_invalid_constants): No need to ignore ASMs, we can
18317 now rework these too.
18318 (arm_reorg): If an insn can't reach the end of the current pool,
18319 ensure that we emit that pool before the insn.
18321 Fri Sep 3 09:14:32 1999 Marc Espie <espie@tetto.liafa.jussieu.fr>
18323 * tlink.c (scan_linker_output): Skip the initial underscore in
18324 a mangled name if appropriate.
18326 Fri Sep 3 01:28:33 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18328 * objc/objc-act.c (objc_tree_code_type, objc_tree_code_length,
18329 objc_tree_code_name, synth_id_with_class_suffix, warn_with_method,
18330 error_with_ivar, gen_declarator, create_builtin_decl,
18331 my_build_string, generate_descriptor_table, generate_ivars_list,
18332 generate_dispatch_table, check_protocols, TAG_GETCLASS,
18333 TAG_GETMETACLASS, TAG_MSGSEND, TAG_MSGSENDSUPER, TAG_EXECCLASS,
18334 dump_base_name, lang_decode_option, build_encode_expr,
18335 start_class, finish_class, encode_pointer, really_start_method,
18336 gen_declaration, dump_interface, handle_class_ref, handle_impent):
18338 (objc_demangle, objc_printable_name, generate_struct_by_value_array):
18339 Add static prototypes.
18340 (build_objc_string_decl, build_selector_reference_decl,
18341 encode_bitfield, build_class_reference_decl): Remove unused
18342 parameter, all callers changed.
18343 (maybe_objc_method_name): Mark with ATTRIBUTE_UNUSED.
18344 (objc_printable_name): Likewise. Change second parameter to type int.
18345 (init_objc): Use memcpy, not bcopy, to avoid casts.
18347 Thu Sep 2 21:49:52 1999 Richard Henderson <rth@cygnus.com>
18349 * reload1.c (eliminate_regs_in_insn): Avoid eliminating the
18350 reg notes on a deleted insn.
18351 * gcse.c (hash_expr_1): Use XWINT on a CONST_DOUBLE.
18353 Thu Sep 2 20:18:12 1999 Jeffrey A Law (law@cygnus.com)
18355 * i386.c (ix86_attr_length_default): Handle TYPE_FXCH.
18357 Thu Sep 2 22:00:08 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
18359 * stmt.c (expand_asm_operands): Fix index into inout_mode when
18362 Thu Sep 2 13:00:48 1999 Richard Henderson <rth@cygnus.com>
18364 * stmt.c (expand_asm_operands): Invoke MD_ASM_CLOBBERS if present.
18365 * tm.texi (MD_ASM_CLOBBERS): Document it.
18367 Thu Sep 2 10:22:40 1999 Richard Henderson <rth@cygnus.com>
18369 * dwarf2out.c (dwarf2out_line): Constify `lastfile'.
18370 * except.c (expand_rethrow): Remove unused variable.
18371 * expr.c (do_jump_by_parts_greater_rtx): Likewise.
18372 * flow.c (replace_insns): Likewise.
18373 (create_edge_list, verify_edge_list): Likewise.
18374 * gcse.c (cprop_cc0_jump): Protect declaration with HAVE_cc0.
18376 * genemit.c (gen_expand): Only emit `operands[N]' decl if there
18377 is special code to run.
18378 (main): Don't define operands to emit_operand.
18379 * genrecog.c (main): Don't emit an empty peephole2_insn function.
18381 * rtl.h (NOTE_BASIC_BLOCK): Use X0BBDEF.
18383 * alpha/alpha.h (normal_memory_operand): Declare.
18384 (reg_no_subreg_operand): Declare.
18385 * alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use HOST_WIDE_INT_PRINT_DEC.
18387 Thu Sep 2 10:19:20 1999 Richard Henderson <rth@cygnus.com>
18389 * c-parse.in (compstmt_primary_start): New, broken out of first
18390 part of compstmt handling in primary.
18391 (primary): Use it. Add an error clause.
18392 (compstmt_nostart): Renamed from compstmt; remove all
18393 initial invocations of compstmt_start.
18396 Thu Sep 2 01:35:50 1999 Marc Espie <espie@cvs.openbsd.org>
18398 * protoize.c (gen_aux_info_file): Let pexecute call choose_temp_base if
18401 Thu Sep 2 00:43:59 1999 Finn Hakansson <finn@axis.com>
18403 * combine.c (simplify_shift_const): Remove extra semicolon.
18404 * dwarf2out.c (remove_AT): Likewise.
18405 * expmed.c (expand_mult): Likewise.
18406 * gcov.c (create_program_flow_graph): Likewise.
18407 * reorg.c (mostly_true_jump): Likewise.
18409 Thu Sep 2 00:06:43 1999 Jeffrey A Law (law@cygnus.com)
18411 * fold-const.c (fold_range_test): Do not try to fold the range
18412 test if the rhs or lhs has side effects.
18414 * combine.c (simplify_rtx): Recognize another case of a synthesized
18417 * varasm.c (mark_constant_pool): When marking indirect references,
18418 only look at SYMBOL_REFs.
18420 * except.c (expand_fixup_region_end): Do not peek at
18421 INSN_UID (node->entry->outer_context) for flag_new_exceptions.
18423 Thu Sep 2 13:52:53 1999 Geoffrey Keating <geoffk@cygnus.com>
18425 * flags.h: New variables align_loops, align_loops_log,
18426 align_jumps, align_jumps_log, align_labels, align_labels_log,
18427 align_functions, align_functions_log.
18428 * toplev.c: Define them.
18429 (f_options): Handle -falign-* when they have no argument.
18430 (main): Add logic to set variables for -falign-functions,
18431 -falign-jumps, -falign-labels, -falign-loops.
18432 Make it -fsched-verbose=<n> and -finline-limit=<n>.
18433 (display_help): Change help to match options.
18434 * final.c (LABEL_ALIGN): Default to align_labels_log.
18435 (LABEL_ALIGN_MAX_SKIP): Default to align_labels-1.
18436 (LOOP_ALIGN): Default to align_loops_log.
18437 (LOOP_ALIGN_MAX_SKIP): Default to align_loops-1.
18438 (LABEL_ALIGN_AFTER_BARRIER): Default to align_jumps_log.
18439 (LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Default to align_jumps-1.
18440 * varasm.c (assemble_start_function): Handle align_functions.
18442 * config/sparc/sparc.h: Don't declare sparc_align_*.
18443 Don't provide LABEL_ALIGN_AFTER_BARRIER or LOOP_ALIGN.
18444 (DEFAULT_SPARC_ALIGN_FUNCS): Delete; take functionality into
18446 (FUNCTION_BOUNDARY): Fix incorrect use---it's not just a request,
18448 * config/sparc/sparc.c: Delete sparc_align_loops,
18449 sparc_align_jumps, sparc_align_funcs and the corresponding string
18451 (sparc_override_options): Default align_functions on ultrasparc.
18452 Delete -malign-* handling.
18454 * config/mips/mips.c (override_options): On 64-bit targets,
18455 try to align code to 64-bit boundaries.
18456 (print_operand): New substitution, %~,
18457 which aligns labels to align_labels_log.
18458 * config/mips/mips.md (div_trap_normal): Use %~.
18459 (div_trap_mips16): Likewise.
18461 (absdi2): Likewise.
18462 (ffssi2): Likewise.
18463 (ffsdi2): Likewise.
18464 (ashldi3_internal): Likewise.
18465 (ashrdi3_internal): Likewise.
18466 (lshrdi3_internal): Likewise.
18467 (casesi_internal): Likewise.
18469 Wed Sep 1 21:13:48 1999 Richard Henderson <rth@cygnus.com>
18471 Merge new ia32 backend from the branch!
18473 * i386.h, i386.c, i386.md, reg-stack.c, i386/unix.h: Many changes.
18474 See ChangeLog.P2 on new_ia32_branch for details.
18476 * rtl.h (stack_regs_mentioned_p): Delete prototype.
18477 * i386/cygwin.h (SUBTARGET_PROLOGUE): No more do_rtl.
18478 * i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
18479 * i386/gas.h (ASM_FILE_START): Define.
18480 * i386/winnt.c (i386_pe_valid_decl_attribute_p): Update
18481 for name change of ix86_valid_decl_attribute_p.
18482 (i386_pe_valid_type_attribute_p): Similarly.
18484 Wed Sep 1 18:21:23 1999 Richard Henderson <rth@cygnus.com>
18486 * emit-rtl.c (init_emit_once): Don't use GET_MODE_WIDER_MODE
18487 to step through CC modes.
18489 Wed Sep 1 20:18:06 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
18491 * regmove.c (fixup_match_1): Don't move INSN in front of P if
18492 it would end up in the shadow of a live flags regsiter.
18494 Wed Sep 1 11:32:00 1999 Bernd Schmidt <bernds@cygnus.co.uk>
18496 * reload1.c: Fix many indentation problems.
18497 * reload.c: Likewise.
18499 Tue Aug 31 22:08:03 1999 Marc Espie <espie@cvs.openbsd.org>
18501 * alias.c (non_local_reference_p): Constify fmt.
18503 Tue Aug 31 23:19:35 1999 Michael Meissner <meissner@cygnus.com>
18505 * config/i386/xm-cygwin.h (HAVE_DOS_BASED_FILE_SYSTEM): Define.
18507 Tue Aug 31 16:44:52 1999 Jeffrey A Law (law@cygnus.com)
18509 * cse.c (delete_trivially_dead_insns): Do not delete stores to
18510 the internal_arg_pointer.
18512 Tue Aug 31 13:35:42 1999 Richard Henderson <rth@cygnus.com>
18514 Merge peephole2 from new_ia32_branch:
18515 * Makefile.in (STAGESTUFF): Add *.peephole2.
18516 (mostlyclean): Likewise.
18517 (recog.o): Depend on resource.h.
18519 * final.c (peephole): Conditionalize decl on HAVE_peephole.
18520 (final_scan_insn): Likewise for the invocation of peephole.
18521 * genconfig.c (main): Look for peephole and peephole2 patterns.
18522 Emit HAVE_peephole* accordingly.
18523 * genpeep.c (main): Conditionalize entire output on HAVE_peephole.
18524 * flags.h (flag_peephole2): Declare.
18525 * toplev.c: New pass peephole2. New flag -fpeephole2.
18527 * genattrtab.c (main): Count DEFINE_PEEPHOLE2.
18528 * gencodes.c (main): Likewise.
18529 * genextract.c (main): Likewise.
18530 * genoutput.c (main): Likewise.
18531 * genemit.c (max_operand_1): Look for the max scratch operand.
18532 (gen_rtx_scratch): New.
18533 (gen_exp): Use it, and pass on new arg subroutine_type.
18534 (gen_expand): Take max scratch into account.
18535 (gen_split): Emit peephole2 functions.
18536 (output_peephole2_scratch): New.
18537 (main): Include hard-reg-set.h and resource.h. Handle peephole2.
18538 * genrecog.c (routine_type): Add PEEPHOLE2.
18540 (make_insn_sequence): Match outer parallel for peep2. Discard
18541 top level scratches and dups.
18542 (add_to_sequence): New args insn_type and top. Update all callers.
18543 Handle toplevel peep2 matching insns.
18544 (write_subroutine): Handle peep2.
18545 (write_tree_1): Likewise.
18546 (write_tree): Likewise.
18548 (change_state): New arg afterward. Update all callers.
18549 Handle matching separate insns.
18550 * recog.c (recog_next_insn): New.
18551 (peephole2_optimize): New.
18552 * rtl.def (DEFINE_PEEPHOLE2): New.
18553 * resource.c (find_free_register): New argument last_insn. Use it
18554 to find a register available through the entire span.
18555 * resource.h (find_free_register): Update prototype.
18557 Tue Aug 31 11:51:06 1999 Jim Kingdon <http://developer.redhat.com>
18559 * i386.c (output_strlen_unroll): Don't write xops[7]
18560 label if it wasn't set.
18562 1999-08-31 12:44 -0700 Zack Weinberg <zack@bitmover.com>
18564 * cpplib.c (struct directive): Const-ify name pointer and
18565 function pointer prototype.
18566 (validate_else, do_define, do_line, do_include, do_undef,
18567 do_error, do_pragma, do_ident, do_if, do_xifdef, do_else,
18568 do_elif, do_endif, do_sccs, do_assert, do_unassert,
18569 do_warning): Const-ify second arg.
18570 (directive_table): Mark const. Reorder entries by frequency
18571 of usage, record statistics.
18573 1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover.com>
18575 * rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and
18576 bounds- check RTL accesses if --enable-checking.
18577 (RTVEC_ELT): Bounds check if --enable-checking.
18578 (XWINT, XINT, XSTR, XEXP, XVEC, XMODE, XBITMAP, XTREE,
18579 XBBDEF): Use RTL_CHECK1/RTL_CHECK2 as appropriate.
18580 (XVECEXP, XVECLEN): Define in terms of XVEC, RTVEC_ELT, and
18582 (X0WINT, X0INT, X0STR, X0EXP, X0VEC, X0MODE, X0BITMAP, X0TREE,
18583 X0BBDEF, X0ADVFLAGS): New macros for accessing '0' slots of RTXes.
18585 (ADDR_DIFF_VEC_FLAGS): Use X0ADVFLAGS.
18586 (NOTE_SOURCE_FILE): Use X0STR.
18587 (NOTE_BLOCK_NUMBER, NOTE_EH_HANDLER, LABEL_NUSES,
18588 MEM_ALIAS_SET): Use X0INT.
18589 (NOTE_RANGE_INFO, NOTE_LIVE_INFO, NOTE_BASIC_BLOCK,
18590 JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF, CONTAINING_INSN):
18592 * real.h (CONST_DOUBLE_CHAIN): Use X0EXP.
18593 * rtl.c (copy_rtx, copy_most_rtx): Copy '0' slots with X0WINT.
18594 (rtl_check_failed_bounds, rtl_check_failed_type1,
18595 rtl_check_failed_type2, rtvec_check_failed_bounds): New
18597 (fancy_abort): Fix comment.
18599 * cse.c (canon_hash): Read CONST_DOUBLE data slots with XWINT.
18600 (cse_insn): Decrement LABEL_NUSES for jump target before
18601 deleting jump insn.
18602 * emit-rtl.c (gen_rtx_CONST_DOUBLE): Use X0EXP for slot 1.
18603 * final.c (alter_subreg): Compute regno before changing x to
18604 REG; set REGNO(x) after changing it.
18605 * flow.c (count_basic_blocks): Use XWINT to inspect EH_REGION
18606 notes containing CONST_INTs.
18607 (delete_eh_regions): Use NOTE_EH_HANDLER.
18608 * function.c (put_reg_into_stack): Make reg a MEM before
18610 (fixup_var_refs_insns): Save REG_NOTES (insn) in case we
18612 (gen_mem_addressof): Make reg a MEM before initializing it.
18613 * integrate.c (copy_rtx_and_substitute): Copy '0' slots with
18615 * local-alloc.c (update_equiv_regs): Zap REG_NOTES before
18616 deleting an insn, not after.
18617 (block_alloc): Only look at PATTERN(insn) if we have to, and
18618 only if it's format class 'i'.
18619 * loop.c (check_dbra_loop): Check bl->biv->add_val is a
18620 CONST_INT before using its INTVAL.
18621 * print-rtl.c (print_rtx): Use X0STR.
18622 * regmove.c (fixup_match_1): Don't look at PATTERN of
18623 non-class-'i' insn chain elements.
18624 * reload.c (loc_mentioned_in_p): Take address of
18625 in->fld[1].rtx directly.
18626 * reload1.c (reload): Change reg to a MEM before initializing
18628 * varasm.c (mark_constant_pool): Skip CONST_DOUBLES, which
18630 * config/i386/i386.md (decrement_and_branch_if_zero): Fix typo.
18632 Fri Aug 20 13:43:41 1999 Andrew Haley <aph@cygnus.com>
18634 * config/mips/mips.c (machine_dependent_reorg): Force a
18635 barrier to output the local constant pool if a barrier hasn't
18636 been found at a natural point in the instruction stream.
18638 Mon Aug 30 22:04:36 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18640 * c-parse.in (language_string): Constify.
18642 * dwarf2out.c (language_string): Remove declaration.
18644 * dwarfout.c (language_string): Likewise.
18646 * toplev.c (language_string, init_parse, finish_parse): Likewise.
18648 * tree.h (language_string, init_parse, finish_parse): Declare.
18650 * i386/sun386.h (language_string): Remove declaration.
18652 * mips.h (language_string): Likewise.
18654 * nextstep.h (language_string): Likewise.
18656 * nextstep21.h (language_string): Likewise.
18658 * rs6000.c (language_string): Likewise.
18660 Mon Aug 30 20:56:08 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18662 * Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o.
18663 (getpwd.o): Remove target.
18665 * getpwd.c: Delete file. Its in libiberty now.
18667 * dbxout.c (getpwd): Don't prototype.
18668 * dwarf2out.c (getpwd): Likewise
18669 * dwarfout.c (getpwd): Likewise
18670 * final.c (getpwd): Likewise.
18671 * protoize.c (getpwd): Likewise.
18673 Mon Aug 30 20:21:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18675 * cse.c: (fold_rtx): Cast to HOST_WIDE_INT in left shift.
18677 Mon Aug 30 16:07:49 1999 Richard Henderson <rth@cygnus.com>
18679 * flow.c (new_insn_dead_notes): Use sets_reg_or_subreg not
18680 mark_set_resources.
18682 Mon Aug 30 12:23:53 1999 Jim Wilson <wilson@cygnus.com>
18684 * fixinc/Makefile.in (subdir): New.
18685 (fixincl.x, inclhack.sh, fixincl.sh): Use cp instead of $(CP).
18688 Mon Aug 30 01:02:09 1999 Jeffrey A Law (law@cygnus.com)
18690 * emit-rtl.c (copy_rtx_if_shared): A MEM which references
18691 virtual_stack_vars_rtx or virtual_incoming_args_rtx can not
18694 * invoke.texi: Fix typo.
18696 * dwarf2out.c (mem_loc_descriptor): New argument MODE. All callers
18697 changed. Handle autoincrement addressing modes.
18699 * integrate.c (copy_rtx_and_substitute): Handle internal_arg_pointer
18700 just like we would the virtual incoming args register when
18703 Sun Aug 29 23:17:54 1999 David Edelsohn <edelsohn@gnu.org>
18705 * rs6000.h (ASM_FILE_START): Specify complete filename, including
18706 path, in .file directive.
18708 Sun Aug 29 05:06:43 1999 Russ Allbery <rra@stanford.edu>
18710 * gcc.texi (External Bugs): Remove obsolete note about Perl on
18713 1999-08-29 08:38 -0700 Zack Weinberg <zack@bitmover.com>
18715 * stdbool.h: Make the typedef name _Bool, with bool a #defined
18718 Sun Aug 29 09:36:50 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18720 * tree.c (tree_code_name): Constify a char*.
18722 * tree.h (tree_code_name, decl_printable_name): Likewise.
18724 * function.h (struct function): Likewise.
18726 * toplev.c (decl_name, decl_printable_name): Likewise.
18728 * vax/vms.h (MAYBE_VMS_FUNCTION_PROLOGUE): Likewise.
18730 * objc/objc-act.c (decl_printable_name): Remove redundant prototype.
18731 (init_objc): Remove function pointer cast.
18733 Sun Aug 29 05:01:17 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
18735 * pa.md (interspace_jump): New pattern.
18736 (builtin_longjmp): New expander.
18738 1999-08-29 Bernd Schmidt <bernds@cygnus.co.uk>
18740 * fp-bit.c (add, sub, multiply, divide, compare, _eq_f2, _ne_f2,
18741 _gt_f2, _ge_f2, _lt_f2, _le_f2, float_to_si, float_to_usi, negate,
18742 sf_to_df, df_to_sf): Fix potential problem with alias analysis.
18744 Sun Aug 29 04:30:52 1999 John Wehle (john@feith.com)
18746 * jump.c (delete_prior_computation): Also check calls
18747 to constant functions. Don't bother checking for a
18748 REG_UNUSED note before adding it.
18749 (delete_computation): Handle multi-word hard registers
18750 when synthesizing missing REG_DEAD notes for a register
18751 which is both set and used by an insn.
18753 1999-08-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
18755 * loop.c (this_loop_info): New variable.
18756 (loop_has_call, loop_has_volatile, loop_has_tablejump,
18757 loop_continue, loops_enclosed): Replace with fields in this_loop_info.
18759 (prescan_loop, strength_reduce): New argument loop_info. All callers
18761 (scan_loop): New variable loop_info, initialise to address of
18763 (prescan_loop): Set loop_info->vtop if find NOTE_INSN_LOOP_VTOP.
18764 Delete variable loop_has_multiple_exit targets and replace with
18765 field in this_loop_info.
18766 (find_and_verify_loops): Rename this_loop to this_loop_num.
18767 (strength_reduce): Delete loop_iteration_info. Replace variable
18768 loop_info with function argument of same name.
18769 (insert_bct): Rework test for loop being completely unrolled.
18771 * loop.h (struct loop_info): New fields num, loops_enclosed,
18772 has_call, has_volatile, has_tablejump, has_multiple_exit_targets,
18773 has_indirect_jump, and cont. Redefine use of unroll_number.
18774 (loop_unroll_number): Delete.
18776 * unroll.c (unroll_loop): Store loop unroll count in unroll_number
18777 field of loop_info.
18778 (loop_iterations): Delete variable vtop and instead use
18779 loop_info->vtop computed in prescan_loop.
18781 Sun Aug 29 03:27:23 1999 Scott Weikart <scott@igc.apc.org>
18783 * fix-header.c (main): Do not pass a null pointer to strcmp.
18785 Sun Aug 29 03:18:48 1999 William Bader (william@nscs.fast.net)
18787 * configure.in (i[34567]86-*-sco3.2v4*): Target does not truncate
18789 * configure: Rebuilt.
18791 Sat Aug 28 19:36:05 1999 Jeffrey A Law (law@cygnus.com)
18793 * jump.c (jump_optimize_1): Do not delete assignments to
18794 internal_arg_pointer.
18795 * cse.c (delete_trivially_dead_insns): Always consider a set of
18796 the internal_arg_pointer live.
18798 Sat Aug 28 16:24:31 1999 Richard Henderson <rth@cygnus.com>
18800 * flow.c (flow_delete_insn_chain): Rename from delete_insn_chain.
18801 (update_life_info) [REG_WAS_0]: Search the original insns rather
18802 than the new insns for the note. Fix typos finding note_dest.
18803 If no dest found, discard the note rather than abort.
18804 [REG_NOALIAS]: Handle as REG_NO_CONFLICT.
18805 (replace_insns): Remove the old insn list after update_life_info
18808 Sat Aug 28 16:20:12 1999 Richard Henderson <rth@cygnus.com>
18810 * haifa-sched.c (sched_analyze): Clear LOG_LINKS before calling
18811 sched_analyze_insn.
18812 (sched_analyze_1): Let add_dependence care for not adding dups.
18813 (sched_analyze_2): Likewise.
18814 (add_branch_dependences): Likewise.
18816 Sat Aug 28 15:58:16 1999 Mumit Khan <khan@xraylith.wisc.edu>
18818 * i386/winnt.c (export_list): New type.
18819 (exports_head): Rename to
18820 (export_head): this.
18821 (i386_pe_record_exported_symbol): Add is_data flag.
18822 (i386_pe_asm_file_end): Emit directive for exported variables.
18823 * i386/cygwin.h (i386_pe_record_exported_symbol): Update
18825 * i386/cygwin.h (ASM_OUTPUT_COMMON): Specify symbol type.
18826 (ASM_DECLARE_OBJECT_NAME): Likewise.
18827 (ASM_DECLARE_FUNCTION_NAME): Likewise.
18828 * i386/uwin.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
18830 Fri Aug 27 15:35:24 1999 Jeffrey A Law (law@cygnus.com)
18832 * cse.c (fold_rtx): Work around bug in Sun V5.0 compilers.
18834 * pa.c (emit_move_sequence): Do not stop on SUBREG_WORD of an
18837 Fri Aug 27 14:01:19 1999 Marc Espie <espie@cvs.openbsd.org>
18839 * config/openbsd.h: Define SET_ASM_OP.
18840 * tm.texi: cross-reference SET_ASM_OP in the index.
18842 1999-08-27 13:27 -0700 Zack Weinberg <zack@bitmover.com>
18844 * rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format
18845 for a CONST_DOUBLE, at compile time. Initialize rtx_length
18846 and class_narrowest_mode at compile time. Kill init_rtl.
18847 Mark rtx_length, mode_class, mode_size, mode_unit_size,
18848 mode_wider_mode, mode_mask_array, class_narrowest_mode, and
18849 rtx_format as const. Kill all references to EXTRA_CC_MODES or
18851 * rtl.def (CONST_DOUBLE): Use CONST_DOUBLE_FORMAT macro for
18853 * rtl.h: Declare rtx_length and rtx_format as const.
18854 * machmode.def: Define CC(). Use CC() to define CCmode. If
18855 EXTRA_CC_MODES is defined, expand it here.
18856 * machmode.h: Declare mode_class, mode_size, mode_unit_size,
18857 mode_wider_mode, mode_mask_array, and class_narrowest_mode as
18858 const. Kill all references to EXTRA_CC_MODES.
18860 * toplev.c: Don't prototype or call init_rtl.
18861 * optabs.c: Don't call init_mov_optab.
18862 * genemit.c: Don't generate init_mov_optab. Don't call
18864 * gengenrtl.c: Duplicate calculation of CONST_DOUBLE_FORMAT
18866 * genattr.c, genattrtab.c, gencodes.c, genconfig.c,
18867 genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
18868 genrecog.c: Don't call init_rtl.
18870 * arc.h, arm.h, c4x.h, i386.h, i960.h, m88k.h, pa.h, pdp11.h,
18871 rs6000.h, sparc.h: Don't define EXTRA_CC_NAMES. Use CC() in
18872 definition of EXTRA_CC_MODES.
18874 * md.texi: Kill ref to EXTRA_CC_NAMES.
18875 * tm.texi: Document new way to define EXTRA_CC_MODES.
18877 * genrecog.c: Do not look up the name of a define_split.
18878 (Unrelated bugfix.)
18880 Fri Aug 27 17:03:42 1999 Nick Clifton <nickc@cygnus.com>
18882 * config/v850/v850.md: Fix typo introduced by previous delta.
18884 Fri Aug 27 09:48:59 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18886 * gcc.c (fatal): Make definition static to match prototype.
18888 Fri Aug 27 10:33:35 1999 Bernd Schmidt <bernds@cygnus.co.uk>
18890 * combine.c (get_last_value): Don't look for earlier sets if the last
18891 known set is somewhere in between the insns being combined.
18893 Fri Aug 27 10:03:12 BST 1999 Nathan Sidwell <nathan@acm.org>
18895 * configure.in: Don't use shell ! to negate exit codes
18896 * configure: Regenerate
18898 Fri Aug 27 09:36:17 1999 Andreas Schwab <schwab@suse.de>
18900 * function.c (assign_stack_temp_for_type): Fix change of Mar 5 for
18901 the fact that ALIGN is measured in bits, not bytes.
18903 1999-08-27 00:27 -0700 Zack Weinberg <zack@bitmover.com>
18905 * errors.c: New file; defines functions error, warning, and
18906 fatal, variables have_error and progname.
18907 * errors.h: New file; prototypes and decls for stuff in errors.c.
18909 * Makefile: Add rules to build errors.o and
18910 $(HOST_PREFIX)errors.o. Link genconfig, gencodes, genemit,
18911 genopinit, genrecog, genextract, genpeep, genattr, and
18912 genoutput with errors.o. Add errors.h to deps of genconfig.o,
18913 gencodes.o, genemit.o, genopinit.o, genrecog.o, genextract.o,
18914 genpeep.o, genattr.o, and genoutput.o.
18916 * genconfig.c, gencodes.c, genemit.c, genopinit.c, genrecog.c,
18917 genextract.c, genpeep.c, genattr.c: Include errors.h. Don't
18918 define or prototype fatal. Set progname at beginning of main.
18919 * genoutput.c: Likewise, and don't define or prototype error
18922 * c-typeck.c (c_expand_start_case): Return immediately if exp
18924 * fold-const.c (operand_equal_p): Return immediately if arg1
18925 or arg0 are ERROR_MARKs.
18926 * stor-layout.c (layout_type [case RECORD_TYPE]): Ignore
18927 fields of type ERROR_MARK when calculating if the record can
18930 Fri Aug 27 01:03:48 1999 Jim Kingdon <http://developer.redhat.com>
18931 with much help from Jeffrey A Law and Richard Henderson
18933 * i386.md: In the 6 insns which call output_fix_trunc,
18934 earlyclobber operands[0].
18936 Fri Aug 27 01:01:51 1999 Philip Blundell <pb@nexus.co.uk>
18938 * jump.c (duplicate_loop_exit_test): Call reg_scan_update after
18939 creating new registers.
18941 1999-08-26 23:09 -0700 Zack Weinberg <zack@bitmover.com>
18943 * i386.h: Declare ix86_cpu_string, ix86_arch_string,
18944 i386_reg_alloc_order, i386_regparm_string,
18945 i386_align_loops_string, i386_align_jumps_string,
18946 i386_align_funcs_string, i386_preferred_stack_boundary_string,
18947 and i386_branch_cost_string as type "const char *".
18948 * i386.c: Define all above strings as type "const char *".
18950 Thu Aug 26 20:36:30 1999 Jim Wilson <wilson@cygnus.com>
18952 * dwarf2out.c (output_aranges): Check DWARF_OFFSET_SIZE not PTR_SIZE
18953 when emitting alignment padding. Emit padding byte of 0 instead of 4.
18955 Thu Aug 26 18:11:20 1999 Mark Mitchell <mark@codesourcery.com>
18957 * tree.c (array_type_nelts): Don't create RTL_EXPRs from
18958 SAVE_EXPRs unless the SAVE_EXPRs have already been expanded.
18960 Thu Aug 26 19:33:23 1999 Jim Wilson <wilson@cygnus.com>
18962 * dwarf2out.c (DWARF2_ASM_LINE_DEBUG_INFO): Add default definition.
18963 (debug_dwarf): Add DWARF2_ASM_LINE_DEBUG_INFO support.
18964 (dwarf2out_line, dwarf2out_finish): Likewise.
18965 * tm.texi (DWARF2_ASM_LINE_DEBUG_INFO): Add documetation.
18967 Thu Aug 26 16:10:56 1999 Gavin Romig-Koch <gavin@cygnus.com>
18969 * tree.c (lang_unsave_expr_now) : Correct return type.
18970 * tree.h (lang_unsave_expr_now) : Same.
18972 Thu Aug 26 13:12:29 1999 Jeffrey A Law (law@cygnus.com)
18974 * pa.c (cint_ok_for_move): Use CONST_INT_OK_FOR_LETTER_P macros
18975 instead of duplicating code.
18977 Thu Aug 26 18:32:32 1999 Bernd Schmidt <bernds@cygnus.co.uk>
18979 * gcse.c (hash_scan_insn): Don't scan obvious no-ops.
18981 1999-08-26 09:42 -0700 Zack Weinberg <zack@bitmover.com>
18983 * tree.h: fancy_abort always takes three args.
18984 * resource.c: Move include of system.h before toplev.h.
18986 Thu Aug 26 09:46:16 1999 Nick Clifton <nickc@cygnus.com>
18988 * dwarf2out.c (mem_loc_descriptor): Accept LABEL_REFs as well
18991 1999-08-25 22:10 -0700 Zack Weinberg <zack@bitmover.com>
18993 * system.h: Don't redefine abort or trim_filename.
18994 * rtl.h: Define abort to fancy_abort (__FILE__, __LINE__, 0)
18995 or fancy_abort (__FILE__, __LINE__, __FUNCTION__) depending on
18996 whether or not __FUNCTION__ is available.
18997 * tree.h: Duplicate rtl.h's definition of abort, for files
18998 that don't include rtl.h. Delete all code to perform type
18999 checking with a compiler other than GCC.
19000 * varray.h: Delete all code to perform type checking with a
19001 compiler other than GCC. Make VARRAY_CHECK() always evaluate
19002 its arguments exactly once, using a statement expression.
19003 Adjust the VARRAY_<type> accessor macros to match.
19004 * toplev.h (fatal_insn, fatal_insn_not_found): Kill.
19005 (_fatal_insn, _fatal_insn_not_found): New fns, take info on
19006 caller's location. Define fatal_insn and fatal_insn_not_found
19007 as macros that use _fatal_insn and _fatal_insn_not_found.
19008 (fancy_abort, trim_filename): Kill prototypes.
19010 * rtl.c (trim_filename): Move here from toplev.c.
19011 (fancy_abort): New function.
19012 (DIR_SEPARATOR): Provide default definition.
19013 * tree.c (tree_check_failed, tree_class_check_failed): Go
19014 through fancy_abort.
19015 (tree_check, tree_class_check, cst_or_constructor_check,
19016 expr_check): Delete.
19017 * varray.c (varray_check_failed): New function.
19018 * toplev.c (fatal_insn, fatal_insn_not_found): Replace with
19019 _fatal_insn and _fatal_insn_not_found. Go through
19021 (trim_filename, fancy_abort): Delete.
19023 * builtins.c (expand_builtin_args_info): Report ICE with abort.
19024 * except.c (start_catch_handler): Report ICE with error/abort
19026 * final.c (output_operand_lossage): Likewise.
19027 * flow.c (verify_flow_info): Likewise.
19029 * gcc.c: Prototype fatal.
19030 * gengenrtl.c: Undef abort after including rtl.h not system.h.
19031 * genattr.c, genattrtab.c, genemit.c, genextract.c,
19032 genflags.c, genopinit.c, genoutput.c, genpeep.c, genrecog.c:
19033 Don't define fancy_abort.
19035 Wed Aug 25 17:56:59 1999 Richard Henderson <rth@cygnus.com>
19037 * optabs.c (emit_cmp_and_jump_insns): Be more thorough in
19040 Wed Aug 25 15:35:55 1999 Richard Henderson <rth@cygnus.com>
19042 * m88k.h (VERSION_INFO2): Kill.
19043 (VERSION_STRING): Kill.
19045 (VERSION_INFO1): Tidy.
19046 (TARGET_VERSION): Update.
19047 * m88k/dgux.h (VERSION_INFO2): Kill.
19048 (ASM_FIRST_LINE): Adjust for death of VERSION_STRING.
19049 * m88k/luna.h (VERSION_INFO1): Tidy.
19050 * m88k/sysv4.h (VERSION_INFO1): Likewise.
19051 * m88k.c (out_rcs_id, tm_rcs_id): Kill.
19052 (output_file_start): Adjust for death of VERSION_STRING.
19054 1999-08-25 13:51 -0700 Jim Meyering <meyering@ascend.com>
19056 * cpplib.c (detect_if_not_defined): New function.
19057 (do_if): Use it to detect potential once-only headers.
19059 Wed Aug 25 14:00:18 1999 Jason Merrill <jason@yorick.cygnus.com>
19061 * c-common.c (combine_strings): Always set TREE_CONSTANT.
19063 Wed Aug 25 15:27:22 1999 Gavin Romig-Koch <gavin@cygnus.com>
19065 * combine.c (nonzero_bits) : Allow single-ly set registers to be
19066 anywere in the function only if they are pseudos and set before
19067 being used (not live at the start of the function).
19068 (num_sign_bit_copies) : Same.
19069 (get_last_value_validate) : Same.
19070 (get_last_value) : Same.
19072 Wed Aug 25 11:13:29 1999 Richard Henderson <rth@cygnus.com>
19074 * loop.c (express_from): Try harder to unify (* c N) and (* c M)
19075 where N and M are constant and N is an integer multiple of M.
19077 Wed Aug 25 13:55:47 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
19079 * sbitmap.h (sbitmap_intersection_of_succs): Add prototype.
19080 (sbitmap_intersection_of_preds, sbitmap_union_of_succs,
19081 sbitmap_union_of_preds): Add prototypes.
19082 * sbitmap.c (sbitmap_intersection_of_succs): New function to compute
19083 the intersection of successors with the new flow graph structures.
19084 (sbitmap_intersection_of_preds): New function to compute the
19085 intersection of predecessors with the new flow graph structures.
19086 (sbitmap_union_of_succs): New function to compute the union of
19087 successors with the new flow graph structures.
19088 (sbitmap_union_of_preds): New function to compute the union of
19089 predecessors with the new flow graph structures.
19090 * gcse.c (compute_rdm, compute_available): Use new sbitmap routines.
19091 (expr_reaches_here_p): Use edge and basic_block structures instead
19092 of s_preds and s_succs.
19093 (compute_cprop_avinout): Use new sbitmap routines.
19094 (pre_expr_reaches_here_p): Use edge and basic_block structures instead
19095 of s_preds and s_succs.
19096 * flow.c (compute_flow_dominators): Compute dominators using
19097 edges and basic blocks instead of s_preds and s_succs.
19099 Wed Aug 25 13:41:47 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
19101 * lists.c (unused_insn_list, unused_expr_list): New file for
19102 maintaining various types of lists. New statics for maintaining a
19103 cache of available INSN_LIST and EXPR_LIST nodes.
19104 (free_list): Static function for freeing a list of INSN/EXPR nodes.
19105 (alloc_INSN_LIST): Function to get a free INSN_LIST node.
19106 (alloc_EXPR_LIST): Function to get a free EXPR_LIST node.
19107 (init_EXPR_INSN_LIST_cache): Initialize the cache lists.
19108 (free_EXPR_LIST_list): Free an entire list of EXPR_LIST nodes.
19109 (free_INSN_LIST_list): Free an entire list of INSN_LIST nodes.
19110 (free_EXPR_LIST_node): Free an individual EXPR_LIST node.
19111 (free_INSN_LIST_node): Free an individual INSN_LIST node.
19112 * haifa-sched.c (unused_insn_list, unused_expr_list): Moved to flow.c
19113 (free_list, alloc_INSN_LIST, alloc_EXPR_LIST): Moved to flow.c
19114 (remove_dependence, free_pending_lists): Use new global routines.
19115 (flush_pending_lists, sched_analyze_insn): Use new global routines.
19116 (sched_analyze, compute_block_backward_dependences): Use new routines.
19117 (sched_analyze_1, sched_analyze_2): Use new routines.
19118 (schedule_insns): Use new global routines.
19119 * rtl.h (init_EXPR_INSN_LIST_cache, free_EXPR_LIST_list): Add function
19121 (free_INSN_LIST_list, free_EXPR_LIST_node): Add prototypes.
19122 (free_INSN_LIST_node, alloc_INSN_LIST, alloc_EXPR_LIST): Add function
19124 * toplev.c (rest_of_compilation): Initialize node cache.
19125 * Makefile.in (OBJS): Add lists.o to list of object files.
19126 (lists.o): Add dependancies.
19128 Wed Aug 25 17:31:56 1999 Nick Clifton <nickc@cygnus.com>
19130 * config/v850/v850.md: Fix compile time warning messages.
19131 * config/v850/v850.c: Fix compile time warning messages.
19132 * config/v850/v850.h: Fix compile time warning messages.
19134 Wed Aug 25 09:44:43 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19136 * genattr.c (gen_attr): Add prototype arguments for get_attr_*().
19137 Remove unused prototype for `init_lengths'.
19139 Wed Aug 25 09:32:31 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19141 * calls.c (emit_call_1): Mark parameter `stack_size' with
19143 (expand_call): Initialize variable `insn'.
19144 (emit_library_call): Likewise for variable `high_to_save'.
19145 (emit_library_call_value): Likewise.
19146 (store_one_arg): Likewise for variables `lower_bound' and
19149 * combine.c (try_combine): Likewise for variables `i2_code_number'
19150 and `other_code_number'.
19151 (find_split_point): Likewise for variables `pos', `unsignedp' and
19153 (simplify_if_then_else): Likewise for variables `op' and `c1'.
19154 (simplify_and_const_int): Remove unused variable `width'.
19155 (merge_outer_ops): Likewise.
19157 * cse.c (simplify_binary_operation): Cast an INTVAL() to `unsigned
19158 HOST_WIDE_INT' when comparing against one.
19159 (simplify_relational_operation): Likewise.
19160 (cse_insn): Initialize variables `src_eqv_volatile',
19161 `src_eqv_in_memory', `src_eqv_in_struct', `src_eqv_hash' and `sets'.
19163 * final.c (init_final): Constify parameter `filename'.
19164 (final_start_function): Mark parameter `optimize' with
19166 (profile_function): Likewise for parameters `first' and `optimize'.
19167 (output_source_line): Likewise for parameter `file'.
19169 * integrate.c (subst_constants): Cast a value to `size_t' when
19170 comparing against one.
19171 (mark_stores): Initialize variable `mode'. Cast a value to
19172 `size_t' when comparing against one.
19174 * integrate.h (MAYBE_EXTEND_CONST_EQUIV_VARRAY): Likewise.
19176 * loop.c (move_movables): Initialize variable `first'.
19177 (strength_reduce): Likewise for variable `increment'.
19178 (check_dbra_loop): Likewise for variable `comparison_val'. Cast a
19179 value to `size_t' when comparing against one.
19180 (load_mems): Initialize variable `end_label'.
19182 * output.h (init_final): Constify parameter.
19184 * reload.c (decompose): Initialize variable `base'.
19186 * reload1.c (reload): Likewise for variable `is_scalar'.
19187 (spill_hard_reg): Mark parameter `dumpfile' with ATTRIBUTE_UNUSED.
19188 (choose_reload_regs): Initialize variable `mode'.
19189 (emit_reload_insns): Likewise for variable `store_insn'.
19190 (reload_cse_noop_set_p): Mark parameter `insn' with
19192 (reload_combine): Initialize variable `set'.
19194 * unroll.c (unroll_loop): Likewise for variable `local_label'.
19195 (copy_loop_body): Cast a value to `size_t' when comparing against
19198 * varasm.c (assemble_variable): Initialize variable `size_tree'.
19199 (const_hash): Add an `else abort()' in an if-else-if-else sequence.
19200 (remove_from_pending_weak_list): Mark parameter `name' with
19203 Wed Aug 25 11:18:39 1999 Bernd Schmidt <bernds@cygnus.co.uk>
19205 * toplev.c (rest_of_compilation): Use decl_printable_name when opening
19208 Wed Aug 25 10:57:12 1999 Nick Clifton <nickc@cygnus.com>
19210 * config/arm/telf.h (ASM_WEAKEN_LABEL): Define.
19211 (ASM_DECLARE_FUNCTION_NAME): Define.
19212 (TYPE_ASM_OP, SIZE_ASM_OP, TYPE_OPERAND_FORMAT,
19213 ASM_DECLARE_RESULT, ASM_DECLARE_OBJECT_NAME,
19214 ASM_FINISH_DECLARE_OBJECT, ASM_DECLARE_FUNCTION_SIZE): Define if
19215 not already defined.
19217 Wed Aug 25 01:36:11 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
19219 * calls.c (emit_call_1): Use call_pop/call_value_pop for all values
19220 of n_popped when call/call_value are not defined.
19222 Wed Aug 25 01:25:14 1999 Jeffrey A Law (law@cygnus.com)
19224 * tm.texi: GNU CC -> GCC conversion.
19225 (CC1_SPEC): Indicate it is used for all language front ends.
19227 Tue Aug 24 23:43:03 1999 Mark Mitchell <mark@codesourcery.com>
19229 * flow.c (delete_block): Spell NOTE_INSN_EH_REGION_BEG and
19230 NOTE_INSN_EH_REGION_END correctly.
19232 Tue Aug 24 23:26:44 1999 Michael Tiemann <tiemann@holodeck.cygnus.com>
19233 Jeff Law <law@cygnus.com>
19235 * loop.c (strength_reduce): Automatically unroll loops if the
19236 unrolled loop size is smaller than the rolled loop size.
19238 * loop.c (insert_bct): Replace use of sdiv_optab with asr_optab
19239 and delete comment that code should be rewritten.
19241 Tue Aug 24 22:56:35 1999 Jeffrey A Law (law@cygnus.com)
19243 * haifa-sched.c (find_rgns): Mark a block found during the DFS search
19246 * haifa-sched.c (get_visual_tbl_length): Fix off-by-one error.
19248 Tue Aug 24 22:41:06 1999 Mumit Khan <khan@xraylith.wisc.edu>
19250 * fixinc/mkfixinc.sh: Don't fix uwin headers.
19251 * i386/uwin.h (MD_STARTFILE_PREFIX): Define.
19252 (LINK_SPEC): Add -u _main when building executables.
19253 (ASM_DECLARE_FUNCTION): Update from Cygwin.
19254 (ASM_FILE_END): Use the default for ix86-pe.
19255 * i386/xm-uwin.h (HAVE_BCOPY): Undefine.
19257 Tue Aug 24 20:49:47 1999 Art Haas <ahaas@neosoft.com>
19259 * final.c (output_addr_const): Handle case where ASM_OPEN_PAREN
19260 and ASM_CLOSE_PAREN are empty strings.
19262 Wed Aug 25 12:46:22 1999 Fred Fish <fnf@cygnus.com>
19263 Geoffrey Keating <geoffk@cygnus.com>
19265 * Makefile.in (PREPROCESSOR_DEFINES): New macro.
19266 (protoize.o): Use PREPROCESSOR_DEFINES and DRIVER_DEFINES.
19267 (unprotoize.o): Ditto.
19268 (test-protoize-simple): Don't define STD_PROTO_DIR.
19269 * protoize.c: Use PARAMS rather than PROTO. Minor whitespace
19270 changes to make 'test-protoize-simple' pass.
19271 (STD_PROTO_DIR): Remove define.
19272 (STANDARD_EXEC_PREFIX): Supply default define.
19273 (standard_exec_prefix): New variable, init to STANDARD_EXEC_PREFIX.
19274 (target_machine): New variable, init to DEFAULT_TARGET_MACHINE.
19275 (target_version): New variable, init to DEFAULT_TARGET_VERSION.
19276 (GET_ENV_PATH_LIST): New macro.
19277 (default_syscalls_dir): No longer initialized to STD_PROTO_DIR.
19278 (do_processing): Initialize default_syscalls_dir using new
19279 macros. Use it to initialize syscalls_absolute_filename.
19281 Tue Aug 24 16:58:15 1999 Richard Henderson <rth@cygnus.com>
19283 * jump.c (jump_optimize_1): Do cmov opt on any single-set; force
19284 B into a register before emit_conditional_move.
19286 Tue Aug 24 15:37:03 1999 Richard Henderson <rth@cygnus.com>
19288 * fold-const.c (fold): Reassociate (+ (+ (* a b) c) (* d e))
19289 as (+ (+ (* a b) (* d e)) c). Factor a common power-of-two
19290 multiplicand out of (+ (* a b) (* c d)).
19292 Tue Aug 24 11:46:10 1999 Bob Manson <manson@cygnus.com>
19293 Richard Henderson <rth@cygnus.com>
19295 * haifa-sched.c (split_hard_reg_notes): Move to flow.c
19296 (new_insn_dead_notes): Likewise.
19297 (update_n_sets): Likewise.
19298 (update_flow_info): Move to flow.c, renamed to update_life_info;
19299 extend to handle multiple source insns.
19300 * flow.c: Include resource.h
19301 (unlink_insn_chain): New.
19302 (split_hard_reg_notes): New.
19303 (maybe_add_dead_note): New.
19304 (maybe_add_dead_note_use): New.
19305 (find_insn_with_note): New.
19306 (new_insn_dead_notes): New.
19307 (update_n_sets): New.
19308 (sets_reg_or_subreg_1, sets_reg_or_subreg): New.
19309 (maybe_remove_dead_notes): New.
19310 (update_life_info): New.
19311 (prepend_reg_notes): New.
19312 (replace_insns): New.
19313 * output.h (update_life_info): Declare.
19314 * recog.c (split_block_insns): Use update_life_info.
19315 * resource.c (find_free_register): Use reg_alloc_order, don't use
19316 fixed regs, make sure the mode is supported, don't use new regs.
19318 * rtl.h (replace_insns): Declare.
19320 Tue Aug 24 13:48:39 1999 Nathan Sidwell <nathan@acm.org>
19322 * expr.c (expand_expr): Cope with COND_EXPRs with one
19323 non-returning branch.
19325 Mon Aug 23 22:28:16 1999 Mark Mitchell <mark@codesourcery.com>
19327 * expr.c (store_expr): Always pass down the target, even when not
19330 1999-08-24 Nick Clifton <nickc@cygnus.com>
19332 * configure.in: Define target_cpu_default for v850 targets.
19333 * configure: Regenerate
19335 * config/v850/v850.h (TARGET_CPU_generic): Define.
19336 (GO_IF_LEGITIMATE_ADDRESS): Insist that SImode and larger constant
19337 addresses are 4 byte aligned.
19339 * config/v850/v850.c (print_operand): Cope with 'R' format DFmode
19342 Tue Aug 24 09:32:07 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19344 * genattr.c (function_unit_desc): Constify a char*. Add prototype.
19345 (main): Add prototypes.
19347 * genattrtab.c (substitute_address, write_const_num_delay_slots,
19348 attr_eq, attr_numeral, attr_equal_p, attr_copy_rtx): Prototype.
19349 (write_attr_get): Emit prototypes along with function definition.
19350 (write_eligible_delay): Mark a parameter with ATTRIBUTE_UNUSED.
19351 (write_complex_function): Emit static prototype along with
19352 function definition.
19354 * genemit.c (gen_split): Emit prototypes along with function
19357 * genoutput.c (output_epilogue): Add prototype to `insn_outfun'.
19358 Likewise for predicates and `insn_operand_predicate'.
19359 (process_template): Emit static prototype along with function
19362 * genrecog.c (make_insn_sequence): Constify a char*. Add
19363 prototypes for get_split_*().
19364 (write_subroutine): Emit prototypes along with function
19367 Tue Aug 24 12:35:20 1999 Bernd Schmidt <bernds@cygnus.co.uk>
19369 * gcse.c (find_avail_set): Follow chains of register-register copies.
19370 Use oprs_not_set_p to guarantee that the returned value can be
19372 (cprop_insn): Don't verify the return value of find_avail_set with
19375 * gcse.c (cprop_jump): New function, broken out of cprop_insn.
19376 (cprop_cc0_jump): New function.
19377 (cprop_insn): Break out new function cprop_jump and use it.
19378 Also use cprop_cc0_jump for machines with CC0.
19379 (cprop): Don't crash if cprop_insn turned the insn into a NOTE.
19381 * tree.h (current_function_calls_setjmp,
19382 current_function_calls_longjmp): Delete declarations.
19383 * dsp16xx.c: Include "function.h".
19384 * elxsi.c: Likewise.
19385 * gmicro.c: Likewise.
19386 * h8300.c: Likewise.
19387 * i370.c: Likewise.
19388 * m32r.c: Likewise.
19389 * mn10200.c: Likewise.
19390 * mn10300.c: Likewise.
19391 * ns32k.c: Likewise.
19392 * spur.c: Likewise.
19393 * v850.c: Likewise.
19395 * rtl.h (rtx_equal_function_value_matters): Declare.
19396 * toplev.c (rtx_equal_function_value_matters): Don't declare.
19398 * function.c: Likewise.
19399 * emit-rtl.c: Likewise.
19401 Tue Aug 24 02:47:44 1999 Jeffrey A Law (law@cygnus.com)
19403 * expr.c (convert_move): Fix arguments to TRULY_NOOP_TRUNCATION
19406 1999-08-24 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
19408 * jump.c (delete_barrier_successors) Match (set (pc) (pc)) insn
19411 Mon Aug 23 23:35:52 1999 Matthias Klose <doko@cs.tu-berlin.de>
19413 * cpp.texi: Add a node documenting macro varargs (copied
19416 1999-08-23 22:23 -0700 Zack Weinberg <zack@bitmover.com>
19418 * cppspec.c: Put a null pointer at the end of the new argv.
19420 Mon Aug 23 21:23:24 1999 Jeffrey A Law (law@cygnus.com)
19422 * configure.in: Remove code to select/de-select the haifa
19423 scheduler. Every scheduled port gets haifa now.
19424 * configure: Rebuilt.
19425 * flags.h, genattrtab.c, rtl.h, toplev.c: Remove HAIFA ifdefs.
19427 * Makefile.in: Corresponding changes.
19429 Mon Aug 23 16:04:13 1999 Bernd Schmidt <bernds@cygnus.co.uk>
19431 * optabs.c (prepare_cmp_insn): Turn COMPARISON arg into a pointer.
19432 All callers changed.
19433 (prepare_float_lib_cmp): Likewise.
19434 Use FLOAT_LIB_COMPARE_RETURNS_BOOL.
19435 * expr.h (emit_float_lib_cmp): Delete declaration.
19436 * tm.texi (FLOAT_LIB_COMPARE_RETURNS_BOOL): Document.
19437 * sparc.h (FLOAT_LIB_COMPARE_RETURNS_BOOL): Define.
19438 * sparc.md (bcc and scc patterns): Don't handle TFmode comparisons
19440 (cmptf): Now conditional on TARGET_HARD_QUAD.
19442 Fri Aug 20 17:52:27 1999 Jim Wilson <wilson@cygnus.com>
19444 * resource.c (mark_target_live_regs): Use
19445 PIC_OFFSET_TABLE_REG_CALL_CLOBBERED.
19447 Fri Aug 20 19:07:55 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19449 * rtl.c (rtx_class, note_insn_name, reg_note_name): Constify.
19451 * rtl.h (rtx_class, reg_note_name, note_insn_name): Likewise.
19453 * genopinit.c (gen_insn): Use accessor macro, not `rtx_class'.
19455 Fri Aug 20 18:53:43 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19457 * rtl.h (rtx_format): Constify a char*.
19459 * rtl.c (rtx_format): Likewise.
19460 (copy_rtx, copy_most_rtx, read_rtx): Likewise.
19461 (init_rtl): Use accessor macro, not `rtx_format'.
19463 * alias.c (rtx_equal_for_memref_p, find_symbolic_term): Constify a
19466 * caller-save.c (mark_referenced_regs): Likewise.
19468 * combine.c (subst, make_compound_operation, known_cond,
19469 gen_rtx_combine, update_table_tick, get_last_value_validate,
19470 use_crosses_set_p, mark_used_regs_combine, move_deaths): Likewise.
19472 * cse.c (rtx_cost, mention_regs, canon_hash, exp_equiv_p,
19473 refers_to_p, canon_reg, fold_rtx, cse_process_notes,
19474 count_reg_usage): Likewise.
19476 * emit-rtl.c (gen_rtx, copy_rtx_if_shared, reset_used_flags):
19479 * final.c (leaf_renumber_regs_insn): Likewise.
19481 * flow.c (mark_used_regs, find_use_as_address, dump_flow_info,
19482 dump_edge_info, count_reg_references): Likewise.
19484 * function.c (fixup_var_refs_1, walk_fixup_memory_subreg,
19485 fixup_stack_1, purge_addressof_1, instantiate_virtual_regs_1):
19488 * gcse.c (oprs_unchanged_p, hash_expr_1, expr_equiv_p,
19489 oprs_not_set_p, expr_killed_p, compute_transp, find_used_regs,
19490 add_label_notes): Likewise.
19492 * genattrtab.c (attr_rtx, attr_copy_rtx, encode_units_mask,
19493 clear_struct_flag, count_sub_rtxs, count_alternatives,
19494 compares_alternatives_p, contained_in_p, walk_attr_value,
19495 write_expr_attr_cache): Likewise.
19497 * genconfig.c (walk_insn_part): Likewise.
19499 * genemit.c (max_operand_1, gen_exp): Likewise.
19501 * genextract.c (walk_rtx): Likewise.
19503 * genflags.c (num_operands): Likewise.
19505 * genoutput.c (scan_operands): Likewise.
19507 * genpeep.c (match_rtx): Likewise.
19509 * genrecog.c (add_to_sequence): Likewise.
19511 * haifa-sched.c (may_trap_exp, sched_analyze_2, attach_deaths):
19514 * integrate.c (save_constants, copy_for_inline,
19515 copy_rtx_and_substitute, subst_constants, restore_constants):
19518 * jump.c (mark_jump_label, invert_exp, redirect_exp,
19519 rtx_renumbered_equal_p, rtx_equal_for_thread_p): Likewise.
19521 * local-alloc.c (contains_replace_regs, memref_referenced_p):
19524 * loop.c (record_excess_regs, rtx_equal_for_loop_p,
19525 add_label_notes, replace_call_address, count_nonfixed_reads,
19526 invariant_p, find_single_use_in_loop, find_mem_givs,
19527 find_life_end, maybe_eliminate_biv_1, update_reg_last_use):
19530 * print-rtl.c (reg_names, print_rtx): Likewise.
19532 * recog.c (validate_replace_rtx_1, find_single_use_1): Likewise.
19534 * reg-stack.c (stack_regs_mentioned_p, record_label_references,
19535 record_reg_life_pat, swap_rtx_condition, goto_block_pat,
19536 print_blocks): Likewise.
19538 * regclass.c (fix_register, record_address_regs,
19539 reg_scan_mark_refs): Likewise.
19541 * regmove.c (stable_but_for_p): Likewise.
19543 * reload.c (loc_mentioned_in_p, operands_match_p,
19544 find_reloads_toplevsubst_reg_equivs, find_reloads_address_1,
19545 copy_replacements, refers_to_regno_for_reload_p,
19546 refers_to_mem_for_reload_p, find_inc_amount, regno_clobbered_p,
19547 reload_when_needed_name, reg_class_names, debug_reload_to_stream):
19550 * reload1.c (eliminate_regs, scan_paradoxical_subregs,
19551 delete_address_reloads_1, count_occurrences,
19552 reload_cse_mem_conflict_p, reload_combine_note_use,
19553 add_auto_inc_notes): Likewise.
19555 * resource.c (mark_referenced_resources, mark_set_resources):
19558 * rtlanal.c (rtx_unstable_p, rtx_varies_p, rtx_addr_varies_p,
19559 reg_mentioned_p, regs_set_between_p, modified_between_p,
19560 modified_in_p, refers_to_regno_p, reg_overlap_mentioned_p,
19561 rtx_equal_p, volatile_insn_p, volatile_refs_p, side_effects_p,
19562 may_trap_p, inequality_comparisons_p, replace_rtx, replace_regs,
19563 jmp_uses_reg_or_mem, for_each_rtx, regno_use_in): Likewise.
19565 * sched.c (sched_analyze_2, attach_deaths): Likewise.
19567 * stupid.c (stupid_mark_refs): Likewise.
19569 * unroll.c (remap_split_bivs): Likewise.
19571 * varasm.c (mark_constants): Likewise.
19573 * a29k/a29k.c (uses_local_reg_p): Likewise.
19575 * alpha/alpha.c (summarize_insn): Likewise.
19577 * arm/arm.c (symbol_mentioned_p, label_mentioned_p,
19578 eliminate_lr2ip): Likewise.
19580 * arm/thumb.c (symbol_mentioned_p, label_mentioned_p): Likewise.
19582 * i386/i386.c (symbolic_reference_mentioned_p, copy_all_rtx,
19583 reg_mentioned_in_mem): Likewise.
19585 * ns32k/ns32k.c (global_symbolic_reference_mentioned_p,
19586 symbolic_reference_mentioned_p): Likewise.
19588 * romp/romp.c (unsigned_comparisons_p, hash_rtx): Likewise.
19590 * sh/sh.c (regs_used, mark_use): Likewise.
19592 * vax/vax.c (vax_rtx_cost): Likewise.
19594 Fri Aug 20 18:38:43 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19596 * machmode.h (mode_name): Constify a char*.
19598 * rtl.c (mode_name): Likewise.
19600 * genopinit.c (gen_insn): Use accessor macro, not `mode_name'.
19602 * optabs.c (init_libfuncs): Constify a char*.
19604 * print-tree.c (mode_name): Remove redundant declaration.
19605 (print_node): Use accessor macro, not `mode_name'.
19607 * reload1.c (dump_needs): Constify a char*. Use accessor macro,
19609 (new_spill_reg): Constify a char*.
19611 * tree.c (mode_name): Remove redundant declaration.
19613 Fri Aug 20 18:31:26 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19615 * rtl.c (rtx_name): Constify a char*.
19617 * rtl.h (rtx_name, fix_sched_param): Likewise.
19619 * gmicro/gmicro.c (rtx_name): Remove redundant declaration.
19620 (mypr): Use accessor macro, not `rtx_name'.
19622 * genemit.c (print_code): Constify a char*.
19624 * genopinit.c (gen_insn): Use accessor macro, not `rtx_name'.
19626 * genpeep.c (print_code): Constify a char*.
19628 * genrecog.c (print_code): Likewise.
19630 * graph.c (start_fct, start_bb, node_data, draw_edge, end_fct,
19631 end_bb): Add static prototype.
19632 (draw_edge): Constify a char*.
19633 (end_bb): Remove unused parameter.
19635 * haifa-sched.c (fix_sched_param, safe_concat, print_exp
19636 print_block_visualization): Constify a char*.
19638 Fri Aug 20 15:02:10 1999 Mark Mitchell <mark@codesourcery.com>
19640 * c-common.c (c_get_alias_set): Update comment.
19642 1999-08-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
19644 * linux.h (LIB_SPEC): Added.
19646 Fri Aug 20 22:32:17 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19648 * config/c4x/c4x.h (STARTFILE_SPEC): Don't def.
19650 1999-08-19 18:43 -0700 Zack Weinberg <zack@bitmover.com>
19652 * tree.c (expr_check): Fix typo in last change.
19654 1999-08-19 14:44 -0700 Zack Weinberg <zack@bitmover.com>
19656 * rtl.def (NOTE): Change format to "iuu0n".
19657 (ADDR_DIFF_VEC): Change format to "eEee0".
19658 (ADDRESSOF): Change format to "eit".
19660 * rtl.h (rtvec): Make "elem" an array of rtx, not rtunion.
19661 (RTVEC_ELT): Change to match.
19662 (XVECEXP): Use XVEC and RTVEC_ELT.
19663 (INSN_UID, INSN_CODE, CODE_LABEL_NUMBER, NOTE_LINE_NUMBER,
19664 ADDRESSOF_REGNO, REGNO, SUBREG_WORD): Use XINT.
19665 (PREV_INSN, NEXT_INSN, PATTERN, REG_NOTES,
19666 CALL_INSN_FUNCTION_USAGE, SUBREG_REG, SET_SRC, SET_DEST,
19667 TRAP_CONDITION, TRAP_CODE): Use XEXP.
19668 (INTVAL): Use XWINT.
19669 (ADDRESSOF_DECL): Use XTREE.
19670 (SET_ADDRESSOF_DECL): Delete.
19671 (NOTE_DECL_NAME, NOTE_DECL_CODE, NOTE_DECL_RTL,
19672 NOTE_DECL_IDENTIFIER, NOTE_DECL_TYPE): Kill. These have been
19673 ifdefed out since 2.6 at least.
19674 (gen_rtvec_vv): Delete prototype.
19676 * rtl.h (rtvec_alloc): rt->elem is now an array of rtx,
19678 (copy_most_rtx): Handle 't' format letter.
19679 * emit-rtl.c (gen_rtvec_v): rt_val->elem is an array of rtx.
19680 (gen_rtvec_vv): Delete function. All callers changed to use
19681 gen_rtvec_v instead.
19682 * print-rtl.c (print_rtx): Move special casing of NOTEs to
19683 the '0' format letter.
19685 * function.c (gen_mem_addressof): Don't use
19686 SET_ADDRESSOF_DECL; provide `decl' to gen_rtx_ADDRESSOF
19688 * integrate.c (copy_rtx_and_substitute): Likewise.
19689 Copy 't' slots with XTREE.
19690 (subst_constants): Treat 't' slots like '[swi]' slots.
19691 * cse.c (canon_hash, exp_equiv_p): Treat 't' slots like '0' slots.
19692 * jump.c (rtx_equal_for_thread_p): Likewise.
19693 * rtlanal.c (rtx_equal_p): Likewise.
19694 * stmt.c (expand_end_case): gen_rtx_ADDR_DIFF_VEC now takes
19695 only four arguments.
19696 * gengenrtl.c (type_from_format): Provide correct types for
19700 * tree.h [ENABLE_CHECKING] (TREE_CHECK, TREE_CLASS_CHECK):
19701 If a recent gcc is in use (always in stage2 and beyond), use
19702 statement expressions, so we don't make a function call unless
19703 the check fails. Evaluate arguments exactly once.
19704 (CHAIN_CHECK, DO_CHECK, DO_CHECK1, TREE_CHECK1,
19705 TREE_CLASS_CHECK1, TYPE_CHECK1, DECL_CHECK1, CST_CHECK1):
19707 (CST_OR_CONSTRUCTOR_CHECK, EXPR_CHECK): Redefine such that
19708 they evaluate their arguments exactly once, irrespective of
19709 the compiler in use.
19711 * tree.c [ENABLE_CHECKING]: Define whichever set of functions
19712 is used by the currently-enabled check macros. This is:
19713 (tree_check_failed, tree_class_check_failed): For gcc.
19714 (tree_check, tree_class_check, cst_or_constructor_check,
19715 expr_check): For other compilers.
19717 * gencheck.c: Do not define any *_CHECK1 macros.
19719 Thu Aug 19 14:42:38 1999 Mike Stump <mrs@wrs.com>
19720 Mark Mitchell <mark@codesourcery.com>
19722 * c-common.c (c_get_alias_set): Fix support for poitners and
19725 Thu Aug 19 11:51:22 EDT 1999 John Wehle (john@feith.com)
19727 * alias.c: Include tree.h.
19728 (nonlocal_reference_p, mark_constant_function): New functions.
19729 * flow.c (life_analysis): Call mark_constant_function.
19730 * rtl.h (mark_constant_function): Declare it.
19732 Thu Aug 19 15:02:01 1999 Nick Clifton <nickc@cygnus.com>
19734 * config/rs6000/rs6000.c (rs6000_override_options): Fix test for
19735 unrecognisable switches.
19737 Wed Aug 18 23:31:57 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
19739 * loop.c (recombine_givs): Set ix field after sorting.
19740 (recombine_givs): Remove bogus index / giv lockstep looping.
19742 Wed Aug 18 18:20:40 1999 Bernd Schmidt <bernds@cygnus.co.uk>
19744 * expmed.c (emit_store_flag): If UNSIGNEDP, call unsigned_condition
19746 (emit_store_flag_force): Use do_compare_rtx_and_jump.
19747 (do_cmp_and_jump): Formatting fixes.
19748 * expr.c (do_compare_and_jump): Renamed from compare; changed to call
19749 do_compare_rtx_and_jump instead of compare_from_rtx.
19750 (do_compare_rtx_and_jump): New function; mostly copied from
19752 (do_jump_for_compare): Delete.
19753 (expand_expr): Use do_compare_rtx_and_jump when handling MAX_EXPR and
19755 (do_jump): Use do_compare_and_jump or do_compare_rtx_and_jump instead
19756 of compare/do_jump_for_compare pairs.
19757 (do_jump_by_parts_greater): Use do_jump_by_parts_greater_rtx.
19758 (do_jump_by_parts_greater_rtx): Use do_compare_rtx_and_jump instead of
19759 compare_from_rtx/do_jump_for_compare pairs.
19760 (do_jump_by_parts_equality): Likewise.
19761 (do_jump_by_parts_equality_rtx): Likewise.
19762 * expr.h (do_compare_rtx_and_jump): Declare.
19763 * optabs.c (prepare_cmp_insn): New function, contains most of the code
19764 that used to be in emit_cmp_insn.
19765 (cmp_available_p): New function.
19766 (prepare_operand): New function.
19767 (emit_cmp_and_jump_insn_1): New function, contains some code that used
19768 to be in emit_cmp_insn.
19769 (prepare_float_lib_cmp): Renamed from emit_float_lib_cmp; change some
19770 parameters to be pointers; don't emit final compare but modify some of
19771 the values pointed to by the args so the caller can perform the
19772 correct comparison.
19773 (expand_binop): Call emit_store_flag_force with signed forms of
19775 (expand_abs): Use do_compare_rtx_and_jump instead of compare_from_rtx/
19776 emit_jump_insn pair.
19777 (emit_cmp_and_jump_insn): Use prepare_cmp_insn and
19778 emit_cmp_and_jump_insn_1. Call emit_queue.
19779 (emit_cmp_insn): Just call emit_cmp_and_jump_insns with zero for LABEL
19781 * flow.c (tidy_fallthru_edge): If HAVE_cc0, verify insn before a
19782 jump sets cc0 before deleting it.
19783 * integrate.c (expand_inline_function): Likewise.
19784 * unroll.c (unroll_loop): Similar changes in several places.
19785 (copy_loop_body): If HAVE_cc0, verify insn before a jump sets cc0
19786 before deleting it.
19788 Wed Aug 18 06:37:44 1999 Bernd Schmidt <bernds@cygnus.co.uk>
19790 * Makefile.in (insn-recog.o): Update dependencies.
19791 * genrecog.c (main): Make generated file include "function.h".
19793 Sat Aug 14 00:54:57 1999 Geoffrey Keating <geoffk@cygnus.com>
19795 * cse.c (cse_insn): Call never_reached_warning when a jump is
19796 changed to be unconditional.
19797 * flags.h: Declare warn_notreached.
19798 * flow.c (delete_block): Call never_reached_warning when
19799 a block is deleted.
19800 * jump.c (delete_barrier_successors): Call never_reached_warning
19801 when we delete everything after a BARRIER.
19802 (never_reached_warning): New function.
19803 * rtl.h: Declare never_reached_warning.
19804 * toplev.c (warn_notreached): New variable.
19805 (lang_independent_options): Set warn_notreached
19806 when -Wunreachable-code.
19807 (compile_file): We need line numbers for -Wunreachable-code.
19809 Tue Aug 17 22:06:11 1999 Jan Hubicka <hubicka@freesoft.cz>
19811 * haifa-sched.c (insn_unit): Fix typo on out of range test.
19812 * sched.c (insn_unit): Likewise.
19814 Tue Aug 17 21:57:23 1999 Andreas Schwab <schwab@suse.de>
19816 * combine.c (distribute_notes): Handle REG_EH_RETHROW.
19818 Tue Aug 17 17:39:43 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
19820 * flow.c (create_edge_list): Use xmalloc, not malloc.
19822 Tue Aug 17 01:40:54 1999 Loren Rittle <ljrittle@acm.org>
19824 * fixinc/inclhack.def (no_double_slash): Do not trash single-line
19825 C-style comments. Do not lose the character before double slash.
19827 Mon Aug 16 18:08:22 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
19829 * basic-block.h (struct edge_list): Stucture to maintain a vector
19831 (EDGE_INDEX_NO_EDGE, EDGE_INDEX, INDEX_EDGE_PRED_BB, INDEX_EDGE_SUCC_BB,
19832 INDEX_EDGE, NUM_EDGES): New Macros for accessing edge list.
19833 (create_edge_list, free_edge-List, print_edge_list, verify_edge_list):
19834 New function prototypes.
19835 * flow.c (create_edge_list): Function to create an edge list.
19836 (free_edge_list): Discards memory used by an edge list.
19837 (print_edge_list): Debug output showing an edge list.
19838 (verify_edge_list): Internal consistency check for an edge list.
19839 (find_edge_index): Function to find an edge index for a pred and succ.
19841 Mon Aug 16 11:56:36 1999 Mark Mitchell <mark@codesourcery.com>
19843 * tree.c (type_hash_add): Use permalloc to allocate nodes in the
19846 Mon Aug 16 17:04:15 1999 Jorn Rennecke <amylaar@cygnus.co.uk>
19848 * mips.h (CLASS_CANNOT_CHANGE_SIZE): Define.
19850 Fri Aug 13 15:20:43 1999 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
19852 * config/i386/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
19854 Fri Aug 13 10:21:28 1999 Nick Clifton <nickc@cygnus.com>
19856 * toplev.c (rest_of_compilation): Allow machine dependent
19857 reorganisation pass to place information into the RTL dump
19858 file if it so wishes.
19860 Sun Aug 15 12:41:21 1999 Jim Wilson <wilson@cygnus.com>
19862 * explow.c (hard_function_value): Use VOIDmode instead of
19864 * stmt.c (expand_return): Likewise.
19865 * stor-layout.c (get_best_mode): Likewise.
19867 * genemit.c (gen_expand): If next is MATCH_PAR_DUP, then output
19868 emit call instead of emit_insn call.
19870 Sat Aug 14 15:04:06 1999 Mumit Khan <khan@xraylith.wisc.edu>
19872 * configure.in: Handle --disable/enable-win32-registry.
19873 * install.texi: Document --disable/enable-win32-registry.
19874 * acconfig.h (ENABLE_WIN32_REGISTRY): New macro.
19875 (WIN32_REGISTRY_KEY): New macro.
19876 * prefix.c: Use to enable/disable win32-specific code.
19877 (lookup_key): Use versioned key.
19878 * configure: Regenerate.
19879 * config.in: Likewise.
19881 Fri Aug 13 17:41:55 1999 Jason Merrill <jason@yorick.cygnus.com>
19883 * cpplib.c (read_line_number): New fn, split out of...
19886 Fri Aug 13 14:18:27 1999 Gavin Romig-Koch <gavin@cygnus.com>
19888 tree.c (lang_unsave_expr_now) : New.
19889 (unsave_expr_now): Call lang_unsave_expr_now.
19890 tree.h (lang_unsave_expr_now) : New.
19892 Fri Aug 13 00:49:46 1999 Jason Merrill <jason@yorick.cygnus.com>
19894 * toplev.c (flag_new_exceptions): On by default.
19896 1999-08-13 Michael Meissner <meissner@cygnus.com>
19898 * Makefile.in (GCC_FOR_TARGET): Move -B./ after the tooldir -B.
19900 Fri Aug 13 01:29:57 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
19902 * dwarfout.c (fundamental_type_code): Return FT_boolean for
19903 INTEGER_TYPE with precision==1, it's __java_boolean.
19905 Thu Aug 12 23:51:04 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
19907 * global.c (prune_preferences): Move some invariants out of the
19910 Thu Aug 12 15:30:29 1999 Jesse Perry (jap@unx.dec.com)
19912 * configure.in (alpha*-dec-osf*): Add osf5.
19914 Sun Aug 1 22:24:03 1999 Philip Blundell <philb@gnu.org>
19916 * configure.in: Rework handling of ARM GNU/Linux slightly.
19917 (arm*-*-linux-gnuoldld): New target.
19918 * configure: Regenerate.
19919 * install.texi (Configurations): Add arm-*-linux-gnu{oldld} and
19920 arm-*-elf. Mention that arm-*-linux-gnuaout is obsolete.
19921 * config/arm/linux-oldld.h: New file.
19922 * config/arm/linux-elf26.h: Don't include linux-elf.h.
19923 (TARGET_DEFAULT, SUBTARGET_LINK_SPEC, SUBTARGET_EXTRA_ASM_SPEC):
19925 * config/arm/linux-elf.h (ASM_SPEC): Define.
19926 (TARGET_DEFAULT, SUBTARGET_EXTRA_LINK_SPEC,
19927 SUBTARGET_EXTRA_ASM_SPEC, CPP_APCS_PC_DEFAULT): Add definitions
19928 for 26-bit APCS and old linker.
19929 (CPP_PREDEFINES): Define `__arm__'; don't define `arm' or
19931 (FP_DEFAULT): Define to FP_SOFT3 for all machines.
19932 * config/arm/linux-aout.h (CPP_PREDEFINES): Define `__arm__';
19933 don't define `arm' or `arm_elf'.
19934 * config/arm/t-linux (EXTRA_MULTILIB_PARTS, MULTILIB_OPTIONS,
19935 MULTILIB_DIRNAMES): Define. Fix typo in comment.
19937 Thu Aug 12 10:14:47 1999 Andreas Schwab <schwab@suse.de>
19939 * rtl.texi: Fix typo.
19941 Wed Aug 11 23:50:57 1999 Jason Merrill <jason@yorick.cygnus.com>
19943 * invoke.texi (C++ Dialect Options): Add -fms-extensions.
19945 Wed Aug 11 12:59:37 1999 Mark Mitchell <mark@codesourcery.com>
19947 * extend.texi (C++ Signatures): Remove node.
19948 * invoke.texi: Remove discussion of -fhandle-signatures,
19949 signature, sigof, __signature__, and __sigof__.
19951 Wed Aug 11 03:38:25 1999 Jeffrey A Law (law@cygnus.com)
19953 * Makefile.in (JAVAGC): Removed.
19955 Wed Aug 11 02:13:26 1999 Mumit Khan <khan@xraylith.wisc.edu>
19957 * i386/cygwin.h (ASM_OUTPUT_ALIGNED_BSS): Define.
19959 1999-08-11 Mark Elbrecht <snowball3@bigfoot.com>
19961 * i386/djgpp.h (ASM_OUTPUT_ALIGNED_BSS): Define.
19963 1999-08-11 Richard Earnshaw (rearnsha@arm.com)
19965 * emit-rtl.c (mark_reg_pointer): Don't increase the alignment of
19966 a register that is already known to be a pointer.
19968 1999-08-11 Bruce Korb <ddsinc09@ix.netcom.com>
19970 * fixinc/inclhack.tpl: Only install assert.h conditionally.
19971 * fixinc/inclhack.sh: Regenerated.
19972 * fixinc/fixincl.sh: Regenerated.
19974 Wed Aug 11 00:34:22 1999 Joe Buck <jbuck@synopsys.com>
19976 * invoke.texi: s/GNU CC/GCC/ for consistency with gcc.texi.
19977 Fix documentation of -ansi flag to describe its C++ behavior.
19978 Remove bogus reference to GCC 2.9.
19980 Tue Aug 10 17:19:02 1999 Jim Wilson <wilson@cygnus.com>
19982 * config/sh/sh.c (machine_dependent_reorg): Only call PUT_MODE on
19983 note if it is non-NULL.
19985 Tue Aug 10 10:47:42 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
19987 * except.h (eh_nesting_info): Add new structure defintion.
19988 (init_eh_nesting_info, free_eh_nesting_info): Add function prototypes.
19989 (reachable_handlers, update_rethrow_references): Add function
19991 * rtl.h (struct rtvec_def): Update comments. REG_EH_RETHROW takes
19992 a rethrow symbol instead of an integer exception region number.
19993 * flow.c (Make_edges): Use new exception nesting routines to determine
19994 which handlers are reachable from a CALL or asynchronous insn.
19995 Dont add an edge for calls with a REG_EH_REGION of -1 to non-local
19997 (delete_eh_regions): Update rethrow labels, and don't delete
19998 regions which are the target of a rethrow.
19999 * except.c (struct func_eh_entry): Add rethrow_ref field, now we can
20000 avoid overloading the SYMBOL_REF_USED flag.
20001 (rethrow_symbol_map): Use new rethrow_ref field.
20002 (rethrow_used): Use new rethrow_ref field.
20003 (expand_rethrow): REG_EH_RETHROW now has a SYMBOL_REF instead
20004 of an integer. Fix formatting.
20005 (output_exception_table_entry): Use new rethrow_ref field.
20006 (can_throw): Check for EH_REGION_NOTE before deciding
20007 whether a CALL can throw or not.
20008 (scan_region): Call rethrow_used() instead of accessing data structure.
20009 (update_rethrow_references): New function to make sure only regions
20010 which are still targets of a rethrow are flagged as such.
20011 (process_nestinfo): New static function to initialize a handler
20012 list for a specific region.
20013 (init_eh_nesting_info): New function to allocate and initialize
20014 the list of all EH handlers reachable from all regions.
20015 (reachable_handlers): New function to retrieve the list of handlers
20016 reachable from a specific region and insn.
20017 (free_eh_nesting_info): New function to dispose of a list of
20018 reachable handlers.
20020 Tue Aug 10 10:39:31 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
20022 * flow.c (split_edge): Set JUMP_LABEL field.
20023 (commit_one_edge_insertion): Set head correctly for insert_before.
20024 When inserting insns, update insn block numbers if allocated.
20026 Tue Aug 10 09:26:07 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20028 * dwarf2out.c (dwarf2out_frame_debug_expr, add_incomplete_type,
20029 retry_incomplete_types): Add static prototype.
20030 (stripattributes, dwarf_cfi_name, ASM_OUTPUT_DWARF_STRING,
20031 dwarf_tag_name, dwarf_attr_name, dwarf_form_name,
20032 dwarf_stack_op_name, dwarf_type_encoding_name, add_AT_string,
20033 dwarf2_name, add_name_attribute, lookup_filename, dwarf2out_line,
20034 dwarf2out_start_source_file, dwarf2out_define, dwarf2out_undef):
20037 * dwarf2out.h (dwarf2out_define, dwarf2out_undef,
20038 dwarf2out_start_source_file, dwarf2out_line): Likewise.
20040 Tue Aug 10 09:21:46 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20042 * output.h (assemble_name): Constify a char*.
20044 * varasm.c (UNIQUE_SECTION, assemble_start_function,
20045 assemble_variable, assemble_name): Likewise.
20047 * dwarf2out.c (ASM_NAME_TO_STRING): Likewise.
20049 * arm/pe.c (arm_pe_unique_section): Likewise.
20051 * i386/cygwin.h (STRIP_NAME_ENCODING): Likewise.
20053 * i386/i386-interix.h (STRIP_NAME_ENCODING): Likewise.
20055 * i386/interix.c (i386_pe_unique_section): Likewise.
20057 * i386/win32.h (STRIP_NAME_ENCODING): Likewise.
20059 * i386/winnt.c (i386_pe_unique_section): Likewise.
20061 * m32r/m32r.h (ASM_OUTPUT_LABELREF): Likewise.
20063 * mn10200/mn10200.h (ASM_OUTPUT_LABELREF): Likewise.
20065 * mn10300/mn10300.h (ASM_OUTPUT_LABELREF): Likewise.
20067 * pa/pa.c (output_call): Likewise.
20069 * pa/pa.h (ASM_OUTPUT_MI_THUNK): Likewise.
20071 * pa/som.h (ASM_OUTPUT_FUNCTION_PREFIX): Likewise.
20073 * rs6000/rs6000.c (rs6000_output_load_toc_table, output_toc):
20076 * rs6000/rs6000.h (RS6000_OUTPUT_BASENAME, STRIP_NAME_ENCODING):
20079 * rs6000/sol2.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
20081 * rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_INT,
20082 STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Likewise.
20084 * v850/v850.h (ASM_OUTPUT_LABELREF): Likewise.
20086 Mon Aug 9 19:54:05 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20088 * real.c (GET_REAL, PUT_REAL): Use memcpy instead of bcopy.
20090 Mon Aug 9 19:36:00 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20092 * tree.h (lang_identify): Constify a char*.
20093 (print_error_function): Add extern prototype. Constify a char*.
20095 * c-lang.c (lang_identify): Constify a char*.
20097 * objc/objc-act.c (lang_identify): Constify a char*.
20099 Mon Aug 9 16:21:53 1999 Bernd Schmidt <bernds@cygnus.co.uk>
20101 * genpeep.c (main): Make generated file include "function.h".
20102 * arm.c (function_really_clobbers_lr): Delete INLINE_HEADER case.
20104 Mon Aug 9 10:08:50 1999 Bernd Schmidt <bernds@cygnus.co.uk>
20106 * Makefile.in: Update dependencies.
20107 * alias.c: Include "function.h"
20108 * c-decl.c: Likewise.
20109 * caller-save.c: Likewise.
20110 * calls.c: Likewise.
20111 * combine.c: Likewise.
20113 * explow.c: Likewise.
20114 * final.c: Likewise.
20115 * global.c: Likewise.
20116 * graph.c: Likewise.
20117 * local-alloc.c: Likewise.
20118 * loop.c: Likewise.
20119 * optabs.c: Likewise.
20120 * profile.c: Likewise.
20121 * recog.c: Likewise.
20122 * regclass.c: Likewise.
20123 * regmove.c: Likewise.
20124 * reload.c: Likewise.
20125 * reorg.c: Likewise.
20126 * resource.c: Likewise.
20127 * sched.c: Likewise.
20128 * stupid.c: Likewise.
20129 * config/1750a/1750a.c: Likewise.
20130 * config/a29k/a29k.c: Likewise.
20131 * config/arc/arc.c: Likewise.
20132 * config/arm/arm.c: Likewise.
20133 * config/arm/thumb.c: Likewise.
20134 * config/c4x/c4x.c: Likewise.
20135 * config/clipper/clipper.c: Likewise.
20136 * config/convex/convex.c: Likewise.
20137 * config/fx80/fx80.c: Likewise.
20138 * config/i860/i860.c: Likewise.
20139 * config/m68k/m68k.c: Likewise.
20140 * config/m88k/m88k.c: Likewise.
20141 * config/mips/mips.c: Likewise.
20142 * config/pdp11/pdp11.c: Likewise.
20143 * config/pyr/pyr.c: Likewise.
20144 * config/romp/romp.c: Likewise.
20145 * config/sh/sh.c: Likewise.
20146 * config/tahoe/tahoe.c: Likewise.
20147 * config/vax/vax.c: Likewise.
20148 * config/we32k/we32k.c: Likewise.
20149 * config/sparc/sparc.c: Include "function.h".
20150 (mem_min_alignment): Test current_function rather than
20151 regno_pointer_align.
20152 * config/pa/pa.c: Likewise.
20153 (compute_frame_size): Delete declaration of
20154 current_function_outgoing_args_size.
20155 * config/arc/arc.h (current_function_varargs): Delete declaration.
20156 * config/elxsi/elxsi.h (current_function_calls_alloca): Delete
20158 * config/i370/i370.h (current_function_outgoing_args_size): Delete
20160 * config/i386/i386.h (FINALIZE_PIC): Delete declaration of
20161 current_function_uses_pic_offset_table.
20162 * config/m68k/a-ux.h (FUNCTION_EXTRA_EPILOGUE): Delete declaration
20163 of current_function_returns_pointer.
20164 * config/m68k/altos3068.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
20165 * config/m68k/linux.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
20166 * config/m68k/m68kv4.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
20167 * config/m68k/mot3300.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
20168 * config/m68k/pbb.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
20169 * config/m68k/tower-as.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
20170 * config/m88k/m88k.c: Include "function.h"
20171 (call_used_regs, current_function_pretend_args_size,
20172 current_function_outgoing_args_size, frame_pointer_needed): Delete
20174 * config/m88k/m88k.h (current_function_pretend_args_size): Delete
20176 * config/mips/mips.h (current_function_calls_alloca): Delete
20178 * config/mn10200/mn10200.h (current_function_needs_context,
20179 rtx_equal_function_value_matters): Delete declarations.
20180 * config/ns32k/ns32k (current_function_uses_pic_offset_table,
20181 flag_pic): Delete declarations.
20182 * config/pa/pa.h (current_function_pretend_args_size,
20183 current_function_decl): Delete declarations.
20184 * config/pa/som.h (current_function_varargs): Delete declaration.
20185 * config/pdp11/pdp11.h (current_function_pretend_args_size): Delete
20187 * config/pyr/pyr.h (current_function_pretend_args_size,
20188 current_function_args_size, current_function_calls_alloca): Delete
20190 * config/sh/sh.h (current_function_varargs): Delete declaration.
20191 * config/sparc/sparc.h (current_function_outgoing_args_size,
20192 current_function_calls_alloca, current_function_decl): Delete
20194 * config/spur/spur.h (current_function_pretend_args_size,
20195 current_function_calls_alloca): Delete declarations.
20196 * config/v850/v850.c (current_function_outgoing_args_size): Delete
20198 * config/vax/vms.h (current_function_name): Delete declaration.
20199 * gcse.c: Include "function.h".
20200 (current_function_name, current_function_calls_setjmp): Delete
20202 * haifa-sched.c: Include "function.h".
20203 (forced_labels): Delete declaration.
20204 * jump.c: Likewise.
20205 * reg-stack.c: Likewise.
20206 * reload1.c: Likewise.
20207 * genemit.c (main): Make generated file include function.h.
20208 * genoutput.c (output_prologue): Likewise.
20210 * builtins.c (saveregs_value, apply_args_value): Delete variables.
20211 * emit-rtl.c (reg_rtx_no, first_label_num, first_insn, last_insn,
20212 sequence_rtl_expr, cur_insn_uid, last_linenum, last_filename,
20213 regno_pointer_flag, regno_pointer_flag_length, regno_pointer_align,
20214 regno_reg_rtx, sequence_stack): Delete variables. Add accessor
20215 macros for some of them.
20216 (emit_filename, emit_lineno): Delete declarations.
20217 (gen_reg_rtx): Use memset/memcpy instead of bzero/bcopy. Access
20218 regno_pointer_* variables through current_function.
20219 (gen_inline_header_rtx): Delete function.
20220 (save_emit_status): Delete function.
20221 (set_new_last_label_num): New function.
20222 (clear_emit_caches): New function.
20223 (restore_emit_status): Just clear last_labelnum and call
20225 (get_last_insn_anywhere): Variable sequence_stack is now accessed
20226 through macro seq_stack.
20227 (add_insn_after): Likewise.
20228 (add_insn_before): Likewise.
20229 (remove_insn): Likewise.
20230 (pop_topmost_sequence): Likewise.
20231 (in_sequence_p): Likewise.
20232 (start_sequence_for_rtl_expr): Likewise.
20233 (start_sequence): Likewise, and likewise for
20234 sequence_rtl_expr/seq_rtl_expr.
20235 (push_topmost_sequence): Likewise.
20236 (end_sequence): Likewise.
20237 (init_virtual_regs): Now takes a "struct emit_status *" argument.
20238 All callers changed. Store into that pointer instead of globals.
20239 (init_emit): Allocate emit elt of current_function.
20240 Changes for sequence_rtl_expr/sequence_stack renaming.
20241 Call clear_emit_caches instead of doing it in-line.
20242 Access regno_pointer_* variables through current_function.
20243 (init_emit_once) Don't clear sequence_stack.
20245 * expr.c (pending_stack_adjust, inhibit_defer_pop, pending_chain):
20247 (arg_pointer_save_area): Delete declaration.
20248 (finish_expr_for_function): Renamed from init_queue; no longer static.
20249 (init_expr): Don't call init_queue.
20250 (save_expr_status, restore_expr_status): Delete functions.
20251 (expand_expr): Changes to reflect new layout of struct function.
20252 Don't access current_function_check_memory_usage when current_function
20254 * expr.h (forced_labels, save_expr_regs, saveregs_value,
20255 apply_args_value, current_function_calls_alloca, inhibit_defer_pop,
20256 current_function_outgoing_args_size, current_function_arg_offset_rtx,
20257 current_function_uses_const_pool, function_call_count,
20258 current_function_uses_pic_offset_table, nonlocal_labels,
20259 current_function_internal_arg_pointer, nonlocal_goto_stack_level,
20260 current_function_check_memory_usage, nonlocal_goto_handler_slots,
20261 pending_stack_adjust, target_temp_slot_level, temp_slot_level): Delete
20263 (finish_expr_for_function): Declare.
20264 * flags.h (current_function_has_nonlocal_label,
20265 current_function_has_nonlocal_goto, current_function_is_thunk,
20266 current_function_has_computed_jump): Delete declarations.
20267 * flow.c (forced_labels): Delete declaration.
20268 * function.c (current_function_pops_args,
20269 current_function_returns_struct, current_function_returns_pcc_struct,
20270 current_function_needs_context, current_function_calls_setjmp,
20271 current_function_calls_longjmp, current_function_has_nonlocal_label,
20272 current_function_has_nonlocal_goto, current_function_is_thunk,
20273 current_function_has_computed_jump, current_function_calls_alloca,
20274 current_function_contains_functions, current_function_returns_pointer,
20275 current_function_epilogue_delay_list, current_function_args_size,
20276 current_function_pretend_args_size, current_function_arg_offset_rtx,
20277 current_function_outgoing_args_size, current_function_varargs,
20278 current_function_stdarg, current_function_args_info, cleanup_label,
20279 current_function_name, current_function_uses_const_pool,
20280 current_function_instrument_entry_exit, current_function_return_rtx,
20281 current_function_uses_pic_offset_table, nonlocal_labels,
20282 current_function_internal_arg_pointer, current_function_cannot_inline,
20283 current_function_check_memory_usage, function_call_count,
20284 nonlocal_goto_handler_slots, nonlocal_goto_handler_labels,
20285 nonlocal_goto_stack_level, return_label, save_expr_regs,
20286 stack_slot_list, rtl_expr_chain, tail_recursion_label, temp_slots,
20287 tail_recursion_reentry, arg_pointer_save_area, frame_offset,
20288 context_display, trampoline_list, parm_birth_insn, invalid_stack_slot,
20289 last_parm_insn, max_parm_reg, parm_reg_stack_loc, sequence_rtl_expr,
20290 temp_slot_level, var_temp_slot_level, target_temp_slot_level):
20292 (push_function_context_to): Don't save them. Don't call
20293 save_storage_status, save_emit_status or save_expr_status.
20294 (pop_function_context_from): Don't restore them. Don't call
20295 restore_storage_status or restore_expr_status.
20296 (get_func_frame_size): New function.
20297 (get_frame_size): Use it.
20298 (assign_outer_stack_local): Reflect some member name changes in struct
20300 (put_reg_into_stack): Likewise.
20301 (assign_stack_temp_for_type): sequence_rtl_expr was renamed to
20303 (fixup_var_refs): Likewise.
20304 (fix_lexical_addr): Likewise.
20305 (trampoline_address): Likewise.
20306 (prepare_function_start): Clear field inlinable of current_function.
20307 (init_function_for_compilation): New function.
20308 (expand_dummy_function_end): New function.
20309 (expand_function_end): Call finish_expr_for_function.
20310 * function.h (struct emit_status): New; fields moved here from struct
20311 function and from global variables. Add accessor macros for some of
20313 (struct expr_status): Likewise.
20314 (REGNO_POINTER_ALIGN, REGNO_POINTER_FLAG): Moved here from regs.h.
20315 (struct function): Add fields expr and emit, inlinable, inl_emit,
20316 original_arg_vector, original_decl_initial, inl_last_parm_insn,
20317 inl_max_label_num. Add many comments.
20318 Add accessor macros for all elts of struct function that no longer
20319 have a global variable.
20320 (cleanup_label, return_label, frame_offset, tail_recursion_label,
20321 tail_recursion_reentry, arg_pointer_save_area, rtl_expr_chain,
20322 stack_slot_list): Delete declarations.
20323 (get_func_frame_size): Declare.
20324 (save_expr_status, restore_expr_status, save_emit_status,
20325 save_storage_status, restore_storage_status): Delete declarations.
20326 (init_virtual_regs): Declare.
20327 * output.h (current_function_pops_args,
20328 current_function_returns_struct, current_function_returns_pcc_struct,
20329 current_function_needs_context, current_function_calls_setjmp,
20330 current_function_calls_longjmp, current_function_calls_alloca,
20331 current_function_has_nonlocal_label, current_function_varargs,
20332 current_function_has_computed_jump, current_function_returns_pointer,
20333 current_function_contains_functions, current_function_args_size,
20334 current_function_pretend_args_size, current_function_stdarg,
20335 current_function_outgoing_args_size, current_function_args_info,
20336 current_function_name, current_function_return_rtx,
20337 current_function_epilogue_delay_list,
20338 current_function_uses_const_pool, current_function_cannot_inline):
20339 Delete declarations.
20340 * regs.h (reg_rtx_no, regno_pointer_flag, regno_pointer_flag_length,
20341 regno_reg_rtx): Delete declaration.
20342 (REGNO_POINTER_FLAG): Delete macro.
20343 * stmt.c (expand_goto): Changes to reflect that some fields in struct
20344 function were renamed.
20345 * stor-layout.c (save_storage_status, restore_storage_status): Delete
20347 * toplev.c: Include "function.h".
20348 (current_function_decl): Delete declaration.
20349 (compile_file): Call init_dummy_function_start and
20350 expand_dummy_function_end around some initializations that need to
20352 (rest_of_compilation): Use DECL_SAVED_INSNS properly.
20353 Call init_function_for_compilation.
20354 * unroll.c: Include "function.h"
20355 (unroll_loop): Access regno_pointer_* variables through
20358 * tree.h (struct tree_decl): Add elt f to saved_insns member.
20359 (DECL_SAVED_INSNS): use it.
20360 (expand_dummy_function_end): Declare.
20361 (init_function_for_compilation): Declare.
20362 * calls.c (calls_function_1): Change use of DECL_SAVED_INSNS now
20363 that it's no longer an INLINE_HEADER.
20364 (expand_call): Likewise.
20365 * integrate.c (finish_inline): Delete function.
20366 (max_parm_reg, parm_reg_stack_loc): Delete declarations.
20367 (initialize_for_inline): Delete min_labelno, max_labelno and max_reg
20368 args. Don't generate an INLINE_HEADER rtx, just return the arg
20369 vector. All callers changed.
20370 (save_for_inline_copying): Create a duplicate struct emit_status to
20371 hold the emit state for compiling the current function. Use this and
20372 the other new fields in struct function that are for integration
20373 instead of an INLINE_HEADER.
20374 Use memcpy instead of bcopy.
20375 Store the current struct function in DECL_SAVED_INSNS of fndecl.
20376 (save_for_inline_nocopy): Similar changes, except no new emit_status
20378 (expand_inline_function): Get information from function structure,
20379 not from an inline header rtx.
20380 (output_inline_function): Lose code to extract the necessary
20381 information from an inline header; simply put back the function
20382 structure into current_function. Clear its inlinable elt.
20383 * rtl.def (INLINE_HEADER): Delete.
20384 * rtl.h: Delete all accessors for an INLINE_HEADER.
20385 (gen_inline_header_rtx): Delete declaration.
20386 (regno_reg_rtx, regno_pointer_align, nonlocal_goto_handler_labels):
20387 Delete declarations.
20388 (REGNO_POINTER_ALIGN): Delete.
20389 (clear_emit_caches): Declare.
20390 (set_new_last_label_num): Declare.
20392 Mon Aug 9 01:52:24 1999 Jason Merrill <jason@yorick.cygnus.com>
20394 * print-tree.c (print_node): Print base for OFFSET_TYPEs.
20396 * except.c (expand_eh_region_start_for_decl): Always start a new block.
20397 * stmt.c (is_eh_region): Make sure current_function is present, too.
20399 Mon Aug 9 01:15:24 1999 Jeffrey A Law (law@cygnus.com)
20401 * pa.h (HARD_REGNO_MODE_OK): Correctly handle FPregs, even when
20402 for 64bit PA targets.
20404 * pa.h (SELECT_SECTION): Define.
20405 * som.h (SELECT_SECTION): Delete.
20407 Sun Aug 8 15:13:20 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20409 * alias.c (init_alias_analysis): Wrap call to
20410 `prologue_epilogue_contains' within HAVE_prologue||HAVE_epilogue.
20412 1999-08-07 Bruce Korb <autogen@linuxbox.com>
20414 * fixinc/inclhack.def(irix_asm_apostrophe): IRIX 5.2's
20415 <sys/asm.h> contains an asm comment with an apostrophe
20416 * fixinc/inclhack.sh: regen
20417 * fixinc/fixincl.x: regen
20419 Sat Aug 7 19:37:07 1999 Richard Henderson <rth@cygnus.com>
20421 * function.c (init_function_start): Clear prologue & epilogue.
20422 (prologue_epilogue_contains): New function.
20423 * alias.c (init_alias_analysis): Use it.
20424 * rtl.h (prologue_epilogue_contains): Declare it.
20426 Sat Aug 7 19:32:16 1999 Richard Henderson <rth@cygnus.com>
20428 * jump.c (onlyjump_p): New function.
20429 * rtl.h: Declare it.
20430 * flow.c (delete_unreachable_blocks): Use onlyjump_p instead
20431 of condjump_p in calling tidy_fallthru_edge and merge_blocks.
20433 Sat Aug 7 17:09:36 1999 Richard Henderson <rth@cygnus.com>
20435 * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_REG_SET
20436 to invert loops. Simplify block scanning.
20438 Sat Aug 7 02:11:13 1999 Bernd Schmidt <bernds@cygnus.co.uk>
20440 * gcse.c (hash_scan_set): Treat SYMBOL_REFs like CONST_INTs.
20441 (cprop_insn): Treat SYMBOL_REFs like CONST_INTs.
20443 1999-08-07 Jonathan Larmour <jlarmour@cygnus.co.uk>
20445 * config/sparc/liteelf.h: New file to support sparclite-elf target
20446 * config/sparc/t-sp86x: New file to support sparc86x targets
20447 * config/sparc/sp86x-aout.h: New file to support sparc86x-aout target
20448 * config/sparc/sp86x-elf.h: New file to support sparc86x-elf target
20449 * configure.in: Support above target triplets
20450 * configure: Regenerated
20452 Sat Aug 7 01:39:27 1999 Philippe De Muyter <phdm@macqel.be>
20454 * fixinc/server.c (server_setup): Do not prefix function used as
20455 parameter with `&'.
20457 Sat Aug 7 00:21:20 1999 Richard Henderson <rth@cygnus.com>
20459 * alpha.md (movhi and movqi patterns): Correct predicate for !BWX.
20460 Remove fp reg alternatives.
20462 Sat Aug 7 00:06:54 1999 Jeffrey A Law (law@cygnus.com)
20464 * Makefiin (TAROUTOPTS): Kill.
20465 (install-headers-tar): Use "xpf" for tar headerfile extraction
20466 * i370/x-oe (TAROUTOPTS): Delete.
20467 * m68k/x-apollo68 (TAROUTOPTS): Delete.
20468 * m68k/x-hp320 (TAROUTOPTS): Delete.
20469 * m68k/x-hp320g (TAROUTOPTS): Delete.
20470 * gcc.texi: Update bug reporting text.
20472 1999-08-6 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
20474 * reg-stack.c (change_stack) Fixed problem with negative array index.
20476 Fri Aug 6 23:08:44 1999 Jeffrey A Law (law@cygnus.com)
20478 * extend.texi, install.texi: Fix spelling mistakes.
20480 * Makefile.in (PREMADE_ATTRTAB_MD, PREMADE_ATTRTAB): Delete.
20481 (s-attrtab); No longer try to use pre-made insn-attrtab file.
20482 * mips/t-bsd: Delete references to obsolete PREMADE_ATTRTAB and
20483 PREMADE_ATTRTAB_MD.
20484 * mips/t-ecoff: Likewise.
20485 * mips/t-elf: Likewise.
20486 * mips/t-mips: Likewise.
20487 * mips/t-osfrose: Likewise.
20488 * mips/t-r3900: Likewise.
20489 * mips/t-svr3: Likewise.
20490 * mips/t-svr4: Likewise.
20491 * mips/t-ultrix: Likewise.
20493 * gcc.texi: Document recommend means to provide software floating
20494 point libraries in libgcc.a
20496 1999-08-06 Jason Merrill <jason@yorick.cygnus.com>
20498 * c-lex.c (yylex): We can have a number with no digits.
20500 Fri Aug 6 16:53:55 EDT 1999 John Wehle (john@feith.com)
20502 * jump.c (delete_prior_computation): New function, broken
20503 out of delete_computation. Check for side effects with
20504 side_effects_p instead of FIND_REG_INC_NOTE. Handle
20505 multi-word hard registers.
20506 (delete_computation): Use it. Check for side effects with
20507 side_effects_p instead of FIND_REG_INC_NOTE. Synthesize a
20508 missing REG_DEAD note for a register which is both set and
20511 Fri Aug 6 11:05:29 1999 Jeffrey A Law (law@cygnus.com)
20513 * elf.h (TEXT_SPACE_P, FUNCTION_NAME_P): Delete.
20514 (ASM_GLOBALIZE_LABEL, ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT): Likewise.
20515 (ASM_FILE_START): Import _mcount with the right type.
20516 (ASM_DECLARE_FUNCTION_NAME): Define.
20517 (ASM_OUTPUT_EXTERNAL, ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
20518 * pa.c (output_function_prologue): Always emit the function's label
20520 * pa.h (TEXT_SPACE_P): Define.
20521 (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
20522 (ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT, ASM_GLOBALIZE_LABEL): Likewise.
20523 * som.h (TEXT_SPACE_P): Delete.
20524 (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
20525 (ASM_GLOBALIZE_LABEL, ASM_OUTPUT_INT): Likewise.
20527 Thu Aug 5 19:29:39 1999 Jim Wilson <wilson@cygnus.com>
20529 * expr.c (emit_group_load): Allow src to be a CONCAT.
20531 Thu Aug 5 22:27:15 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
20533 * config/sh/lib1funcs.asm (___movstrSI0): Change or r0,r0,r0 to nop.
20534 (___mulsi3): Use '!' comment character.
20536 Thu Aug 5 13:34:14 1999 Bernd Schmidt <bernds@cygnus.co.uk>
20538 * reload1.c (maybe_fix_stack_asms): Also declare P as "const char *".
20540 Thu Aug 5 02:40:42 1999 Jeffrey A Law (law@cygnus.com)
20542 * gcc.c: Update URLs and mail addresses.
20543 * gcc.texi: Likewise.
20545 Thu Aug 5 01:14:13 1999 Daniel Jacobowitz <drow@false.org>
20547 * rs6000.c (current_file_function_operand): Return zero for
20549 (rs6000_encode_section_info): Do not set SYMBOL_REF_FLAG for
20551 * rs6000.h (ENCODE_SECTION_NIFO): Do not set SYMBOL_REF_FLAG
20554 Thu Aug 5 00:56:30 1999 Geoffrey Keating <geoffk@cygnus.com>
20556 * rs6000.c (rs6000_stack_info): For ABI_V4/ABI_SOLARIS -fpic, always
20557 allocate space in the stack frame for the PIC register.
20559 Thu Aug 5 00:20:47 1999 Jeffrey A Law (law@cygnus.com)
20561 * m68k.md (xordi3, anddi3): These patterns are not available on
20564 Wed Aug 4 23:39:20 1999 Mark Mitchell <mark@codesourcery.com>
20566 * real.c (GET_REAL): Don't violate ANSI/ISO aliasing rules.
20567 (PUT_REAL): Likewise.
20569 Wed Aug 4 20:45:04 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
20571 * final.c (shorten_branches): Don't add an alignment for loops
20572 that have no label inside.
20574 Wed Aug 4 16:39:24 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20576 * builtins.c (expand_builtin_memcmp, expand_builtin_strcmp): Wrap
20577 prototypes in macro HAVE_cmpstrsi.
20579 * cpplib.c (cpp_get_token): Remove unused label `op3'.
20581 * emit-rtl.c (operand_subword): Remove unused variable
20584 * rtl.c (shallow_copy_rtx): Remove unused variable `format_ptr'.
20586 * tree.c (chainon): Wrap variable `t2' in macro ENABLE_CHECKING.
20588 Wed Aug 4 13:29:23 1999 Zack Weinberg <zack@bitmover.com>
20590 * cpphash.c (macroexpand): Delete leading whitespace when arg
20591 is concatenated before.
20592 (unsafe_chars): Correct test for whether + and - can extend a
20595 * cppinit.c (cpp_start_read): Do dependencies for
20596 -include/-imacros files also.
20598 * cpplib.c (cpp_scan_buffer): In no-output mode, don't bother
20599 tokenizing non-directive lines.
20600 (cpp_expand_to_buffer): Temporarily disable no-output mode.
20601 * cppmain.c: In no-output mode, just call cpp_scan_buffer for
20604 Wed Aug 4 12:53:44 1999 Jason Merrill <jason@yorick.cygnus.com>
20606 * expr.c (expand_expr, case PLUS_EXPR): Fix parallel case, too.
20608 * c-lex.c: Sync with C++ frontend.
20609 (linemode): New variable.
20610 (parse_float): imag, conversion_errno, and type are output only.
20611 (yylex): Adjust. Move initial '.' case into main switch.
20613 (handle_generic_pragma): Just deal with tokens.
20614 (readescape): Use ISXDIGIT and ISGRAPH.
20615 * c-parse.in: Add END_OF_LINE token.
20617 * c-lex.c (lang_init): Generalize.
20618 (nextchar): Remove. Replace uses with UNGETC.
20619 (skip_white_space): Handle linemode here. Optimize for cpplib.
20620 (skip_white_space_on_line): Remove.
20621 (extend_token_buffer_to): New fn.
20622 (extend_token_buffer): Use it.
20623 (read_line_number, check_newline): Just deal with tokens.
20624 (token_getch, token_put_back): New fns.
20625 (yylex): Use them. More cpplib optimizations. Simplify.
20627 Wed Aug 4 12:53:44 1999 Michael Tiemann <tiemann@holodeck.cygnus.com>
20628 Jason Merrill <jason@yorick.cygnus.com>
20630 * c-lex.c (init_parse): Set cpp_token to CPP_DIRECTIVE.
20631 (consume_string): Make this smart about USE_CPPLIB.
20632 (check_newline): Rewrite to be intelligent about USE_CPPLIB.
20633 (yylex): Rewrite to be intelligent about USE_CPPLIB.
20634 Also, clean up cases where we redundantly set token_buffer[0].
20635 (read_line_number): New fn.
20636 (ignore_escape_flag): New variable.
20638 Wed Aug 4 13:12:17 1999 Jeffrey A Law (law@cygnus.com)
20640 * a29k/t-a29kbare: Fix some comments.
20641 (LIB2FUNCS_EXTRA): Remove fp-bit.c and dp-bit.c
20642 (FPBIT, DPBIT): Define.
20643 * a29k/t-vx29k: Likewise.
20644 * arc/t-arc: Likewise.
20645 * arm/t-arm-elf: Likewise.
20646 * arm/t-bare: Likewise.
20647 * arm/t-pe: Likewise.
20648 * arm/t-pe-thumb: Likewise.
20649 * arm/t-semi: Likewise.
20650 * arm/t-thumb: Likewise.
20651 * arm/t-thumb-elf: Likewise.
20652 * arm/t-thumb-linux: Likewise.
20653 * h8300/t-h8300: Likewise.
20654 * i960/t-i960: Likewise.
20655 * i960/t-vxworks960: Likewise.
20656 * m32r/t-m32r: Likewise.
20657 * mips/t-ecoff: Likewise.
20658 * mips/t-elf: Likewise.
20659 * mips/t-r3900: Likewise.
20660 * pa/t-pro: Likewise.
20661 * rs6000/t-aix43: Likewise.
20662 * rs6000/t-beos: Likewise.
20663 * rs6000/t-newas: Likewise.
20664 * rs6000/t-ppccomm: Likewise.
20665 * rs6000/t-rs6000: Likewise.
20666 * rs6000/t-winnt: Likewise.
20667 * rs6000/t-xnewas: Likewise.
20668 * rs6000/t-xrs6000: Likewise.
20669 * sh/t-sh: Likewise.
20670 * sparc/t-elf: Likewise.
20671 * sparc/t-sparcbare: Likewise.
20672 * sparc/t-sparclite: Likewise.
20673 * sparc/t-splet: Likewise.
20674 * v850/t-v850: Likewise.
20675 * mn10200/t-mn10200: Fix comments.
20676 * mn10300/t-mn10300: Likewise.
20678 * pa.md (divsi3, udivsi3, modsi3, umodsi3 expanders): Clobber a new
20679 dummy operand. Allocate a new pseudo for the dummy operand.
20680 (divsi3, udivsi3, modis3, umodsi3 patterns): Corresponding changes.
20682 * pa.md (movqi, movhi patterns): Do not expose FP regs to regclass.
20684 Wed Aug 4 11:53:55 1999 Tom Tromey <tromey@cygnus.com>
20686 * configure: Rebuilt.
20687 * configure.in: Removed --enable-java-gc option and JAVAGC subst.
20689 Wed Aug 4 09:06:14 1999 Richard Earnshaw (rearnsha@arm.com)
20691 * recog.c (preproces_constraints): Zero recog_op_alt before
20692 processing the constraints.
20694 * arm.c (typedef minipool_node): Renamed from pool_node.
20695 (minipool_vector, minipool_size, minipool_vector_label): Similarly.
20696 (add_minipool_constant): New function.
20697 (dump_minipool): New function.
20698 (find_barrier): Remove special case for getting the insn size of
20699 an insn that references the constant pool.
20700 (minipool_fixup): New structure.
20701 (push_minipool_barrier): New function.
20702 (push_minipool_fix): New function.
20703 (note_invalid_constants): New function.
20704 (add_pool_constant, dump_table, fixit, broken_move): Delete.
20705 (arm_reorg): Rewrite code to fix up the constant pool into a
20706 series of mini-pools embedded in the insn stream.
20707 (arm_output_epilogue): New function, made mainly from the body
20708 of output_func_epilogue.
20709 (output_func_epilogue): Move insn generation part of epilogue code
20710 to arm_output_epilogue.
20711 * arm.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Delete.
20712 * arm.md (pool_range): New attribute.
20713 (zero_extendqidi2): Add attribute pool_range.
20714 (zero_extend_hisi_insn, load_extendqisi, extendhisi_insn,
20715 extendqihi_insn, extendqisi_insn, movdi, movsi_insn, pic_load_addr,
20716 pic_load_addr_based_insn, movhi_insn_arch4, movhi_insn_littleend,
20717 movhi_insn_bigend, loadhi_si_bigend, movsf_hard_insn, movsf_soft_insn,
20718 movdf_hard_insn, movdf_soft_insn, movxf_hard_insn): Likewise.
20719 (epilogue): New expand.
20720 (epilogue_insn): New insn. Call arm_output_epilogue.
20722 * arm.c (arm_poke_function_name): Undo change of July 17. Tidy up.
20723 * arm.h (TARGET_SWITCHES): Add missing doc string for TARGET_DEFAULT.
20725 Mon Aug 2 19:18:44 1999 Jason Merrill <jason@yorick.cygnus.com>
20727 * linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
20729 1999-08-04 Mark Elbrecht <snowball3@bigfoot.com>
20731 * config/i386/djgpp.h (BSS_SECTION_ASM_OP): Define.
20733 Wed Aug 4 02:15:32 1999 Richard Henderson <rth@cygnus.com>
20735 * jump.c (delete_insn): Delete the addr_vec when deleting a tablejump.
20737 Wed Aug 4 01:48:08 1999 Jim Kingdon <http://developer.redhat.com>
20739 * global.c: Fix comment.
20741 Wed Aug 4 01:43:01 1999 Ian Lance Taylor <ian@zembu.com>
20743 * gcc.c (access_check): New static function.
20744 (find_a_file): Use it when searching a directory list.
20745 * collect2.c (find_a_file): Don't accept directories found when
20746 searching a directory list.
20748 Wed Aug 4 01:40:43 1999 Philippe De Muyter <phdm@macqel.be>
20750 * tlink.c (symbol_hash_lookup): Do not prefix functions used as
20751 function parameters with `&'.
20752 (file_hash_lookup, demangled_hash_lookup, tlink_init): Ditto.
20754 Wed Aug 4 01:08:44 1999 Jeffrey A Law (law@cygnus.com)
20756 * flow.c (delete_unreachable_blocks): Do not call merge_blocks
20757 or tidy_fallthru_edge if the last insn in the block is not
20758 an unconditional jump or a simple conditional jump.
20760 Tue Aug 3 20:21:20 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
20762 * Makefile.in (c-decl.o): Depends on defaults.h.
20764 Tue Aug 3 14:14:52 1999 Jeffrey A Law (law@cygnus.com)
20766 * pa.h (HARD_REGNO_NREGS): FP registers are always 4 bytes wide for
20768 (CLASS_MAX_NREGS): Likewise.
20770 Tue Aug 3 03:51:20 1999 Jeffrey A Law (law@cygnus.com)
20772 * cse.c (cse_insn): Fix dumb thinko in last change.
20774 Tue Aug 3 10:36:13 1999 Bernd Schmidt <bernds@cygnus.co.uk>
20776 * reload1.c (maybe_fix_stack_asms): Declare CONSTRAINTS as
20779 Mon Aug 2 23:45:45 1999 Hans-Peter Nilsson <hp@bitrange.com>
20781 * dwarf2out.c (add_location_or_const_value_attribute): Correct
20782 test for sizes of passed and declared parameter types.
20784 Tue Aug 3 00:03:41 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20786 * fixincludes: Fix the return type of bsearch, char* -> void*.
20788 * fixinc/inclhack.def: Likewise.
20790 Mon Aug 2 18:29:32 1999 Mark Mitchell <mark@codesourcery.com>
20792 * invoke.texi (-fdump-translation-unit): New option.
20794 Mon Aug 2 17:54:19 1999 Richard Henderson <rth@cygnus.com>
20796 * expr.h (PROMOTE_PROTOTYPES): Move ...
20797 * defaults.h: ... to here.
20798 * c-decl.c: Include defaults.h instead of expr.h.
20799 * c-typeck.c: Include defaults.h.
20801 Mon Aug 2 17:10:24 1999 Mark Mitchell <mark@codesourcery.com>
20803 * toplev.h (errorcount): Declare.
20804 (warningcount): Likewise.
20805 (sorrycount): Likewise.
20806 * c-lex.c (errorcount): Don't declare.
20807 * dwarf2out.c (errorcount): Don't declare.
20809 Mon Aug 2 17:02:08 1999 Jason Merrill <jason@yorick.cygnus.com>
20811 * config/libgloss.h: Add a note discouraging use with ELF.
20812 * configure.in: Don't use libgloss.h for ELF targets.
20813 Always use_collect2 on a.out targets.
20815 Mon Aug 2 16:27:42 1999 Jim Wilson <wilson@cygnus.com>
20817 * combine.c (force_to_mode, case LSHIFTRT): Add goto shiftrt.
20818 (force_to_mode, case ASHIFTRT): Add shiftrt label.
20820 Tue Aug 3 00:45:02 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
20822 * loop.c (strength_reduce): When doing biv->giv conversion, update
20823 reg note of NEXT->insn.
20825 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
20827 * real.c (PUT_REAL): Clear unused bytes if long double is IEEE quad.
20829 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
20831 * c-decl.c (get_parm_info, store_parm_decls): Change all uses of
20832 PROMOTE_PROTOTYPES, so that it tests it as a C expression.
20833 Ensure expr.h is included.
20834 * c-typecheck.c (convert_arguments): Ditto.
20836 * expr.h: Supply default for PROMOTE_PROTOTYPES (0).
20838 * config/arc/arc.h: Define PROMOTE_PROTOTYPES to 1.
20839 * config/convex/convex.h: Ditto.
20840 * config/dsp16xx/dsp16xx.h: Ditto.
20841 * config/fx80/fx80.h: Ditto.
20842 * config/gmicro/gmicro.h: Ditto.
20843 * config/i370/i370.h: Ditto.
20844 * config/i386/i386.h: Ditto.
20845 * config/m32r/m32r.h: Ditto.
20846 * config/m68k/m68k.h: Ditto.
20847 * config/m88k/m88k.h: Ditto.
20848 * config/mips/mips.h: Ditto.
20849 * config/pa/pa.h: Ditto.
20850 * config/pyr/pyr.h: Ditto.
20851 * config/tahoe/tahoe.h: Ditto.
20852 * config/we32k/we32k.h: Ditto.
20854 * config/sparc/sparc.h: Define PROMOTE_PROTOTYPES
20855 based on arch size.
20857 * config/i1750a/i1750a.h: Define PROMOTE_PROTOTYPES to 0.
20859 * config/i860/paragon.h: Remove PROMOTE_PROTOTYPES
20862 * tm.texi: Document new usage of PROMOTE_PROTOTYPES.
20864 1999-08-02 Richard Henderson <rth@cygnus.com>
20866 * m32r.c (m32r_setup_incoming_varargs): Use get_varargs_alias_set
20867 for the register spill block.
20868 (m32r_va_arg): New.
20869 * m32r.h (EXPAND_BUILTIN_VA_ARG): New.
20870 (EXPAND_BUILTIN_SAVEREGS): Delete #if 0 code.
20872 * m32r.h (INT8_P): Don't short-cut test with (unsigned).
20873 (INT16_P, CMP_INT16_P, UINT16_P): Likewise.
20874 (UPPER16_P, UINT24_P, INT32_P, UINT5_P): Likewise.
20876 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
20878 * config/sparc/linux.h: Define WCHAR_TYPE as "int" and undef
20879 MAX_WCHAR_TYPE defined in sparc.h.
20880 * config/sparc/linuxaout.h: Likewise.
20881 * config/sparc/linux64.h: Likewise.
20882 Also default to -mvis if CPU is UltraSPARC.
20884 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
20886 * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): New macro.
20887 (RTX_OK_FOR_OLO10): Likewise.
20888 (GO_IF_LEGITIMATE_ADDRESS): If assembler supports offsetable
20889 %lo(), allow it in addresses...
20890 (PRINT_OPERAND_ADDRESS): ... and print it appropriately.
20891 * config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): sethi %lo()
20892 does not make sense.
20893 * config/sparc/sparc.c (sparc_hard_reg_printed): New array.
20894 (sparc_output_scratch_registers): New function.
20895 (output_function_prologue, sparc_flat_output_function_prologue): Use
20897 * varasm.c (make_decl_rtl): Use ASM_DECLARE_REGISTER_GLOBAL if
20899 * tm.texi (ASM_DECLARE_REGISTER_GLOBAL): Document it.
20900 * configure.in: Add check for .register pseudo-op support in as and
20901 check for offsetable %lo().
20902 * acconfig.h: Add templates for the above checks.
20903 * configure: Regenerate.
20905 1999-08-02 Richard Henderson <rth@cygnus.com>
20907 * sparc/linux64.h (TARGET_DEFAULT): Remove MASK_APP_REGS.
20908 * sparc/sol2-sld-64.h (TARGET_DEFAULT): Likewise.
20909 * sparc/sol2.h (TARGET_DEFAULT): Likewise.
20911 Mon Aug 2 23:46:45 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
20913 * loop.c (strength_reduce): When doing biv->giv conversion, fix up
20916 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
20918 * config/float-sparc.h: New file.
20919 * configure.in: Use float_format=sparc for sparc-*-linux-gnulibc1,
20920 sparc-*-linux-gnu and sparc64-*-linux*.
20922 1999-08-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
20924 * rs6000.c (rs6000_va_list): Type is an array.
20925 (rs6000_va_start): Don't doubly adjust for varargs.
20926 (rs6000_va_arg): Evaluate long long GPR adjustment.
20928 Mon Aug 2 16:15:57 1999 David Edelsohn <edelsohn@gnu.org>
20930 * rs6000/aix43.h (SUBTARGET_SWITCHES): Use -m64 and -m32 instead of
20931 -maix64 and -maix32.
20932 (ASM_SPEC, ASM_CPU_SPEC, CPP_SPEC, CPP_CPU_SPEC, LIB_SPEC,
20933 LINK_SPEC): Change appropriately.
20934 * rs6000/rs6000.c (short_cint_operand): Use CONST_OK_FOR_LETTER_P.
20935 (u_short_cint_operand): Likewise.
20936 * rs6000/rs6000.md (movdi splitters): Add TARGET_POWERPC64 support
20938 * rs6000/t-aix43 (MULTILIB): Change to -m64.
20940 * invoke.texi (RS/6000 Submodel): Document 64-bit processor options.
20942 Mon Aug 2 16:15:57 1999 Geoff Keating <geoffk@cygnus.com>
20944 * rs6000/rs6000.c (num_insns_constant_wide): Correct
20945 for type promotion.
20946 (add_operand): Get test correct for 64-bit HOST_WIDE_INT.
20947 (non_add_cint_operand): Likewise.
20948 (logical_operand): Likewise.
20949 (non_logical_cint_operand): Likewise.
20950 (print_operand): Correct printf()s for 64-bit HOST_WIDE_INT.
20951 (print_operand_address): Correct printf() for 64-bit HOST_WIDE_INT.
20952 (rs6000_select_rtx_section): Suppress warning.
20953 (small_data_operand): Suppress warning.
20954 (rs6000_got_register): Suppress warning.
20955 * rs6000/rs6000.md (andsi3): HOST_WIDE_INT is a signed
20956 type, so `J' is generally the wrong constraint for a SImode value;
20958 (andsi3_internal2): Likewise.
20959 (andsi3_internal3): Likewise.
20960 (iorsi3_internal1): Likewise.
20961 (xorsi3_internal1): Likewise.
20963 (movsf_softfloat): Likewise.
20964 (scc insns): Likewise.
20965 (movsi+2): Preserve sign bits of SImode constant.
20966 (floatsidf2_internal+1): Sign-extend SImode constant correctly.
20967 (movdf+1): Sign-extend properly.
20968 (movdi_32+1): Sign-extend properly.
20969 (scc insns): Sign-extend properly.
20971 * md.texi (RS/6000 EXTRA_CONSTRAINTS): Update documentation for J,
20974 1999-08-02 Richard Henderson <rth@cygnus.com>
20976 * alpha.c (override_options): Move ev6 alpha_tp frobbing out of
20977 -mcpu parsing code.
20978 (print_operand): Notice alpha_fptm not alpha_tp for sw completion.
20979 * alpha.md (all fp insns): Likewise.
20981 1999-08-02 Nick Clifton <nickc@cygnus.com>
20983 * config/v850/v850.h (STRICT_ALIGNMENT): Only define if not
20986 Mon Aug 2 03:38:33 1999 Jeffrey A Law (law@cygnus.com)
20988 * pa.c (legitimize_pic_address): Clarify comments. Do not call the
20989 pic_load_label generator directly.
20990 * pa.md (pic_load_label): Clarify comments. Remove modes on operands.
20991 No longer a named pattern.
20993 Mon Aug 2 09:38:10 1999 Nick Clifton <nickc@cygnus.com>
20995 * explow.c (force_reg): Call force_operand if X does not
20996 satisfy general_operand.
20998 Mon Aug 2 01:34:22 1999 Jeffrey A Law (law@cygnus.com)
21000 * fix-header.c (main): When testing for CONTINUED, use string
21001 equality, not pointer equality.
21003 Mon Aug 2 01:27:24 1999 Dan Nicolaescu <dann@ics.uci.edu>
21005 * sparc.c (sparc_block_profiler): Use the %g2 register, not %o0.
21007 Sun Aug 1 22:46:42 1999 Jeffrey A Law (law@cygnus.com)
21009 * cse.c (cse_insn): Fix loop which deletes insns after a jump
21010 that has become an unconditional jump.
21012 * m68k.c (output_function_prologue): Fix typo in CPU32 case.
21013 (output_function_epilogue): Similarly.
21015 Sun Aug 1 20:14:00 1999 Bernd Schmidt <bernds@cygnus.co.uk>
21017 * tree.h (init_dummy_function_start): Declare.
21019 Sun Aug 1 12:55:31 1999 Bernd Schmidt <bernds@cygnus.co.uk>
21021 * stmt.c (emit_filename, emit_lineno, expr_stmts_for_value,
21022 last_expr_type, last_expr_value, block_start_count, block_stack,
21023 stack_block_stack, cond_stack, loop_stack, case_stack, nesting_stack,
21024 nesting_depth, goto_fixup_chain): Delete global vars; now allocated
21025 dynamically in stmt elt of struct function for each function.
21026 (struct nesting): Rename function_call_count elt to n_function_calls,
21027 target_temp_slot_level to block_target_temp_slot_level. All users
21029 (struct stmt_status): New structure definition.
21030 Add many accessor macros for stmt_status elements which previously
21031 were global variables.
21032 (init_stmt_for_function): Allocate stmt elt for current_function.
21033 Reflect that block_start_count was renamed to
21034 current_block_start_count.
21035 (save_stmt_status, restore_stmt_status): Delete functions.
21036 (preserve_subexpressions_p): Don't access loop_stack when outside
21038 (expand_start_bindings): Reflect that block_start_count was renamed to
21039 current_block_start_count.
21040 (expand_fixup): Likewise.
21041 (expand_decl): Don't access block_stack when outside a function.
21042 (expand_decl_cleanup): Likewise.
21043 (expand_dcc_cleanup): Likewise.
21044 (expand_dhc_cleanup): Likewise.
21045 (expand_anon_union_decl): Likewise.
21046 (set_file_and_line_for_stmt): New function.
21047 (in_control_zone_p): New function.
21049 * function.h (struct function): Add new elt stmt.
21050 Delete elts block_stack, stack_block_stack, cond_stack, loop_stack,
21051 case_stack, nesting_stack, nesting_depth, block_start_count,
21052 last_expr_type, last_expr_value, expr_stmts_for_value, emit_filename,
21053 emit_lineno, goto_fixup_chain.
21054 (save_eh_status, restore_eh_status, save_stmt_status,
21055 restore_stmt_status): Delete declarations.
21056 * function.c (push_function_context_to): Don't call save_stmt_status.
21057 (pop_function_context_to): Don't call restore_stmt_status.
21058 * tree.h (in_control_zone_p): Declare.
21059 * rtl.h (set_file_and_line_for_stmt): Declare.
21061 * emit-rtl.c (emit_line_note): Don't set emit_filename/emit_lineno;
21062 call set_file_and_line_for_stmt.
21064 Thu Jul 31 12:34:45 1999 Joe Buck <jbuck@synopsys.com>
21066 * gcc.texi: Use terms "GNU Compiler Collection" and "GCC".
21067 Also update copyright.
21069 Sat Jul 31 11:10:07 1999 Bernd Schmidt <bernds@cygnus.co.uk>
21071 * c-pragma.c: Don't include "except.h".
21072 * emit-rtl.c: Likewise.
21073 * stor-layout.c: Likewise.
21074 * tree.c: Likewise.
21075 * varasm.c: Likewise.
21077 * flow.c: Include "function.h".
21078 * tree.h (init_dummy_function_start): Declare new function.
21080 * except.h (struct eh_status): New structure.
21081 (struct label_node, struct eh_entry): Declare even if tree.h hasn't
21083 (eh_return_stub_label, ehstack, catchstack, ehqueue,
21084 catch_clauses, false_label_stack, caught_return_label_stack,
21085 protect_list, current_function_ehc): Add accessor macros for the
21086 corresponding fields in current_function->eh; delete declarations
21087 for all items that used to be declared here.
21088 * except.c (eh_return_stub_label, ehstack, catchstack, ehqueue,
21089 catch_clauses, false_label_stack, caught_return_label_stack,
21090 protect_list, current_function_ehc): Delete variables.
21091 (init_eh_for_function): Allocate current_function->eh.
21092 (save_eh_status, restore_eh_status): Delete functions.
21094 * function.h (struct function): Add fields next_global and eh.
21095 Delete all exception handling related fields.
21096 * function.c (current_function): New variable.
21097 (all_functions): New variable.
21098 (push_function_context_to): Don't allocate a struct function,
21099 use current_function instead. Call init_dummy_function_start when
21100 outside a function. Clear current_function before returning.
21101 (pop_function_context_from): Restore current_function.
21102 Don't free the restored struct function.
21103 (prepare_function_start): New function.
21104 (init_dummy_function_start): New function.
21105 (init_function_start): Break out some code into prepare_function_start
21108 * stmt.c (save_stmt_status): Don't call save_eh_status.
21109 (restore_stmt_status): Don't call restore_eh_status.
21111 * Makefile.in: Update dependencies.
21113 Sat Jul 31 04:10:01 1999 Jeffrey A Law (law@cygnus.com)
21115 * pa.c (compute_frame_size): Use STARTINg_FRAME_OFFSET instead
21116 of depending on a magic constant value. Update comments.
21117 (hppa_expand_prologue): Similarly.
21119 * pa.md (reload_indi, reload_outdi): Allow any register for the
21120 original reload register.
21122 Fri Jul 30 19:41:35 1999 Jim Wilson <wilson@cygnus.com>
21124 * cccp.c (print_help): Change marcos to macros.
21126 1999-07-30 Richard Henderson <rth@cygnus.com>
21128 * c-typeck.c (initializer_constant_valid_p): Move ...
21129 * c-common.c (initializer_constant_valid_p): ... here. Use
21130 FOO_TYPE_P instead of tests against TREE_CODE. Allow subtraction
21131 of label addresses.
21132 * c-common.h (initializer_constant_valid_p): Declare.
21133 * c-tree.h (initializer_constant_valid_p): Remove.
21135 Fri Jul 30 16:33:42 1999 Mathias Froehlich <frohlich@na.uni-tuebingen.de>
21137 * config/i386/sol2-c1.asm: Align the stack.
21138 * config/i386/sol2-gc1.asm: Likewise.
21140 1999-07-30 Vladimir Makarov <vmakarov@loony.cygnus.com>
21142 * config/sparc/sparc.h (ASM_CPU32_DEFAULT_SPEC): Change -Av8 onto
21143 -Asparclite for sparc86x.
21144 (CPP_CPU32_DEFAULT_SPEC, CPP_CPU_SPEC): Remove -D__sparc_v8__ for
21146 (ASM_CPU_SPEC): Use -Asparclite for sparc86x.
21148 Fri Jul 30 14:53:56 1999 Jakub Jelinek <jj@ultra.linux.cz>
21150 * config/sparc/linux64.h (CC1_SPEC): Preserve CPU specified by
21151 the user if using the non-default arch size in BI_ARCH configuration.
21152 * config/sparc/sol2-sld-64.h (CC1_SPEC): Ditto.
21154 * config/sparc/sparc.md (cmp_mul_set, cmp_udiv_cc_set):
21155 Fix patterns so that they actually match.
21156 (cmp_sdiv_cc_set): Ditto, also don't require g0 to be zero.
21157 (mulsidi3_sp64, const_mulsidi3_sp64): New patterns.
21158 (const_mulsidi3_sp32): Renamed from const_mulsidi3, only on
21160 (mulsidi3): Reflect this in the expand.
21161 (smulsi3_highpart): Only on TARGET_ARCH32.
21162 (umulsidi3_sp64, const_umulsidi3_sp64): New patterns.
21163 (const_umulsidi3_sp32): Renamed from const_umulsidi3.
21164 (umulsidi3): Reflect this in the expand.
21165 (umulsi3_highpart): Only on TARGET_ARCH32.
21166 (divsi3_sp32): Renamed from divsi3, only on TARGET_ARCH32,
21167 don't require g0 to be zero.
21168 (udivsi3_sp32): Renamed from udivsi3, only on TARGET_ARCH32.
21169 ({,u}divsi3): New expands.
21170 ({,u}divsi3_sp64): New patterns.
21171 (after lshrdi3_v8plus): Four new patterns to help combiner
21172 optimizing nested mixed mode shifts.
21174 * config/sparc/sparc.c (sparc_override_options): Use deprecated
21175 v8 instructions if optimizing for UltraSPARC I, II, IIi, as it
21176 speed things up. Don't use them by default on plain v9 in 64bit
21177 mode, according to what SPAMv9 sais.
21179 * config/sparc/sparc.h: Fix comments, e.g. Linux already preserves
21180 top 32 bits of %[og][0-7] in signal handlers.
21181 Also, TARGET_HARD_MUL32 now is only true for TARGET_ARCH32.
21183 Fri Jul 30 03:00:41 1999 Jeffrey A Law (law@cygnus.com)
21185 * pa.md (zvdep_imm32): Renamed from zvdep_imm.
21186 (ashlsi3): Corresponding changes.
21188 * pa.c (compute_zdepwi_operands): Renamed from compute_zdepi_operands.
21190 Thu Jul 29 18:37:13 1999 Jeffrey A Law (law@cygnus.com)
21192 * pa.h (FIRST_PARM_CALLER_OFFSET): Delete.
21194 Thu Jul 29 19:01:58 1999 Bernd Schmidt <bernds@cygnus.co.uk>
21196 * arm.h (Hint): Delete macro.
21197 Substitute HOST_WIDE_INT for Hint in some prototypes.
21198 * arm.c: Substitute HOST_WIDE_INT for Hint in one prototype.
21200 Thu Jul 29 09:21:42 1999 Nick Clifton <nickc@cygnus.com>
21202 * builtins.c (expand_builtin_setjmp): Use force_operand to
21203 make sure that the buffer address is in a suitable form to be
21204 passed to force_reg.
21206 Wed Jul 28 12:50:48 1999 Geoff Keating <geoffk@cygnus.com>
21208 * config/mips/mips.c: system.h handles MIN and MAX, don't undefine
21211 Wed Jul 28 13:18:35 1999 Jeffrey A Law (law@cygnus.com)
21213 * pa.md (indirect_jump): Remove mode from match_operand. Verify
21214 proper mode in the condition string.
21215 (icacheflush, dcacheflush): Remove modes from match_operands.
21217 * pa.c (emit_move_sequence): Always convert scratch_reg to the
21218 proper mode before using it.
21220 * pa.md (adddi3, subdi3): Turn into a define_expand/define_insn
21223 * pa.c (store_reg): Do not call add_high_const generator directly.
21224 (load_reg, set_reg_plus_d): Likewise.
21225 * pa.md (add_high_const): No longer a named pattern.
21227 * pa.c (legitimize_address): Consistently use Pmode rather than
21228 SImode. Do not call gen_pic2_highpart directly anymore.
21229 * pa.md (pic2_highpart): No longer a named pattern.
21230 (pic2_lo_sum): Similarly. Reformat to make more readable.
21232 * pa.md (call, call_value): Use "word_mode" instead of "SImode" as
21237 Wed Jul 28 11:28:04 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
21239 * builtins.c (expand_builtin): Typo in call to expand_builtin_ffs.
21241 Wed Jul 28 11:23:48 1999 Richard Henderson <rth@cygnus.com>
21243 * pa.c (hppa_builtin_saveregs): Use get_varargs_alias_set
21244 and tag the spill mems.
21245 (hppa_va_start): New.
21246 (hppa_va_arg): New.
21247 * pa.h (EXPAND_BUILTIN_VA_START): New.
21248 (EXPAND_BUILTIN_VA_ARG): New.
21250 Wed Jul 28 11:22:21 1999 Richard Henderson <rth@cygnus.com>
21252 * mn10300.c (mn10300_builtin_saveregs): Use get_varargs_alias_set
21253 and tag the spill mems.
21254 (mn10300_va_start): New.
21255 (mn10300_va_arg): New.
21256 * mn10300.h (EXPAND_BUILTIN_VA_START): New.
21257 (EXPAND_BUILTIN_VA_ARG): New.
21259 Wed Jul 28 11:20:19 1999 Richard Henderson <rth@cygnus.com>
21261 * mn10200.c (mn10200_va_arg): New.
21262 * mn10200.h (EXPAND_BUILTIN_VA_ARG): New.
21264 Wed Jul 28 11:19:06 1999 Richard Henderson <rth@cygnus.com>
21266 * builtins.c (std_expand_builtin_va_arg): Use int_size_in_bytes
21267 rather than play with TREE_INT_CST_LOW.
21269 1999-07-27 Philip Blundell <pb@nexus.co.uk>
21271 * config/arm/telf.h: Include dbxelf.h.
21272 (CPP_PREDEFINES): Only define if not already defined.
21273 (ASM_IDENTIFY_GCC): Likewise.
21274 (SUBTARGET_EXTRA_SECTIONS): Likewise.
21275 (SUBTARGET_EXTRA_SECTION_FUNCTIONS): Likewise.
21276 * config/arm/thumb.h (LINK_SPEC): Only define if not already
21278 (DBX_DEBUGGING_INFO): Don't define.
21279 * config/arm/linux-telf.h: New file.
21280 * config/arm/linux-tgas.h: New file.
21281 * config/arm/t-thumb-linux: New file.
21282 * config/arm/uclinux-elf.h: New file.
21283 * config/arm/uclinux-telf.h: New file.
21284 * configure.in (arm-*-uclinux, thumb-*-linux-gnu,
21285 thumb-*-uclinux): New targets.
21286 * configure: Regenerate.
21288 Tue Jul 27 23:20:21 1999 Jeffrey A Law (law@cygnus.com)
21290 * pa.md (post_store, pre_load): New expanders.
21291 (post_stwm, pre_ldwm): Renamed to post_stw and pre_ldw respectively.
21292 (post_ldwm, pre_stwm): Make these unnamed patterns since we never
21293 need to directly generate RTL for them.
21294 * pa.c (hppa_expand_prologue, hppa_expand_epilogue): Corresponding
21297 Tue Jul 27 16:05:52 1999 David Edelsohn <edelsohn@gnu.org>
21299 * aix43.h (ASM_CPU_SPEC, CPP_CPU_SPEC): Add rs64a and PPC630.
21300 * rs6000.c (processor_target_table): Add powerpc64, rs64a, and PPC630.
21301 (rs6000_cpu): Choose between 32-bit and 64-bit default processors.
21302 (secndary_reload_class): Make TARGET_ELF conditional compile.
21303 (print_operand_address): Similar.
21304 (output_toc): Print all values as hex.
21305 (get_issue_rate): Rearrange and add RS64A and PPC630.
21306 * rs6000.h (processor_type): Add RS64A and PPC630.
21307 (PROCESSOR_POWERPC64): New.
21308 (PROMOTE_MODE): Use word_mode.
21309 (RTX_COSTS): Add RS64A and PPC630.
21310 * rs6000.md (scheduling information): Add lmul and ldiv
21311 representing 64-bit integer multiply and divide. Add rs64a and
21312 PPC630 information.
21313 (ashldi3): Add support for "rldic" instruction.
21314 * sysv4.h (PROCESSOR_DEFAULT): Change to PROCESSOR_750.
21316 Tue Jul 27 15:31:53 1999 Vladimir Makarov <vmakarov@toad.to.cygnus.com>
21318 * config/sparc/sparc.c (sparc_override_options): Enable SPARCLITE
21319 instead of V8 for sparclite86x in cpu_table.
21321 Tue Jul 27 17:49:42 1999 Bernd Schmidt <bernds@cygnus.co.uk>
21323 * config/arm/coff.h (ASM_FILE_START): If generating SDB output, call
21324 output_file_directive.
21326 Tue Jul 27 03:15:33 1999 Jason Merrill <jason@yorick.cygnus.com>
21328 * expr.c (expand_expr, case PLUS_EXPR): Get the mode from the
21329 tree for op1, not the rtl.
21331 Tue Jul 27 00:18:34 1999 Richard Henderson <rth@cygnus.com>
21333 * m88k.c (m88k_builtin_saveregs): Break out the constructor code
21334 to m88k_va_start, leaving only the register spill.
21335 (m88k_build_va_list): New.
21336 (m88k_va_start): New.
21337 (m88k_va_arg): New.
21338 * m88k.h (BUILD_VA_LIST_TYPE): New.
21339 (EXPAND_BUILTIN_VA_START): New.
21340 (EXPAND_BUILTIN_VA_ARG): New.
21342 Mon Jul 26 19:07:11 1999 Geoff Keating <geoffk@cygnus.com>
21344 * config/rs6000/rs6000.c (rs6000_expand_builtin_saveregs):
21345 Rename from expand_builtin_saveregs.
21346 * config/rs6000/rs6000.h (EXPAND_BUILTIN_SAVEREGS): Change caller.
21348 Mon Jul 26 22:52:47 1999 Richard Henderson <rth@cygnus.com>
21350 * i960.c (i960_setup_incoming_varargs): Use get_varargs_alias_set
21351 for the register spill block.
21352 (i960_build_va_list): New.
21353 (i960_va_start): New.
21354 (i960_va_arg): New.
21355 * i960.h (BUILD_VA_LIST_TYPE): New.
21356 (EXPAND_BUILTIN_VA_START): New.
21357 (EXPAND_BUILTIN_VA_ARG): New.
21358 * i960.md (store_multiple): Use change_address on individul mems.
21360 Mon Jul 26 22:43:12 1999 Richard Henderson <rth@cygnus.com>
21362 * builtins.c (stabilize_va_list): Don't INDIRECT_REF through
21364 (std_expand_builtin_va_start): Back out one word if !stdarg_p.
21365 (expand_builtin_va_end): Evaluate arg for side effects.
21366 * c-common.c (c_common_nodes_and_builtins): Construct a
21367 va_list_arg_type_node to handle array decomposition to pointer.
21369 Mon Jul 26 18:51:34 1999 Richard Henderson <rth@cygnus.com>
21371 * except.c (st_dynamic_cleanup): Use force_operand on the
21374 Mon Jul 26 16:43:26 1999 Richard Henderson <rth@cygnus.com>
21376 * c4x.h (EXPAND_BUILTIN_VA_ARG): New.
21377 * c4x.c (c4x_va_arg): New.
21379 Mon Jul 26 12:30:09 1999 Jason Merrill <jason@yorick.cygnus.com>
21381 * cpplib.c (cpp_get_token): Don't return a CPP_POP if the buffer
21382 has manual_pop set.
21384 1999-07-26 Nathan Sidwell <nathan@acm.org>
21386 * eh-common.h (__eh_matcher): Prototype correctly.
21388 Mon Jul 26 17:24:51 1999 Philip Blundell <pb@nexus.co.uk>
21390 * config/arm/thumb.h (THUMB_FLAG_SINGLE_PIC_BASE): Define.
21391 (TARGET_SINGLE_PIC_BASE): Likewise.
21392 (GOT_PCREL, NEED_GOT_RELOC, NEED_PLT_RELOC): Provide default
21394 (TARGET_CALLEE_INTERWORKING): Fix typo in comment.
21395 (TARGET_SWITCHES): Add -m{no-}single-pic-base.
21396 (TARGET_OPTIONS): Add -mpic-register=N.
21397 (OUTPUT_INT_ADDR_CONST): New macro.
21398 (INDEX_REGISTER_RTX_P, PIC_OFFSET_TABLE_REGNUM, FINALIZE_PIC,
21399 LEGITIMATE_PIC_OPERAND_P): Likewise.
21400 (LEGITIMIZE_ADDRESS, GOT_IF_LEGITIMATE_ADDRESS): Support PIC.
21401 (ASM_OUTPUT_INT): Use OUTPUT_INT_ADDR_CONST rather than calling
21402 output_addr_const directly.
21403 (PRINT_OPERAND_PUNCT_VALID_P): Accept `|' for compatibility with
21405 (thumb_pic_register, thumb_pic_register_string): Declare.
21407 * config/arm/thumb.c (symbol_mentioned_p): New function: Imported
21409 (label_mentioned_p): New function: Imported from arm.c.
21410 (legitimize_pic_address): New function: Imported from arm.c.
21411 (is_pic):New function: Imported from arm.c.
21412 (thumb_finalize_pic):New function: Imported from arm.c.
21413 (add_constant): Cope with PIC constants.
21414 (fixit): Cope with PIC constants.
21415 (output_return): Do not treat the PIC register as live if
21416 TARGET_SINGLE_PIC_BASE is true.
21417 (thumb_function_prologue): Do not treat the PIC register as live if
21418 TARGET_SINGLE_PIC_BASE is true.
21419 (thumb_expand_prologue): Do not treat the PIC register as live if
21420 TARGET_SINGLE_PIC_BASE is true.
21421 (thumb_unexpand_epilogue): Do not treat the PIC register as live if
21422 TARGET_SINGLE_PIC_BASE is true.
21423 (thumb_print_operand): Accept '|'.
21424 (thumb_override_options): Process PIC options.
21426 * config/arm/thumb.md (movsi): Support PIC.
21427 (call_insn): Change "i" constraint to "X".
21428 (call_value_insn): Likewise.
21429 (consttable_4, consttable_8, consttable_end): Set and clear
21430 "making_const_table" as appropriate.
21431 (pic_load_addr, pic_add_dot_plus_four): New insns.
21433 * invoke.texi (Thumb Options): Fix spelling. Document new
21434 options -msingle-pic-base and -mpic-register=.
21436 1999-07-26 Andrew Haley <aph@cygnus.com>
21438 * config/m32r/initfini.c (__init): Use a full word immediate for
21439 __fini: this allows it to be placed in any memory region.
21441 * config/m32r/t-m32r: Compile crtinit.o and crtfini.o for
21442 -mmodel=medium. This is OK for all memory models.
21444 Mon Jul 26 11:58:46 1999 Nick Clifton <nickc@cygnus.com>
21446 * config/arm/arm.c: Replace %R%s in asm_fprintf strings with %r.
21447 * config/arm/arm.h: Replace %R%s in asm_fprintf strings with %r.
21449 Mon Jul 26 10:23:36 1999 Nick Clifton <nickc@cygnus.com>
21451 * final.c (asm_fprintf): Accept ASM_FPRINTF_EXTENSIONS, if
21454 * tm.texi: Document ASM_FPRINTF_EXTENSIONS.
21456 Sun Jul 25 23:51:59 1999 Richard Henderson <rth@cygnus.com>
21458 * i860.h (EXPAND_BUILTIN_SAVEREGS): New.
21459 (BUILD_VA_LIST_TYPE): New.
21460 (EXPAND_BUILTIN_VA_START): New.
21461 (EXPAND_BUILTIN_VA_ARG): New.
21462 * i860.c (output_delayed_branch): Disable.
21463 (output_delay_insn): Likewise.
21464 (i860_saveregs): New.
21465 (i860_build_va_list): New.
21466 (i860_va_start): New.
21467 (i860_va_arg): New.
21468 * i860.md: Disable all peepholes using output_delayed_branch.
21469 * i860/sysv4.h (I860_SVR4_VA_LIST): New.
21471 Sun Jul 25 23:44:13 1999 Richard Henderson <rth@cygnus.com>
21473 * clipper.h (EXPAND_BUILTIN_SAVEREGS): Remove argument.
21474 (BUILD_VA_LIST_TYPE): New.
21475 (EXPAND_BUILTIN_VA_START): New.
21476 (EXPAND_BUILTIN_VA_ARG): New.
21477 * clipper.c (clipper_builtin_saveregs): Only dump registers.
21478 Return the address of the save area.
21479 (clipper_build_va_list): New.
21480 (clipper_va_start): New.
21481 (clipper_va_arg): New.
21483 Sun Jul 25 22:56:47 1999 Richard Henderson <rth@cygnus.com>
21485 * arc.h (EXPAND_BUILTIN_VA_START): New.
21486 (EXPAND_BUILTIN_VA_ARG): New.
21487 * arc.c (arc_setup_incoming_varargs): Set alias set of
21489 (arc_va_start): New.
21492 Sun Jul 25 22:45:55 1999 Richard Henderson <rth@cygnus.com>
21494 * alpha.h (EXPAND_BUILTIN_SAVEREGS): Delete.
21495 (BUILD_VA_LIST_TYPE): New.
21496 (EXPAND_BUILTIN_VA_START): New.
21497 (EXPAND_BUILTIN_VA_ARG): New.
21498 * alpha.c (alpha_builtin_saveregs): Delete.
21499 (alpha_build_va_list): New.
21500 (alpha_va_start): New.
21501 (alpha_va_arg): New.
21503 Sun Jul 25 21:40:33 1999 Jeffrey A Law (law@cygnus.com)
21505 * config/svr4.h (CTORS_SECTION_ASM_OP): Do not emit directives in
21507 (DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP): Likewise.
21508 (FINI_SECTION_ASM_OP, ASM_OUTPUT_SECTION_NAME): Likewise.
21510 * gcc.texi: More changes related to list conversion.
21511 * invoke.texi: Likewise.
21513 Sun Jul 25 18:15:39 1999 Richard Henderson <rth@cygnus.com>
21515 * builtins.c (expand_builtin_saveregs): Remove static, remove exp
21516 and ignore arguments, bail if no EXPAND_BUILTIN_SAVEREGS.
21517 (expand_builtin_next_arg): Accept ARGLIST not EXP.
21518 (stabilize_va_list): New function.
21519 (std_expand_builtin_va_start): New function.
21520 (expand_builtin_va_start): New function.
21521 (get_varargs_alias_set): New function.
21522 (std_expand_builtin_va_arg): New function.
21523 (expand_builtin_va_arg): New function.
21524 (expand_builtin_va_end): New function.
21525 (expand_builtin_va_copy): New function.
21526 (expand_builtin): Call them.
21527 * c-common.c (c_common_nodes_and_builtins): Build __builtin_va_list,
21528 __builtin_{varargs_start,stdarg_start,end,copy}.
21529 (build_va_arg): New function.
21530 * c-common.h (CTI_PTR_TYPE, ptr_type_node): Delete.
21531 (build_va_arg): Declare.
21532 * c-decl.c (ptr_type_node, va_list_type_node): New.
21533 * c-parse.gperf (__builtin_va_arg): New.
21534 * c-parse.in (VA_ARG): New token.
21535 (unary_expr): Recognize it.
21536 * expr.c (expand_expr): Expand VA_ARG_EXPR.
21537 * expr.h (std_expand_builtin_va_start): Declare.
21538 (std_expand_builtin_va_arg): Declare.
21539 (expand_builtin_va_arg): Declare.
21540 (get_varargs_alias_set): Declare.
21541 * tree.def (VA_ARG_EXPR): New.
21542 * tree.h (BUILT_IN_VARARGS_START): New.
21543 (BUILT_IN_STDARG_START, BUILT_IN_VA_END): New.
21544 (ptr_type_node, va_list_type_node): Declare.
21545 * tm.texi (EXPAND_BUILTIN_SAVEREGS): Kill unused ARGLIST argument.
21546 * m32r.h (EXPAND_BUILTIN_SAVEREGS): Likewise.
21547 * m88k.h, m88k.c: Likewise.
21548 * mn10300.h, mn10300.c: Likewise.
21549 * pa.h, pa.c: Likewise.
21550 * rs6000.h, rs6000.c: Likewise.
21551 * sh.h, sh.c: Likewise.
21552 * sparc.h, sparc.c: Likewise.
21554 * emit-rtl.c (operand_subword): Copy alias set.
21555 (change_address): Likewise.
21557 Sun Jul 25 15:04:37 1999 Jeffrey A Law (law@cygnus.com)
21559 * pa.c (compute_frame_size): Scan all the used callee saved registers,
21560 not just the first one.
21562 Fri Jul 23 14:09:58 1999 Philip Blundell <pb@nexus.co.uk>
21564 * config/arm/arm.h (TARGET_SWITCHES): Add
21565 -m{no-}single-pic-base. Correct help string for -mshort-load-words.
21566 (TARGET_OPTIONS): Add -mpic-register=.
21567 (ARM_FLAG_SINGLE_PIC_BASE, TARGET_SINGLE_PIC_BASE): Define.
21568 (arm_pic_register_string): Declare.
21569 (NEED_PLT_GOT): Delete, replace with ...
21570 (NEED_GOT_RELOC, NEED_PLT_RELOC): ... these. New macros.
21571 (OUTPUT_INT_ADDR_CONST): Replace NEED_PLT_GOT with NEED_GOT_RELOC.
21572 (ASM_OUTPUT_MI_THUNK): Replace NEED_PLT_GOT with NEED_PLT_RELOC.
21573 * config/arm/arm.c (arm_override_options): Add new option
21575 (arm_pic_register_string): New variable.
21576 (arm_finalize_pic): Respect TARGET_SINGLE_PIC_BASE.
21577 (output_func_prologue): If TARGET_SINGLE_PIC_BASE, treat the PIC
21578 register as never live. Use NEED_PLT_RELOC not NEED_PLT_GOT.
21579 (output_return_instruction): Likewise.
21580 * config/arm/elf.h (NEED_PLT_GOT): Delete, replace with ...
21581 (NEED_GOT_RELOC, NEED_PLT_RELOC): ... these. Define to flag_pic.
21582 * config/arm/arm.md: Use NEED_PLT_RELOC in place of NEED_PLT_GOT.
21584 * invoke.texi (ARM Options): Fix spelling. Remove duplicate
21585 mention of -msched-prolog. Document new options -msingle-pic-base
21586 and -mpic-register=.
21588 Thu Jul 22 18:23:56 1999 Richard Henderson <rth@cygnus.com>
21590 * haifa-sched.c (reemit_notes): Tidy.
21591 * sched.c (reemit_notes): Duplicate 1998-08-31 patch to
21594 Thu Jul 22 18:21:04 1999 Richard Henderson <rth@cygnus.com>
21596 * explow.c (trunc_int_for_mode): New function.
21597 (plus_constant_wide): Use it.
21598 * combine.c (simplify_and_const_int): Likewise.
21599 (merge_outer_ops): Likewise.
21600 (simplify_shift_const): Likewise.
21601 * cse.c (simplify_unary_operation): Likewise.
21602 (simplify_binary_operation): Likewise.
21603 * emit-rtl.c (operand_subword): Likewise.
21604 * rtl.h: Declare it.
21606 Thu Jul 22 14:34:59 1999 Bernd Schmidt <bernds@cygnus.co.uk>
21608 * config/arm/arm.c (arm_print_operand): Fix typo in 'M' case
21609 (use NUM_REGS instead of NUM_INTS).
21611 Thu Jul 22 11:25:20 1999 Bernd Schmidt <bernds@cygnus.co.uk>
21613 * builtins.c: New file.
21614 * expr.c (saveregs_value, apply_args_value): Delete definition,
21615 moved into builtins.c.
21616 (string_constant): No longer static.
21617 (get_pointer_alignment, c_strlen, get_memory_rtx, expand_builtin,
21618 apply_args_size, apply_result_size, result_vector,
21619 expand_builtin_apply_args, expand_builtin_apply,
21620 expand_builtin_return): Delete functions, moved into builtins.c.
21621 (INCOMING_REGNO, OUTGOING_REGNO): Delete unused macros.
21622 * expr.h (saveregs_value, apply_args_value): Declare variables.
21623 (expand_builtin, string_constant): Declare functions.
21624 * Makefile.in: Update to build builtin.o.
21626 Wed Jul 21 00:46:58 1999 Mark P. Mitchell <mark@codesourcery.com>
21628 * defaults.h (DWARF2_GENERATE_TEXT_SECTION_LABEL): New macro.
21629 * tm.texi (DWARF2_GENERATE_TEXT_SECTION_LABEL): Define it.
21630 * dwarf2out.c (dwarf2out_init): Don't output a label to mark the
21631 start of the text section if DWARF2_GENERATE_TEXT_SECTION_LABEL is
21633 * config/mips/iris6.h (DWARF2_GENERATE_TEXT_SECTION_LABEL):
21636 1999-07-21 Michael Meissner <meissner@cygnus.com>
21638 * print-rtl.c (print_rtx): Print the names of the virtual
21641 Wed Jul 21 16:00:32 1999 Nick Clifton <nickc@cygnus.com>
21643 * config/arm/arm.h (INITIAL_ELIMINATION_OFFSET): Fix typo
21644 introduced in previous delta.
21646 Wed Jul 21 14:30:51 1999 Bernd Schmidt <bernds@cygnus.co.uk>
21648 * c-lang.c (finish_file): Rename void_list_node to void_list_node_1
21649 to avoid name clash.
21651 Wed Jul 21 08:39:22 1999 Gavin Romig-Koch <gavin@cygnus.com>
21653 * c-lex.c (yylex) : Correct the test for overflow when lexing
21656 Tue Jul 20 18:02:42 1999 Richard Henderson <rth@cygnus.com>
21658 * haifa-sched.c (insn_cost): FREE implies cost 0 and vice versa.
21659 (adjust_priority): Always call ADJUST_PRIORITY.
21660 (schedule_insn): Only put insns into the ready at cost 0.
21661 (schedule_block): Remove redundant initial sort. Give clock_var
21662 and can_issue_more to MD_SCHED_REORDER. Requeue if hazard cost
21664 * tm.texi (MD_SCHED_REORDER): Update docs.
21666 * sparc.h (MD_SCHED_REORDER): Update. Set CAN_ISSUE_MORE.
21667 * sparc.c (ultra_reorder_called_this_block): Delete.
21668 (ultrasparc_sched_init): Don't set it.
21669 (ultrasparc_sched_reorder): Don't check it.
21671 Tue Jul 20 17:07:54 1999 Richard Henderson <rth@cygnus.com>
21673 * rs6000.h (struct rs6000_args): Add sysv_gregno.
21674 * rs6000.c (init_cumulative_args): Init sysv_gregno.
21675 (function_arg_boundary): Align DFmode.
21676 (function_arg_advance): Restructure for ABI_V4; use sysv_gregno
21677 to get fp reg and stack overflow correct.
21678 (function_arg): Likewise.
21679 (function_arg_pass_by_reference): True for TFmode for ABI_V4.
21680 (setup_incoming_varargs): Restructure for ABI_V4; use
21681 function_arg_advance to skip final named argument.
21682 (expand_builtin_saveregs): Properly unskip the last integer arg
21683 when doing varargs. Adjust overflow location calculation.
21685 * ginclude/va-ppc.h (struct __va_list_tag): Make gpr and fpr
21686 explicitly unsigned.
21687 (__VA_FP_REGSAVE): Use new OFS argument instead of AP->fpr directly.
21688 (__VA_GP_REGSAVE): Similarly.
21689 (__va_longlong_p): Delete.
21690 (__va_arg_type_violation): New declaration.
21691 (va_arg): Restructure. Flag promotion errors. Align double.
21692 TFmode passed by reference.
21694 * rs6000.md (movdi_32+1): Use GEN_INT after arithmetic
21695 in the HOST_BITS_PER_WIDE_INT > 32 case.
21697 Tue Jul 20 12:37:30 1999 Hans-Peter Nilsson <hp@bitrange.com>
21699 * dwarf2out.c (output_abbrev_section): Terminate with a zero.
21701 Tue Jul 20 12:12:27 1999 Jason Merrill <jason@yorick.cygnus.com>
21703 * gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.
21704 * toplev.c (documented_lang_options): Add -fpreprocessed.
21705 * cpplib.h (struct cpp_buffer): Add preprocessed.
21706 * cppinit.c (cpp_handle_option): Handle -fpreprocessed.
21707 (cpp_start_read): Don't expand macros or emit an initial #line
21708 directive if -fpreprocessed.
21710 Tue Jul 20 12:12:09 1999 Michael Tiemann <tiemann@holodeck.cygnus.com>
21712 * cpplib.h (struct cpp_buffer): Added manual_pop for
21713 better C++ tokenization.
21714 * cpplib.c (cpp_get_token): Return CPP_EOF if manual_pop.
21715 Also, support C++ tokenization for ->*, .*, <?, and >? operators.
21716 * c-common.c (cpp_token): Make non-static.
21718 Tue Jul 20 11:24:19 1999 Bernd Schmidt <bernds@cygnus.co.uk>
21720 * c-common.h: New file.
21721 * c-common.c (permanent_obstack): Delete unused declaration.
21722 (c_global_trees): New array.
21723 (c_common_nodes_and_builtins): New function; split off common code
21724 from init_decl_processing in both c-decl.c and cp/decl.c.
21725 * c-tree.h: Delete lots of declarations of tree nodes; replaced by
21726 c_global_trees and accessor macros defined in c-common.h.
21727 Include c-common.h.
21728 * c-decl.c: Delete definitions for tree nodes that were replaced by
21730 (init_decl_processing): Build void_list_node.
21731 Call c_common_nodes_and_builtins; delete code to generate the common
21733 * objc/objc-act.c (build_module_descriptor): Rename variable
21734 void_list_node to avoid clash with c-common.h.
21736 * Makefile.in: Update dependencies.
21737 * objc/Make-lang.in: Likewise.
21739 Mon Jul 19 14:22:18 1999 Mark P. Mitchell <mark@codesourcery.com>
21741 * config/mips/iris6gld.h (MAKE_DECL_ONE_ONLY): Define.
21742 (UNIQUE_SECTION_P): Likewise.
21743 (UNIQUE_SECTION): Likewise.
21745 1999-07-19 Linas Vepstas <linas@linas.org>
21747 * config/i370/README: New file.
21748 * config/i370/linux.h: New file.
21749 * config/i370/mvs.h: New file.
21750 * config/i370/oe.h: New file.
21751 * config/i370/t-linux: New file.
21752 * config/i370/t-mvs: New file.
21753 * config/i370/t-oe: New file.
21754 * config/i370/x-oe: New file.
21755 * config/i370/xm-linux.h: New file.
21756 * config/i370/xm-mvs.h: New file.
21757 * config/i370/xm-oe.h: New file.
21759 * i370.c (label_node_t): Add first_ref_page, label_addr,
21760 label_first_ref, label_last_ref members.
21761 (mvs_need_base_reload): Renamed from mvs_label_emitted.
21762 (MAX_MVS_LABEL_SIZE): Define.
21763 (MAX_LONG_LABEL_SIZE): Define.
21764 (alias_node_t, alias_anchor, alias_number): New.
21765 (mvs_function_table): Reorder for EBCDIC.
21766 (ascebc, ebcasc): Unconditionally define.
21767 (i370_branch_dest, i370_branch_length): New functions.
21768 (i370_short_branch, i370_label_scan): New functions.
21769 (mvs_get_label): Renamed from mvs_add_label. Search for
21770 an existing label before creating a new one.
21771 (mvs_add_label): New function.
21772 (mvs_get_label_page): New function.
21773 (mvs_free_label_list): Renamed from mvs_free_label. Iterate
21774 over the entire list.
21775 (mvs_check_page) [TARGET_HLASM]: Use BASR not BALR.
21776 (mvs_check_page) [TARGET_ELF_ABI]: New function.
21777 (mvs_add_alias, mvs_need_alias): New functions.
21778 (mvs_get_alias, mvs_check_alias): New functions.
21779 (handle_pragma): New function.
21780 (mvs_function_check): New function.
21781 (unsigned_jump_follows_p): Search harder.
21782 (i370_function_prolog) [TARGET_HLASM]: Handle LE370. Scan labels.
21783 (i370_function_prolog) [TARGET_ELF_ABI]: New function.
21784 * i370.h (TARGET_VERSION): Delete.
21785 (CPP_SPEC, CPP_PREDEFINES): Delete.
21786 (mvs_label_emitted): Delete.
21787 (TARGET_EBCDIC): Delete.
21788 (MAP_CHARACTER): Define only if TARGET_EBCDIC.
21789 (HANDLE_PRAGMA): Define.
21790 (HARD_REGNO_NREGS): Handle complex modes.
21791 (HARD_REGNO_MODE_OK): Likewise.
21792 (CLASS_MAX_NREGS): Likewise.
21793 (RET_REG): Likewise.
21794 (EXTRA_CONSTRAINT): Define.
21795 (RETURN_IN_MEMORY): True for DImode.
21796 (TRAMPOLINE_TEMPLATE): Use gen_rtx instead of GEN_INT.
21797 (FUNCTION_PROFILER): Delete.
21798 (COUNT_REGS): Fail if REG_P but not REG_OK_FOR_BASE_P.
21799 (NOTICE_UPDATE_CC): Correct handling of MULT, DIV, logicals and shifts.
21800 (TARGET_ESC, TARGET_BELL): Conditionally define for TARGET_EBCDIC.
21801 (TARGET_BS, TARGET_TAB, TARGET_NEWLINE): Likewise.
21802 (TARGET_VT, TARGET_FF, TARGET_CR): Likewise.
21803 (ASM_FILE_START): Add "RMODE ANY".
21804 (ASM_OUTPUT_EXTERNAL): Check for aliases.
21805 (ASM_GLOBALIZE_LABEL): Likewise.
21806 (ASM_OUTPUT_LABELREF): Likewise.
21807 (ASM_OUTPUT_COMMON): Likewise.
21808 (PRINT_OPERAND): Handle 'K', 'W', default.
21809 (PRINT_OPERAND_ADDRESS): New.
21810 (Lots of defines): Add support for TARGET_ELF_ABI.
21811 * i370.md (attr length): New. Define for all patterns.
21812 (*): Lots of tweeks to assembly output and constraints.
21814 Mon Jul 19 15:09:29 1999 David Edelsohn <edelsohn@gnu.org>
21816 * rs6000.md (arithmetic, logical, and shift Rc combiner patterns):
21817 Disable patterns performing SImode comparisons with SImode values
21818 if TARGET_POWERPC64 and instruction does not sign-extend or does
21819 not mask to narrower than SImode, i.e. where bit 31 and bit 63 may
21820 differ for signed quantities.
21821 (indirect_jump): Add expander to choose RTL based on TARGET_64BIT.
21822 (tablejump): Patterns contingent on TARGET_64BIT not TARGET_POWERPC64.
21823 (decrement_and_branch_on_count): Add 64-bit variant.
21825 Mon Jul 19 09:36:27 1999 Bernd Schmidt <bernds@cygnus.co.uk>
21827 * final.c (output_asm_insn): When searching for the matching string
21828 for a given dialect, don't run past the end of the list of
21829 alternatives if there are fewer alternatives in the template than
21832 1999-07-17 Alexandre Oliva <oliva@dcc.unicamp.br>
21834 * gcc.texi: Update e-mail addresses and URLs to gcc.gnu.org.
21835 Removed paragraph about compression of files and size limitation,
21836 duplicated in the FAQ. Use gcc-patches for posting patches.
21837 * gcc.c (main): Updated URL with bug reporting instructions to
21838 gcc.gnu.org. Removed e-mail address.
21839 * system.h (abort): Likewise.
21841 1999-07-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21843 * Makefile.in (stmp-multilib-sub): Make the files extracted
21844 from $(LIBGCC1) writable.
21846 Sat Jul 17 14:25:46 1999 Nick Clifton <nickc@cygnus.com>
21848 * config/arm/aout.h: Reformat for improved readability.
21850 * config/arm/arm.h: Reformat for improved readability.
21851 Replace uses of fprintf with asm_fprintf where appropriate.
21852 (ARM_DECLARE_FUNCTION_NAME): New macro: Perform any generic ARM
21853 function declaration assembler actions.
21854 (NUM_INTS): New macro: Convert from bytes to words.
21855 (NUM_REGS): New macro: Compute number of registers required to
21856 hold a quanitity of tyep MODE.
21857 (NUM_REGS2): New macro: Like NUM_REGS but also copes with BLKmode
21859 (NUM_ARG_REGS): New macro: The number of argument registers
21861 (ARG_REGISTER): New macro: Compute the register number of the Nth
21863 (LAST_ARG_REGNUM): New macro: The number of the last argument
21865 (SP_REGNUM): New macro: Register number of the stack pointer.
21866 (FP_REGNUM): New macro: Register number of the frame pointer.
21867 (FUNCTION_ARG, FUNCTION_ARG_PARTIAL_NREGS, INIT_CUMULATIVE_AGS,
21868 FUNCTION_ARG_ADVANCE, SETUP_INCOMING_VARARGS): Change
21869 CUMULATIVE_ARGS so that it counts registers not bytes.
21871 * config/arm/arm.c: Rename TARGET_THUMB_INTERWORK to
21873 Replace uses of fprintf with asm_fprintf where appropriate.
21874 (output_ascii_pseudo_op): Replace with version from thumb.c
21876 * config/arm/coff.h (ASM_FILE_START): Emit ASM_APP_OFF.
21878 * config/arm/elf.h (CPP_PREDEFINES): Replace with
21879 SUBTARGET_CPP_SPEC.
21880 (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
21881 (ASM_FILE_START): Emit ASM_APP_OFF.
21883 Fri Jul 16 13:48:09 1999 Jeffrey A Law (law@cygnus.com)
21885 * pa.c (compute_frame_size): Round frame according to
21886 STACK_BOUNDARY rather than a hardwired value.
21888 * pa.h (POINTER_SIZE, PARM_BOUNDARY): Define in terms of BITS_PER_WORD.
21890 * configure.in (hppa*-*-hpux11*): Use symbolic MASK_PA_11 instead
21892 * configure: Rebuilt.
21894 * configure.in (hppa*-*-linux*): New configuration.
21895 * configure: Rebuilt.
21896 * pa.h (MAX_OFILE_ALIGNMENT): Delete.
21897 * pa/som.h (MAX_OFILE_ALIGNMENT): Define.
21898 * pa/pa-linux.h: New file.
21899 * pa/t-linux: New file.
21900 * pa/xm-linux.h: New file.
21902 * pa.c (hppa_legitimize_address): Change references from SImode to
21903 either Pmode or word_mode as appropriate.
21904 (emit_move_sequence, store_reg, load_reg): Likewise.
21905 (set_reg_plus_d, hppa_expand_prologue): Likewise.
21906 (output_mul_insn): Likewise.
21907 * pa.h (PROMOTE_MODE): Likewise.
21908 (INITIALZE_TRAMPOLINE): Likewise.
21909 (Pmode): Define to word_mode.
21911 * pa.c (compute_frame_size): Use UNITS_PER_WORD instead of hardwired
21912 value of 4. Allocate 8 bytes for each FP register save.
21913 (hppa_expand_epilogue): Use UNITS_PER_WORD instead of harwarewired
21915 (hppa_expand_prologue): Likewise.
21916 * pa.h (PROMOTE_MODE): Likewise.
21917 (HARD_REGNO_MODE_OK, FUNCTION_ARG_SIZE): Likewise.
21918 (FUNCTION_ARG_BOUNDARY): Likewise.
21920 * invoke.texi (HPPA Options): Remove -mspace/-mno-space.
21922 * pa.c (out_of_line_prologue_epilogue): Delete.
21923 (override_options): Remove -mspace related code.
21924 (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
21925 (compute_frame_size): Only allocate space for register that
21926 actually need to be saved.
21927 * pa.h (MASK_SPACE, TARGET_SPACE): Delete.
21928 (TARGET_SWITCHES): Remove -mspace, -mno-space
21929 * pa/t-pa (LIB2FUNCS_EXTRA): Remove ee.asm and ee_fp.asm
21930 * pa/t-pro (LIB2FUNCS_EXTRA): Likewise. Remove -mspace multilib.
21931 * pa/ee.asm, pa/ee_fp.asm: Delete.
21933 * pa/elf.h (ASM_OUTPUT_DOUBLE_INT): Define.
21935 * config/svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler
21936 directive in column zero.
21938 Fri Jul 16 01:39:57 1999 Jeffrey A Law (law@cygnus.com)
21940 * m68k.c (output_function_prologue): Fix computation of save mask
21941 when generating PIC code.
21943 Thu Jul 15 15:40:09 1999 Jim Wilson <wilson@cygnus.com>
21945 * tree.c (build_type_attribute_variant): Move current_obstack restore
21946 after build_qualified_type call.
21948 1999-07-15 Mark Mitchell <mark@codesourcery.com>
21950 * configure.in: Use t-iris6, even with GNU LD.
21951 * config/mips/iris6gld.h: Fix typo in linker spec.
21952 * config/mips/t-iris6gld: Remove.
21954 Thu Jul 15 15:15:43 1999 David Edelsohn <edelsohn@gnu.org>
21956 * rs6000.md (insv, extzv): Remove SImode dependence in named
21957 patterns. Explicitly generate DImode RTL if PowerPC64 and
21959 (insvdi): Reverse start and size in instruction template.
21961 1999-07-12 Joseph S. Myers <jsm28@cam.ac.uk>
21963 * invoke.texi: Typo fixes.
21965 Wed Jul 14 23:28:06 1999 Jeffrey A Law (law@cygnus.com)
21967 * emit-rtl.c (gen_realpart): Issue an error for cases GCC can not
21968 handle at this time instead of silently generating incorrect code.
21969 (gen_imagpart): Likewise.
21971 * reload.c (find_reloads): Emit a USE for a pseudo register without
21972 a hard register if we could not create an optional reload for the
21975 Wed Jul 14 23:45:48 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
21977 * c-typeck.c (output_init_element, process_init_element):
21978 When advancing constructor_unfilled_fields for a RECORD_TYPE,
21979 check for nameless bit fields.
21981 Wed Jul 14 01:57:39 1999 Richard Henderson <rth@cygnus.com>
21983 * regclass.c (scan_one_insn): Notice subregs that change the
21984 size of their operand.
21985 (record_reg_classes): Use that to obey CLASS_CANNOT_CHANGE_SIZE.
21987 Wed Jul 14 01:41:42 1999 Jeffrey A Law (law@cygnus.com)
21989 * configure.in (alpha*-*-*): Include alpha/t-ieee.
21990 * configure: Rebuilt.
21991 * alpha/t-ieee: New file.
21993 Tue Jul 13 10:45:58 1999 Jeffrey A Law (law@cygnus.com)
21995 * rs6000.c (find_addr_reg): Do not select r0 as an address
21998 Tue Jul 13 00:46:18 1999 Philippe De Muyter <phdm@macqel.be>
22000 * m68k/x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.
22002 Mon Jul 12 14:29:15 1999 Jeffrey A Law (law@cygnus.com)
22004 * rs6000.md (movsf): Do not force easy FP constants into memory.
22006 * expr.c (expand_expr, case PLUS_EXPR): Pass constants through
22007 immed_double_const to ensure they are properly truncated then
22010 Mon Jul 12 10:40:01 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com>
22012 * config/arm/thumb.c (thumb_reorg): Call replace_symbols_in_block
22013 always unless NO_DEBUG is used. Compile this code
22015 (replace_symbols_in_block): Compile it unconditionally.
22017 Sun Jul 11 12:32:32 1999 Jeffrey A Law (law@cygnus.com)
22019 * configure.in (i?86-*-elf*): New target.
22020 * configure: Rebuilt.
22021 * i386/i386elf.h, i386/t-i386elf: New files.
22023 Fri Jul 9 22:39:44 1999 Jason Merrill <jason@yorick.cygnus.com>
22025 * toplev.c (main): Don't complain about saying -gdwarf.
22026 (rest_of_compilation): Remove redundant code.
22028 Fri Jul 9 19:08:55 1999 Jim Wilson <wilson@cygnus.com>
22030 * unroll.c (unroll_loops): Don't delete named CODE_LABELs.
22032 Fri Jul 9 18:54:18 1999 Felix Lee <flee@cygnus.com>
22034 * config/i960/i960.c (ret_label): Change asm label from "LR:" to
22035 "Li960R:", to avoid name clash.
22037 Fri Jul 9 10:48:28 1999 Bernd Schmidt <bernds@cygnus.co.uk>
22039 * loop.c (check_dbra_loop): When reversing a loop, delete all
22040 REG_EQUAL notes referencing the reversed biv except those which are
22041 for a giv based on it.
22043 Fri Jul 9 03:51:52 1999 Jeffrey A Law (law@cygnus.com)
22045 * version.c: Drop "gcc-" prefix from version #.
22047 Thu Jul 8 18:06:30 1999 Jason Merrill <jason@yorick.cygnus.com>
22049 * dwarf2out.c (dwarf2out_line): Emit a line number comment after
22050 the label if we're being verbose.
22052 Thu Jul 8 14:18:46 1999 Richard Henderson <rth@cygnus.com>
22054 * m68k.c (output_function_prologue): Add pic register to mask
22055 if live and flag_pic.
22056 (output_function_epilogue): Likewise.
22058 Thu Jul 8 12:55:12 1999 Jeffrey A Law (law@cygnus.com)
22060 * dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Do not put assembler
22061 directives in column zero.
22063 * pa/elf.h (ASM_FILE_START): Define.
22064 * pa/som.h (ASM_FILE_START): Include .level directives.
22065 * pa/hpux10.h (ASM_FILE_START): Delete.
22066 * pa/hpux11.h (ASM_FILE_START): Delete.
22068 * pa/elf.h (BSS_SECTION_ASM_OP): Use .section .bss.
22070 Thu Jul 8 18:03:19 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
22072 * reload1.c (choose_reload_regs): Never call remove_adress_replacements
22073 when reload_out equals reload_in.
22075 Thu Jul 8 16:50:14 1999 Nick Clifton <nickc@cygnus.com>
22077 * invoke.texi (Spec Files): New node: Describe the contents of
22080 Thu Jul 8 10:28:25 1999 Craig Burley <craig@jcb-sc.com>
22082 * invoke.texi (DEC Alpha Options): Put @end table at
22083 beginning of line, to avoid confusing texi2html.
22085 Thu Jul 8 09:22:06 1999 Nick Clifton <nickc@cygnus.com>
22087 * config/arm/elf.h (ASM_OUTPUT_INTERNAL_LABEL): Fixed typo
22088 introduced in previous delta.
22090 Wed Jul 7 02:00:04 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
22092 * reload1.c (gen_reload): When synthesizing a 3 operand add
22093 sequence, improve test for when to reload OP1 into the reload
22094 register instead of OP0.
22096 Wed Jul 7 01:38:03 1999 Jim Wilson <wilson@cygnus.com>
22098 * unroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.
22100 1999-07-07 Manfred Hollstein <mhollstein@cygnus.com>
22102 * m88k/dguxbcs.h (CPP_SPEC): Add missing \ in multi-line
22105 Wed Jul 7 01:16:43 1999 Richard Henderson <rth@cygnus.com>
22107 * ginclude/varargs.h (__builtin_va_alist_t): New typedef.
22108 (va_dcl): Use __builtin_va_alist_t.
22110 Wed Jul 7 01:14:42 1999 Jason Merrill <jason@yorick.cygnus.com>
22112 * dwarf2out.c (gen_struct_or_union_type_die): Only remember types
22113 on the permanent_obstack.
22114 * dwarfout.c (output_type): Likewise.
22116 Tue Jul 6 15:25:32 1999 Gavin Romig-Koch <gavin@cygnus.com>
22118 * c-common.c (unsigned_type,signed_type,signed_or_unsigned_type) :
22119 Merged from c-typeck.c and cp/typeck.c.
22120 * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
22121 Merged into c-common.
22123 Tue Jul 6 13:06:01 1999 Dave Brolley <brolley@cygnus.com>
22125 * c-lex.c (errorcount): Declare it.
22126 (finish_parse): Update errorcount when using CPPLIB.
22128 1999-07-06 Bruce Korb <ddsinc09@ix.netcom.com>
22130 * fixinc/inclhack.def(end_else_label): Double the backslash so
22131 sed gets a chance to see it.
22132 * fixinc/inclhack.sh: regen
22133 * fixinc/fixincl.x: regen
22135 Fri Jul 2 18:49:51 1999 Nick Clifton <nickc@cygnus.com>
22137 Add framework to support armv5 architecture when it becomes
22140 * config/arm/arm.c (FL_ARCH5): New processor capability flag.
22141 (arm_arch5): New variable.
22142 (all_architectures): Add armv5 line.
22143 * config/arm/arm.h (CPP_CPU_ARCH_SPEC): Define __ARM_ARCH_5__ if
22144 -march=armv5 is specified on the command line.
22145 (arm_arch5): Export this variable.
22146 * invoke.texi: Document new string accepted by -march= switch for
22149 * config/arm/arm.h: Replace use of constant 12 as a register
22150 number with IP_REGNUM. Similarly 14 and LR_REGNUM.
22151 * config/arm/arm.c: Replace use of constant 12 as a register
22152 number with IP_REGNUM. Similarly 14 and LR_REGNUM.
22154 * config/arm/elf.h: Tidy up.
22155 * config/arm/coff.h: Tidy up.
22157 Thu Jul 1 19:08:13 1999 Mark P. Mitchell <mark@codesourcery.com>
22159 * gcc/configure.in (mips-sgi-irix6*): Handle --with-gnu-ld.
22160 * gcc/config/mips/t-iris6gld: New file.
22161 * gcc/config/mips/iris6gld.h: Likewise.
22163 Fri Jul 2 13:23:39 1999 Gavin Romig-Koch <gavin@cygnus.com>
22165 * c-decl.c (widest_integer_literal_type_node,
22166 widest_unsigned_literal_type) : New.
22167 (init_decl_processing): Handle/use the two new types.
22168 * c-common.c (type_for_size,type_for_mode) : Same.
22169 * c-lex.c (yylex) : Same.
22170 * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
22172 * c-tree.h (widest_integer_literal_type_node,
22173 widest_unsigned_literal_type) : New.
22175 Fri Jul 2 03:05:44 1999 Jeffrey A Law (law@cygnus.com)
22177 * dwarfout.c (field_byte_offset): Correctly compute the object's
22178 byte offset for the first bit of a field which crosses an alignment
22179 boundary on a !BYTES_BIG_ENDIAN target.
22181 Fri Jul 2 01:36:36 1999 Robert Lipe <robertlipe@usa.net>
22183 * fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and
22186 Fri Jul 2 00:46:47 1999 Richard Henderson <rth@cygnus.com>
22187 Jeff Law <law@cygnus.com>
22189 * ginclude/varargs.h (va_dcl): Use word_mode for type of
22192 * except.c: Include intl.h.
22193 (expand_eh_return): Set current_function_cannot_inline.
22194 (save_eh_status, restore_eh_status): Twiddle eh_return_stub_label.
22195 * function.h (struct function): Add eh_return_stub_label.
22196 * flow.c (delete_unreachable_blocks): Don't merge across EH edges.
22197 * Makefile.in (except.o): Depend on intl.h.
22199 Fri Jul 2 00:04:23 1999 David Edelsohn <edelsohn@gnu.org>
22201 * rs6000.md (movdf_hardfloat32): Handle PRE_INC and PRE_DEC the
22202 same as offsettable in cases 1 and 2.
22204 Thu Jul 1 20:54:10 1999 Richard Henderson <rth@cygnus.com>
22206 * alpha.md (extqh): Define as 64-((R&7)*8) instead of 56-(((R-1)&7)*8).
22207 (extlh, extwh): Likewise.
22209 Thu Jul 1 11:05:25 1999 Gavin Romig-Koch <gavin@cygnus.com>
22211 * c-lex.c (yylex): Improve 'integer constant out of range' messages.
22213 Wed Jun 30 16:51:41 1999 Nick Clifton <nickc@cygnus.com>
22215 * configure.in: Add arm-pe and thumb-pe targets.
22216 * configure: Regenerate.
22218 * thumb.c (arm_naked_function_p): New function: Determines if
22219 a function is naked (has no gcc generated prologue/epilogue).
22220 (is_called_in_ARM_mode): Return true if the func has the
22221 interfacearm attribute.
22222 (output_return): Do not generate a return for naked functions.
22223 (thumb_function_prologue): Do not generate a prologue for
22225 (thumb_expand_prologue): Do not generate a prologue for naked
22227 (thumb_expand_epilogue): Do not generate an epilogue for naked
22229 (arm_valid_machine_decl_attribute): New function, copied from
22230 arm.c: Permit naked and interfacearm attributes.
22232 * config/arm/pe.c: New file: Support code for arm-pe target.
22233 * config/arm/pe.h: New file: Header file for arm-pe target.
22234 * config/arm/tpe.h: New file: Header file for thumb-pe target.
22235 * config/arm/t-thumb-pe: New file: Makefile fragment for
22238 1999-07-01 Mark Kettenis <kettenis@gnu.org>
22240 * config/i386/gnu.h (CPP_SPEC): Define __PIC__ and __pic__ if
22241 -fPIC or -fpic is specified.
22243 Wed Jun 30 03:31:54 1999 Jeffrey A Law (law@cygnus.com)
22245 * expr.c (emit_block_move): Use copy_to_mode_reg for
22246 !TARGET_MEM_FUNCTIONS case too.
22248 * configure.in (hppa*-*-*): Add som.h or elf.h to tm_file as
22250 * configure: Rebuilt.
22251 (hppa1.1-*-pro*, hppa1.1-*-rtems*): Define target_cpu_default.
22252 * pa.h: Include dbxelf.h. Delete various dbx/stabs related
22253 definitions made redundant by dbxelf.h inclusion. Delete
22254 lots of definitions related to assembly output that are
22255 specific to the SOM object format.
22256 * pa.c (output_function_prologue): Do not emit the function's
22258 * pa-pro-end.h (STARTFILE_SPEC): Undefine before redefining.
22259 * pa-pro.h: Deleted.
22260 * som.h: New file with SOM specific definitions.
22261 * elf.h: New file with ELF specific definitions.
22263 * elfos.h (const_section): Output a tab before assembler directives.
22264 (ctors_section, dtors_section): Likewise.
22265 (ASM_OUTPUT_SECTION_NAME): Likewise.
22267 * pa/pa1.h: Delete unused file.
22269 Tue Jun 29 01:37:53 1999 Jeffrey A Law (law@cygnus.com)
22271 * configure.in (hppa*-hp-hpux11*): New configuration.
22272 * configure: Rebuilt.
22273 * pa/pa-hpux11.h: New file.
22274 * pa.h (CPP_SPEC): Conditionally add -D__STDC_EXT__ to the cpp
22277 * mips.md (leasi, leadi): New patterns.
22279 * expr.c (emit_block_move): Properly handle case where one of the
22280 block move arguments has a queued increment or decrement.
22281 (clear_storage): Similarly. Fix formatting goof.
22283 1999-06-28 "David O'Brien" <obrien@NUXI.com>
22285 * fixinc/inclhack.def(stdio_va_list): This patch Removes a
22286 semicolon from the BSD VA_LIST replacement expression.
22288 * fixinc/inclhack.sh: regen
22289 * fixinc/fixincl.x: regen
22291 * fixinc/mkfixinc.sh: Have `i[34567]86-*-freebsd*' machines
22292 now use the fixincl program.
22294 Mon Jun 28 05:28:12 1999 Jeffrey A Law (law@cygnus.com)
22296 * m68k.h (CONDITIONAL_REGISTER_USAGE): Define for !SUN_FPA
22297 case. Also make the PIC register call_used.
22299 * m68k.h (FINALIZE_PIC): Delete.
22300 * m68k.c (finalize_pic): Delete.
22302 Mon Jun 28 05:16:35 1999 Richard Henderson <rth@cygnus.com>
22304 * m68k.h (PREFERRED_RELOAD_CLASS): Don't force any FP const_doubles
22307 Mon Jun 28 04:07:27 1999 David Edelsohn <edelsohn@gnu.org>
22309 * expmed.c (expand_divmod): Ensure unsigned value fits in reg_note.
22311 Sun Jun 27 02:39:08 1999 Richard Henderson <rth@cygnus.com>
22313 * jump.c (jump_optimize_1): Validate the cmov copy to a temporary.
22315 Sat Jun 26 17:18:18 1999 David Edelsohn <edelsohn@gnu.org>
22317 * rs6000.c (print_operand, case 'L'): Use plus_constant_for_output.
22319 Fri Jun 25 11:33:24 1999 Richard Henderson <rth@cygnus.com>
22321 * alpha.c (override_options): Add -mcpu=ev45 as an alias for ev4.
22323 Fri Jun 25 13:41:25 1999 David Edelsohn <edelsohn@gnu.org>
22325 * rs6000.c (output_toc): Always use hex values for floating-point
22326 constants. Store single-precision values in upper-half of TOC
22327 entry in 64-bit mode.
22328 * rs6000.md (floatsidf2, floatunssidf2): Add !TARGET_POWERPC64
22329 to final constraints.
22330 (fix_truncdfsi2 splitter): Change pattern matching fctiwz.
22331 (fctiwz): Improve accuracy of RTL for pattern.
22333 Fri Jun 25 11:26:38 1999 Gavin Romig-Koch <gavin@cygnus.com>
22335 * expr.c (expand_expr): Allow RTL_EXPR's through the
22336 MAX_INTEGER_COMPUTATION_MODE checks.
22338 Fri Jun 25 06:06:37 1999 Richard Henderson <rth@cygnus.com>
22340 * alpha.h (MASK_SUPPORT_ARCH, MASK_CPU_EV5, MASK_CPU_EV6): Define
22341 such that MASK_SUPPORT_ARCH is not negative.
22343 Fri Jun 25 05:35:44 1999 Jeffrey A Law (law@cygnus.com)
22345 * loop.c (verify_dominator): Properly handle ADDR_VEC and
22346 ADDR_DIFF_VEC insns that appear inside loops.
22348 Thu Jun 24 22:54:05 1999 David Edelsohn <edelsohn@gnu.org>
22349 Jeff Law <law@cygnus.com>
22351 * rs6000.md (movdf_hardfloat32): Revert previous patch.
22352 Handle LO_SUM the same as offsettable in cases 1 and 2.
22353 * rs6000.c (find_addr_reg): Revert previous patch.
22355 Thu Jun 24 22:43:12 1999 Philippe De Muyter <phdm@macqel.be>
22357 * system.h (strstr): New external function declaration.
22358 * acconfig.h (NEED_DECLARATION_STRSTR): New define slot.
22359 * configure.in (GCC_NEED_DECLARATIONS): Check for strstr.
22360 * config.in, configure: Rebuilt.
22362 1999-06-24 Tom Tromey <tromey@cygnus.com>
22364 * gcc.c (main): Read user-specified specs files after computing
22365 additional startfile_prefixes.
22367 Thu Jun 24 15:00:47 1999 Mark Mitchell <mark@codesourcery.com>
22369 Revert these two patches:
22371 Thu Jun 17 21:34:24 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
22372 * loop.c (strength_reduce): When doing biv->giv conversion, update
22373 reg note of NEXT->insn.
22375 Thu Jun 17 17:22:07 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
22376 * loop.c (strength_reduce): When doing biv->giv conversion, fix up
22378 (recombine_givs): Set ix field after sorting.
22380 Wed Jun 23 21:26:00 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
22382 * rtlanal.c (reg_referenced_p): Use reg_overlap_mentioned_p
22383 for the parts of an UNSPEC / UNSPEC_VOLATILE.
22385 1999-06-23 Bruce Korb <ddsinc09@ix.netcom.com>
22387 *fixinc/inclhack.def: Add fix development commentary
22388 (read_ret_type): reactivate and add selection clause
22389 (zzz_*): tweak output file name to match what is used in hackshell.tpl
22390 *fixinc/{fixincl.x|inclhack.sh}: regen
22392 Wed Jun 23 00:48:21 1999 Jason Merrill <jason@yorick.cygnus.com>
22394 * expr.c (expand_expr): STRIP_NOPS before checking against
22395 MAX_INTEGER_COMPUTATION_MODE
22396 (check_max_integer_computation_mode): Likewise.
22398 Tue Jun 22 20:23:43 1999 Jim Wilson <wilson@cygnus.com>
22400 * md.texi (smul@var{m}3_highpart): Add missing 's' prefix.
22402 1999-06-22 Jim Wilson <wilson@cygnus.com>
22404 * expr.c (store_expr): When target is a promoted subreg, return a
22405 promoted subreg as a result.
22407 Tue Jun 22 17:14:58 1999 Michael Meissner <meissner@cygnus.com>
22409 * dwarf2out.c (dwarf2out_frame_debug_expr): Reformat to match GNU
22411 (dwarf2out_define): Mark unused parameters appropriately.
22412 (gen_unspecified_parameters_die): Ditto.
22413 (gen_subprogram_die): Fix signed/unsigned warnings.
22414 (gen_variable_die): Ditto.
22416 1999-06-22 Bruce Korb <ddsinc09@ix.netcom.com>
22418 * fixinc/inclhack.def(end_else_label): combined else_label
22419 and endif_label and fixed the sed expression.
22420 *fixinc/{fixincl.x|inclhack.sh}: regen
22422 Tue Jun 22 01:58:18 1999 Jeffrey A Law (law@cygnus.com)
22424 * rs6000.md (movdf_hardfloat32): Use %X instead of always emitting
22425 'x' when handling non-offsettable addresses
22427 Tue Jun 22 00:20:05 1999 Richard Earnshaw (rearnsha@arm.com)
22429 * final.c (shorten_branches): Don't try to split an insn that has
22432 Mon Jun 21 12:47:39 1999 Mark Mitchell <mark@codesourcery.com>
22434 * config/mips/mips.c (symbolic_expression_p): New function.
22435 (mips_select_rtx_section): Put symbolic expressions in the
22436 data section, not the read-only data section.
22438 Mon Jun 21 22:13:06 1999 Jeffrey A Law (law@cygnus.com)
22440 * rs6000.md (find_addr_reg): Handle LO_SUM addresses.
22442 Mon Jun 21 20:10:42 1999 Richard Henderson <rth@cygnus.com>
22444 * collect2.c (main): Log frame table count.
22445 (GCC_OK_SYMBOL) [ECOFF]: Accept stGlobal.
22446 (scan_prog_file) [COFF]: Handle frame tables.
22448 * alpha/alpha.h (UNALIGNED_SHORT_ASM_OP): Define.
22449 (UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Define.
22450 * alpha/elf.h: Undef them again.
22451 * alpha/vms.h: Remove their definitions.
22453 Tue Jun 22 03:17:53 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
22455 * sh.c (machine_dependent_reorg): When fixing up fp pcloads,
22456 remove the clobber of r0 and change the REG_UNUSED note to
22459 1999-06-21 Jakub Jelinek <jj@ultra.linux.cz>
22461 * real.c (ereal_from_double): Fix for 64-bit big endian hosts.
22462 * emit-rtl.c (gen_lowpart_common): Add case for hosts where double
22463 fits in HOST_WIDE_INT and one uses union to access a long constant
22466 Mon Jun 21 17:18:25 1999 Richard Henderson <rth@cygnus.com>
22468 * sparc.c (sparc_override_options): Don't allow profiling for
22469 code models other than medlow.
22470 (sparc_function_profiler): New function from old FUNCTION_PROFILER
22471 macro. Use ASM_GENERATE_INTERNAL_LABEL and MCOUNT_FUNCTION.
22472 (sparc_function_block_profiler): Likewise. Use user_label_prefix.
22473 (sparc_block_profiler): Likewise.
22474 (sparc_function_block_profiler_exit): Likewise.
22475 * sparc.h (FUNCTION_PROFILER): Call new sparc.c function.
22476 (FUNCTION_BLOCK_PROFILER): Likewise.
22477 (BLOCK_PROFILER): Likewise.
22478 (FUNCTION_BLOCK_PROFILER_EXIT): Likewise.
22479 (MCOUNT_FUNCTION): New.
22480 * sparc/pbd.h (FUNCTION_PROFILER): Delete.
22481 (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER): Delete.
22482 * sparc/sun4o3.h (FUNCTION_PROFILER): Delete.
22483 (MCOUNT_FUNCTION): New.
22484 * sparc/sysv4.h (FUNCTION_BLOCK_PROFILER): Delete.
22485 (BLOCK_PROFILER): Delete.
22486 (MCOUNT_FUNCTION): New.
22488 Mon Jun 21 14:11:29 1999 David Edelsohn <edelsohn@gnu.org>
22490 * rs6000.md (movdf_hardfloat32): Fix typo in case 2.
22492 Mon Jun 21 12:27:17 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com>
22494 * config/mips/elf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
22497 * config/m68k/m68kelf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
22500 * config/sh/sh.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
22503 * config/arm/telf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
22506 Mon Jun 21 14:58:42 1999 Nick Clifton <nickc@cygnus.com>
22508 * config/arm/arm.h: Add cpp support for ARM920 and ARM920T cpu
22511 Mon Jun 21 06:22:21 1999 Mark Elbrecht <snowball3@bigfoot.com>
22513 * i386/djgpp.h (LIB_SPEC): New.
22514 (STARTFILE_SPEC): New.
22516 * i386/xm-djgpp.h (NO_SYS_SIGLIST): Deleted. Now obsolete.
22518 Mon Jun 21 06:19:33 1999 Philippe De Muyter <phdm@macqel.be>
22520 * fixinc/Makefile.in (gnu-regex.o): Do not define STDC_HEADERS in
22523 * system.h (WSTOPSIG): New macro.
22525 Mon Jun 21 05:33:15 1999 Mumit Khan <khan@xraylith.wisc.edu>
22527 * c-pragma.c (push_alignment): Don't ignore alignments greater than
22529 (insert_pack_attributes): Take into account member natural
22532 * i386/winnt.c (exports_head): New static variable.
22533 (i386_pe_record_exported_symbol): New function.
22534 (i386_pe_asm_file_end): Use.
22535 * i386/cygwin.h (ASM_OUTPUT_COMMON): Record the exported
22536 symbols to be emitted at end of assembly.
22537 (ASM_DECLARE_OBJECT_NAME): Likewise.
22538 (ASM_DECLARE_FUNCTION_NAME): Likewise.
22540 * i386/uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and
22543 Mon Jun 21 04:44:31 1999 Jeffrey A Law (law@cygnus.com)
22545 * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Fix paren error introduced
22548 Sun Jun 20 17:27:20 1999 Richard Henderson <rth@cygnus.com>
22550 * haifa-sched.c (sched_analyze_1): Use free_list instead of
22551 zapping reg_last_uses directly.
22552 (sched_analyze_2, sched_analyze_insn): Likewise.
22553 (sched_analyze): Likewise. Don't clear reg_last_uses on calls.
22555 Sun Jun 20 16:57:29 1999 David Edelsohn <edelsohn@gnu.org>
22557 * rs6000.md (movdf_hardfloat32): Use worst case insn length
22558 attributes for cases 1 and 2.
22560 Sat Jun 19 22:52:55 1999 Richard Henderson <rth@cygnus.com>
22562 * haifa-sched.c (sched_analyze): Mark call-user regs as clobbered
22565 Sat Jun 19 05:40:07 1999 Philip Blundell <pb@nexus.co.uk>
22567 * arm.c (arm_reload_in_hi): Invert sense of test on BYTES_BIG_ENDIAN.
22569 Sat Jun 19 05:25:05 1999 Richard Earnshaw (rearnsha@arm.com)
22571 * arm.h (CONDITIONAL_REGISTER_USAGE): If flag_pic, never use
22572 PIC_OFFSET_TABLE_REGNUM for general alloaction.
22573 (INITIAL_ELIMINATION_OFFSET): Count the fact that the PIC register
22574 must be stacked if it is used for PIC accesses.
22575 * arm.c (use_return_insn): Handle PIC register specially.
22576 (output_return_instruction): Likewise.
22577 (output_func_{prologue,epilogue}): Likewise.
22578 (output_expand_prologue): Likewise.
22580 * arm.md (*adddf_esfdf_df): Renamed from *adddf_df_esfdf.
22581 (*strsi_predec): Renamed from *strqi_predec.
22582 (*loadsi_shiftpreinc): Renamed from *loadqi_shiftpreinc.
22583 (*loadsi_shiftpredec): Renamed from *loadqi_shiftpredec.
22585 * arm.c (arm_override_options): Remove warning about PIC code
22586 not being supported.
22588 Fri Jun 18 23:47:06 1999 David Edelsohn <edelsohn@gnu.org>
22590 * rs6000.c (find_addr_reg): New function.
22591 * rs6000.h (find_addr_reg): Declare.
22592 (offsettable_addr_operand): Delete.
22593 * rs6000.md (movdf_hardfloat32): Handle non-offsettable loads
22594 from and stores to GPRs.
22596 Fri Jun 18 15:44:18 1999 Richard Henderson <rth@cygnus.com>
22598 * alpha.c (alpha_expand_block_move): Use get_insns rather than
22599 gen_sequence as argument to emit_no_conflict_block.
22601 Fri Jun 18 07:02 1999 Bruce Korb <ddsinc09@ix.netcom.com>
22603 * fixinc/mkfixinc.sh: enable the fixincl program for DG/UX
22604 * fixinc/inclhack.def(dgux_int_varargs): script must end with \n
22605 *fixinc/fixincl.x: regen
22606 *fixinc/inclhack.sh: regen
22608 Thu Jun 17 15:06:10 PDT 1999 Don Lindsay <dlindsay@cygnus.com>
22610 * added support for -mpcrel (PC relative addressing for m68k)
22611 based on code done by Michael Tiemann <tiemann@axon.cygnus.com>.
22612 * invoke.texi (m68000 options): Add documentation for -mpcrel flag.
22613 * m68k.c (print_operand_address): Handle 32-bit PIC case.
22614 (comments for general_src_operand): Add some explanation
22615 about EXTRA_CONSTRAINTS.
22616 (OVERRIDE_OPTIONS): Enable -fPIC in combination with -mpcrel.
22617 * m68kelf.h (OVERRIDE_OPTIONS): Ditto.
22618 (LEGITIMATE_PIC_OPERAND_P): Fix typo.
22619 (LEGITIMATE_PIC_OPERAND_P): Re-derive from m68k.h case.
22620 * m68k.h (LEGITIMATE_PIC_OPERAND_P): Fix delete-o.
22621 (INDIRECTABLE_1_ADDRESS): Delete spurious '/' at end of macro.
22622 (OVERRIDE_OPTIONS): Change behavior so that -mpcrel implies -fpic
22623 if not already set.
22624 (OVERRIDE_OPTIONS): Merge in changes from m68k.h.
22625 * m68k.h (TARGET_PCREL): New target flag.
22626 (TARGET_SWITCHES): Add "pcrel" as a recognized switch.
22627 (OVERRIDE_OPTIONS): Add checks for -mpcrel.
22628 (LEGITIMATE_PIC_OPERAND_P): Don't normally accept anything that
22629 contains a SYMBOL_REF. Relax this constraint during reload, since
22630 we want to use the predicates, not reload's built-in concept of a
22631 valid memory address, to control what insns need reloading.
22632 (EXTRA_CONSTRAINT): Define constraints to accept pc-relative
22633 operands (essentially 'g', 'm', and 's' under normal circumstances).
22634 * m68k.c (print_operand): Cause printing of pc-relative addresses
22635 to include pc register.
22636 (print_operand_address): Ditto.
22637 (general_src_operand): Accept operands that are not only
22638 general_operands, but are also valid when used as a pc-relative
22640 (nonimmediate_src_operand): Similar, for nonimmediate_operands.
22641 (memory_src_operand): Similar, for memory_operands.
22642 (pcrel_address): New predicate to accept the special case of a
22643 pc-relative address.
22644 * m68k.md (many patterns): Rewrite common SImode, HImode, and
22645 QImode insns to accept *_src_operand instead of *_operand where
22646 pc-relative operands can fit. For example, a pc-relative operand
22647 can be used as a memory source operand for addsi3, but not as a
22648 memory destination.
22649 * hp320.h linux.h m68kv4.h (LEGITIMATE_PIC_OPERAND_P) as in m68k.h.
22651 Fri Jun 18 09:11:07 1999 Nick Clifton <nickc@cygnus.com>
22653 * config/arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS): New Marco: USe
22654 .thumb_set pseudo op to mark aliases of thumb functions.
22656 Wed Jun 16 18:19:13 1999 Nick Clifton <nickc@cygnus.com>
22658 * varasm.c (assemble_alias): Use ASM_OUTPUT_DEF_FROM_DECLS in
22659 preference to ASM_OUTPUT_DEF, if it is defined.
22661 * tm.texi: Document new, optional target macro
22662 ASM_OUTPUT_DEF_FROM_DECLS.
22664 Thu Jun 17 15:07 1999 Bruce Korb <ddsinc09@ix.netcom.com>
22666 * fixincludes: ISCNTL patch
22667 * fixinc/inclhack.def (ioctl_fix_ctrl): Fix the definition of [_]*ISCTRL().
22668 (dgux_int_varargs): new for DG/UX
22669 * fixinc/{fixincl.x,inclhack.sh}: Regenerated.
22671 Thu Jun 17 21:34:24 1999 Jeff Law <law@cygnus.com>
22673 * invoke.texi (ia32 options): Fix typo.
22675 Thu Jun 17 21:34:24 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
22677 * loop.c (strength_reduce): When doing biv->giv conversion, update
22678 reg note of NEXT->insn.
22680 Thu Jun 17 14:25:08 1999 Jeffrey A Law (law@cygnus.com)
22682 * loop.c (move_movables): Note issues with replacing REGs with
22684 * mips.h (GO_IF_LEGITIMATE_ADDRESS): Handle SUBREGs properly.
22686 Thu Jun 17 13:28:30 1999 David O'Brien <obrien@FreeBSD.org>
22688 * i386/freebsd-elf.h (LINK_SPEC): Fix typo.
22690 * i386/freebsd-elf.h (FUNCTION_PROFILER): labels are not needed and
22691 the reference to `mcount' was not correct for the ELF on FreeBSD.
22693 Thu Jun 17 17:22:07 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
22695 * loop.c (strength_reduce): When doing biv->giv conversion, fix up
22698 (recombine_givs): Set ix field after sorting.
22700 Thu Jun 17 02:54:30 1999 Jeffrey A Law (law@cygnus.com)
22702 * emit-rtl.c (operand_subword): Tighten checks for when it is safe
22703 to safe to extract a subword out of a REG.
22705 Thu Jun 17 01:45:24 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
22707 * sh.md (mulsi3): Don't add a no-op move at the end.
22709 Wed Jun 16 20:29:00 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
22711 * cse.c (cse_insn): Don't put hard register source into tables for
22712 the last insn of a libcall.
22714 Wed Jun 16 19:44:33 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
22716 * loop.c (strength_reduce): Insert sets of derived givs at every
22717 biv increment, even if it's the only one.
22719 Wed Jun 16 10:33:02 1999 Jason Merrill <jason@yorick.cygnus.com>
22721 * dwarfout.c (add_incomplete_type): New fn.
22722 (output_type): Call it.
22723 (retry_incomplete_types): New fn.
22724 (dwarfout_finish): Call it.
22726 From Eric Raskin <ehr@listworks.com>:
22727 (output_type): Output types for bases.
22729 Tue Jun 15 12:51:23 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
22731 * mips.c (mips_output_conditional_branch): Add `break'
22732 between `default' label and `close braces'.
22734 Tue Jun 15 01:55:20 1999 David O'Brien <obrien@FreeBSD.org>
22736 * i386/freebsd-elf.h (LINK_SPEC): clean up the linking library
22737 specifications and make it realistic.
22738 (LIB_SPEC): Likewise.
22740 Mon Jun 14 15:38:43 1999 Jim Wilson <wilson@cygnus.com>
22742 * config/mips/mips.c (mips_secondary_reload_class): Check for
22743 (PLUS (SP) (REG)) and return appropriate register class.
22744 * config/mips/mips.md (reload_insi): Delete predicate for operand 1.
22745 Handle (PLUS (SP) (REG)).
22746 (tablejump): In mips16 code, use emit_insn instead of emit_jump_insn.
22747 (tablejump_mips161, tablejump_mips162): Use emit_jump_insn instead
22748 of emit_insn for tablejump.
22750 Mon Jun 14 17:26:40 1999 David Edelsohn <edelsohn@gnu.org>
22752 * rs6000.c (output_prolog): RS6000_CALL_GLUE must be
22753 asm_fprintf format string by itself.
22754 (output_function_profiler): Likewise.
22756 Mon Jun 14 12:57:38 1999 David Mosberger <davidm@hpl.hp.com>
22758 * combine.c (simplify_logical, case AND): Only call
22759 simplify_and_const_int if the mode is no wider than HOST_WIDE_INT
22760 or the constant is positive.
22762 Mon Jun 14 11:43:41 1999 Nick Clifton <nickc@cygnus.com>
22764 * configure.in: Fix typo in rs6000-ibm-aix4 case.
22765 * configure: Regenerate.
22767 Mon Jun 14 03:55:40 1999 Jeffrey A Law (law@cygnus.com)
22769 * configure.in (rs6000-ibm-aix4.3*, powerpc-ibm-aix4.3*): Do not
22770 require a sub-version #.
22771 * configure: Rebuilt.
22773 1999-06-14 Robert Lipe (robertlipe@usa.net)
22775 * svr4.h (DWARF2_DEBUGGING_INFO): Check for redefinition.
22777 Mon Jun 14 10:30:52 BST 1999 Nathan Sidwell <nathan@acm.org>
22779 * c-typeck.c (process_init_element): Detect excess elements in
22780 char array initializer.
22782 1999-06-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
22784 * gcc.texi: Mention gcc 2.96 instead of egcs 1.00.
22786 Sat Jun 12 22:29:48 EDT 1999 Jerry Quinn <jquinn@nortelnetworks.com>
22788 * invoke.texi (Option Summary): Add -fpermissive flag.
22790 Sat Jun 12 03:40:42 1999 Jeffrey A Law (law@cygnus.com)
22792 * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands
22793 that require PIC code sequences.
22795 Wed Jun 9 16:29:01 1999 Nick Clifton <nickc@cygnus.com>
22797 * configure.in: Add new target: thumb-elf.
22798 * configure: Regenerate.
22799 * config/arm/t-thumb-elf: New file: Makefile fragment for
22801 * config/arm/telf.h: New file: Header file for thumb-elf
22804 Fri Jun 11 03:17:51 1999 Jeffrey A Law (law@cygnus.com)
22806 * Makefile.in (libgcc2): Pass MAYBE_USE_COLLECT2 as an argument.
22807 * libgcc2.c (__CTOR_LIST, __DTOR_LIST); Do not provide
22808 initializers is some circumstances.
22810 * fixinc/inclhack.def (endif_label): Add additional selector for
22811 more bogus stuff after #endif statements.
22812 * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
22814 Thu Jun 10 20:44:36 1999 Mumit Khan <khan@xraylith.wisc.edu>
22816 * i386/cygwin.h (SET_ASM_OP): Define.
22818 Thu Jun 10 20:37:57 1999 Mumit Khan <khan@xraylith.wisc.edu>
22820 * reg-stack.c (stack_reg_life_analysis): Find all the RETURN insns.
22822 Thu Jun 10 19:23:00 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
22824 * sh.h (TARGET_HARWARD, TARGET_HARVARD): Changed the former to the
22827 * sh.md (ic_invalidate_line_i): Remove second alternative.
22829 Thu Jun 10 06:55 1999 Bruce Korb <ddsinc09@ix.netcom.com>
22831 *fixinc/inclhack.def(sun_auth_proto): We do not know how to
22832 test for the presence of valid prototypes. Delete bypass expr.
22833 (ioctl_fix_ctrl): Correct the selection expression.
22834 (no_double_slash): Correct quoting rules
22835 *fixinc/fixincl.x: regen
22836 *fixinc/inclhack.sh: regen
22838 Thu Jun 10 15:08:15 1999 Nick Clifton <nickc@cygnus.com>
22840 * config/arm/arm.c (struct all_cores): Add ARM920 and ARM920t.
22842 Wed Jun 9 15:57:57 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
22844 * rs6000.md (movsi_got_internal_mem): Delete.
22845 * rs6000.h (CONDITIONAL_REGISTER_USAGE): Mark PIC_OFFSET_TABLE_REGNUM.
22846 (GOT_TOC_REGNUM): Delete.
22847 (PIC_OFFSET_TABLE_REGNUM): Define.
22848 (FINALIZE_PIC): Disable.
22849 * rs6000.c (rs6000_got_register): New code for fixed pic register.
22850 (rs6000_replace_regno): Delete.
22851 (rs6000_finalize_pic): Likewise.
22852 (output_prolog): Handle PIC_OFFSET_TABLE_REGNUM.
22854 Wed Jun 9 19:44:26 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
22856 * loop.c (loop_insn_first_p): Don't compare LUIDs when P
22857 is a note; use <= for the compare; advance P while it is
22860 Wed Jun 9 13:12:24 1999 Jeffrey A Law (law@cygnus.com)
22862 * fixinc/inclhack.def (no_double_slash): Fix quoting for test.
22863 * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh; Rebuilt.
22865 * varasm.c (remove_from_pending_weak_list): Verify t->name
22866 is non-NULL before passing it to strcmp.
22868 Wed Jun 9 06:50 1999 Bruce Korb <ddsinc09@ix.netcom.com>
22870 *fixinc/inclhack.def(sun_auth_proto): bypass the patch if
22871 the typed arguments are not part of a comment
22872 (ioctl_fix_ctrl): Added a purpose comment
22873 *fixinc/fixincl.x: regenerate
22874 *fixinc/inclhack.sh: regenerate
22876 Wed Jun 9 22:57:02 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
22878 * invoke.texi: Add C4x invocation docs.
22880 Wed Jun 9 22:34:38 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
22882 * config/c4x/c4x.h (TARGET_EXPOSE_LDP, LEGITIMIZE_RELOAD_ADDRESS):
22884 * config/c4x/c4x.c (c4x_emit_move_sequence, src_operand): Use
22886 (c4x_legitimize_reload_address): New function.
22887 * config/c4x/c4x.md: Update docs.
22889 Wed Jun 9 04:14:48 1999 Jeffrey A Law (law@cygnus.com)
22891 * fixincludes: Avoid removing '.'.
22892 * fixinc/fixinc.svr4: Likewise.
22893 * fixinc/fixinc.winnt: Likewise.
22894 * fixinc/inclhack.tpl: Likewise.
22895 * fixinc/fixincl.sh, fixinc/inclhack.sh: Rebuilt.
22897 1999-06-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22899 * fixinc/inclhack.def (sun_catmacro): Escape parens in the select
22901 * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuilt.
22903 Wed Jun 9 03:10:34 1999 Mumit Khan <khan@xraylith.wisc.edu>
22905 * c-pragma.c (handle_pragma_token): Handle `#pragma pack()'
22908 Tue Jun 8 13:06:15 1999 Jim Wilson <wilson@cygnus.com>
22910 * configure.in (rs6000-ibm-aix4.[12]*): Change rx6000 to rs6000.
22911 * configure: Regenerate.
22913 Tue Jun 8 05:47:48 1999 Richard Earnshaw (rearnsha@arm.com)
22915 * optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute
22918 Mon Jun 7 22:30:37 1999 Jeffrey A Law (law@cygnus.com)
22920 * fixinc/inclhack.def (avoid_bool): Also catch
22921 "typedef [unsigned] int bool".
22922 * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
22924 * m68k/x-hp3bsd44: Delete obsolete and incorrect file.
22925 * configure.in (m68k-hp-bsd4.4): No longer use x-hp3bsd44.
22926 * configure: Rebuilt.
22928 Mon Jun 7 22:05:03 1999 Mark Kettenis <kettenis@gnu.org>
22930 * config/i386/gnu.h: Include <gnu.h> right after <i386/linux.h>,
22931 such that we can override its definitions if necessary.
22932 (CPP_SPEC): New define. Support processor specific predefines via
22934 (CC1_SPEC): New define. Support processor specific compiler
22935 options via %(cc1_cpu).
22936 (STARTFILE_SPEC): New define. Use crt0.o instead of crt1.o for
22939 1999-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22941 * fixinc/inclhack.def (math_gcc_ifndefs): Insert whitespace
22942 between sed's -e flag, and the open-quote following it.
22943 * fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
22945 Mon Jun 7 20:34:20 1999 Robert Lipe <robertlipe@usa.net>
22946 Jeffrey A Law (law@cygnus.com)
22948 * varasm.c (assemble_start_function): Remove the function
22949 from the pending weak decls list when we define a function.
22950 (assemble_variable): Similarly for variables.
22951 (weak_finish): Ignore items on the list with a NULL name.
22952 (remove_from_ending_weak_list); New function to "remove" an item
22953 from the pending weak declarations list.
22955 Mon Jun 7 19:27:07 1999 Jerry Quinn <jquinn@nortelnetworks.com>
22957 * pa.md (fmpyfadd, fmpynfadd, fnegabs): New patterns.
22959 Mon Jun 7 14:07:39 1999 Dave Brolley <brolley@cygnus.com>
22961 * c-lex.c (GETC): Redefine to call getch.
22962 (UNGETC): Redefine to call put_back.
22963 (putback_buffer): New structure type.
22964 (putback): New static structure.
22965 (getch): New function.
22966 (put_back): New function.
22967 (yylex): Replace unused bytes from bad multibyte character.
22969 Mon Jun 7 13:33:39 1999 Dave Brolley <brolley@cygnus.com>
22971 * cpplib.c (do_define): Cast `alloca' return value.
22972 (do_include, do_undef, do_pragma): Likewise.
22973 * cpphash.c (dump_definition): Cast `xstrdup' and `alloca' return
22975 * cppfiles.c (initialize_input_buffer): Cast `xmalloc' return values.
22976 * gcc/cppspec.c (lang_specific_driver): Cast xmalloc return value.
22978 Sun Jun 6 11:58:34 1999 Jakub Jelinek <jj@ultra.linux.cz>
22980 * sparc.md (abstf2): This should be an expand.
22981 (split after abstf2_notv9): Fix mode.
22982 (abstf2_hq_v9): New pattern.
22983 (abstf2_v9): Only use when no hard quad.
22984 (absdf2_v9): Fix if target is not the same as source.
22985 (ashrsi3_extend, ashrsi3_extend2, lshrsi3_extend, lshrsi3_extend2):
22986 Add correct output constraints.
22988 Sat Jun 5 17:04:16 1999 Craig Burley <craig@jcb-sc.com>
22990 From Dave Love to egcs-patches on 20 May 1999 17:38:38 +0100:
22991 * invoke.texi: Clarify text vis-a-vis Intel CPUs.
22993 Sat Jun 5 12:11:24 1999 Mark Mitchell <mark@codesourcery.com>
22995 * mips.h (mips_output_conditional_branch): New function.
22996 (mips_adjust_insn_length): Likewise.
22997 (ASSEMBLER_SCRATCH_REGNUM): New macro.
22998 (ADJUST_INSN_LENGTH): Likewise.
22999 * mips.c (print_operand): Add `F' and `W' for floating-point
23000 comparison opcodes.
23001 (machine_dependent_reorg): Adjust MIPS16 code; instruction-lengths
23003 (mips_adjust_insn_length): New function.
23004 (mips_output_conditional_branch): New function.
23005 * mips.md (length): Adjust attribute definition to handle
23006 conditional branches. Change lengths to bytes, rather than
23007 instructions throughout. Remove length attribute from
23008 instructions whose length is four bytes, and rely on the default
23010 (dslot): Fix typo in comment.
23011 Reword conditional branch patterns to use
23012 mips_output_conditional_branch.
23014 Fri Jun 4 13:30:27 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
23016 * alpha/osf.h (CPP_SUBTARGET_SPEC): Handle -threads.
23017 (LIB_SPEC): Likewise.
23018 Link with -lprof1_r for -g/-pg.
23020 1999-06-04 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
23022 * loop.c (check_dbra_loop): Fix change of Jan 19.
23024 Fri Jun 4 00:12:40 1999 Marc Espie <espie@cvs.openbsd.org>
23026 * freebsd-elf.h (SWITCH_TAKES_ARG): Redefine, not define.
23027 (STARTFILE_SPEC): Define, override the svr4.h version.
23028 (ENDFILE_SPEC): Likewise.
23030 Thu Jun 3 23:58:55 1999 Jeffrey A Law (law@cygnus.com)
23032 * fixinc/inclhack.def (limits_ifndefs): Also apply to sys/limits.h
23033 * fixinc/fixincl.x: Regenerated.
23034 * fixinc/inclhack.sh: Regenerated.
23036 Fri Jun 4 05:42:23 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
23038 * sh.c (barrier_align): Don't return early for normal branch/barrier
23039 when optimizing for SH2.
23041 Thu Jun 3 22:27:50 1999 Robert Lipe <robertlipe@usa.net>
23043 * i386/udk.h (LINK_SPEC): Correct linker search path for
23046 Fri Jun 4 03:20:40 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
23048 * sh.c (fixup_addr_diff_vecs): Emit braf reference label.
23049 (braf_label_ref_operand): Delete.
23050 * sh.h (PREDICATE_CODES): Remove braf_label_ref_operand.
23051 * sh.md (casesi_jump_2): Operand1 is now the inside of a
23052 label_ref, and has no predicate.
23053 The patten has a predicate to guard against invalid substitutions.
23054 (dummy_jump): Delete.
23055 (casesi): Update use of casesi_jump_2.
23057 Thu Jun 3 07:48 1999 Bruce Korb <ddsinc09@ix.netcom.com>
23059 *fixinc/inclhack.def(Io_Def_Quotes): corrected sed expression
23060 *fixinc/fixincl.x: regenerate
23061 *fixinc/inclhack.sh: regenerate
23063 Thu Jun 3 02:15:07 1999 Jason Merrill <jason@yorick.cygnus.com>
23065 * dwarf2out.c (add_incomplete_type): New fn.
23066 (gen_struct_or_union_type_die): Call it.
23067 (retry_incomplete_types): New fn.
23068 (dwarf2out_finish): Call it.
23070 Thu Jun 3 01:19:03 1999 Jeffrey A Law (law@cygnus.com)
23072 * gcse.c (insert_insn_end_bb): Correct placement of insns when the
23073 current block starts with a CODE_LABEL and ends with a CALL and
23074 we can not find all the argument setup instructions for the CALL.
23076 Wed Jun 2 15:44:15 1999 Mark Mitchell <mark@codesourcery.com>
23078 Revert this change:
23079 * fold-const.c (fold): STRIP_NOPS when deciding whether or not
23080 something is a candidate for optimize_bit_field_compare.
23082 Wed Jun 2 21:53:05 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
23084 * sh.h (CONST_OK_FOR_I, CONST_OK_FOR_L): Cast VALUE to HOST_WIDE_INT.
23086 Wed Jun 2 12:25:55 1999 Richard Henderson <rth@cygnus.com>
23088 * alpha.c (override_options): Thinko in last patch.
23090 * alpha/osf.h (CPP_SUBTARGET_SPEC): Define.
23091 (LIB_SPEC): Recognize -pthread.
23093 Wed Jun 2 08:42:55 1999 Nick Clifton <nickc@cygnus.com>
23095 * config/arm/tcoff.h (USER_LABEL_PREFIX): Synchronise with
23096 definition in config/arm/coff.h
23097 * config/arm/coff.h: Add comment about USER_LABEL_PREFIX.
23099 Wed Jun 2 07:07 1999 Bruce Korb <ddsinc09@ix.netcom.com>
23101 * fixinc/fixincl.c(global def): Add FD_SHELL_SCRIPT to mark
23102 fixes that need "file=xxx\n" prepended before invocation
23103 (start_fixer - new): starting the fixer process is complex enough
23104 to warrent its own routine. It prepends the "file=xxx\n" stuff.
23105 (process): uses the new routine; omit usage of putenv()
23106 * fixinc/fixincl.tpl: mark shell scripts with FD_SHELL_SCRIPT
23107 * fixinc/fixincl.x: regenerate
23109 Wed Jun 2 02:29:07 1999 Jeffrey A Law (law@cygnus.com)
23111 * README, configure.in, gcc.1, gcc.texi: Update name (egcs -> gcc)
23112 and version #s (1.1 -> 2.96) as needed.
23113 * README.g77: Kill way out of date file in the toplevel directory.
23115 Wed Jun 2 00:52:34 1999 David O'Brien <obrien@FreeBSD.org>
23117 * configure.in (i[34567]86-*-freebsdelf): Don't include linux.h,
23118 i386/freebsd-elf.h no longer requires it. Instead include svr4.h.
23119 * configure: Rebuilt.
23120 * i386/freebsd-elf.h (DEFAULT_VTABLE_THUNKS): Define.
23121 (ASM_COMMENT_START, ASM_APP_ON, ASM_APP_OFF, SET_ASM_OP): Likewise.
23122 (PREFERRED_DEBUGGING_TYPE, WCHAR_UNSIGNED): Likewise.
23123 (SWITCH_TAKES_ARG): Likewise.
23124 * i386/freebsd.h: Remove FREEBSD_NATIVE support.
23125 * config/t-freebsd: Moved from config/i386/ so it can used for all
23128 Mon May 31 02:22:55 1999 Philippe De Muyter <phdm@macqel.be>
23130 * m68k/x-mot3300 (XCFLAGS): Fixed to match stb.o, not f/stb.o.
23132 Wed Jun 2 00:08:34 1999 Robert Lipe <robertlipe@usa.net>
23134 * configure.in (i[34567]86-*-udk*): Install headers with cpio.
23135 * configure: Rebuilt.
23137 Tue Jun 1 19:06:22 1999 David Edelsohn <edelsohn@gnu.org>
23139 * rs6000/aix41.h (RS6000_CALL_GLUE): Define.
23140 * rs6000/aix43.h (RS6000_CALL_GLUE): Likewise.
23141 * rs6000/rs6000.c (rs6000_file_start): Use putc.
23142 (rs6000_output_load_toc_table): Same.
23143 (output_prolog, output_mi_thunk): Same.
23144 * rs6000/rs6000.h (SELECT_SECTION): Formatting.
23145 (ASM_GLOBALIZE_LABEL): Use putc.
23147 Mon May 31 15:23:23 1999 Richard Henderson <rth@cygnus.com>
23149 * alpha.md (reload_*_help): New patterns and splitters.
23150 (reload_*): Use them.
23151 (mov[qh]i): Likewise.
23153 Mon May 31 11:48:07 1999 Mark Mitchell <mark@codesourcery.com>
23155 * cccp.c (handle_directive): Handle backslash-newlines in quoted
23158 Mon May 31 09:36:11 1999 Cort Dougan <cort@cs.nmt.edu>
23160 * rs6000/linux.h (LINK_SPEC): Use emulation elf32ppclinux.
23162 Mon May 31 11:40:20 EDT 1999 John Wehle (john@feith.com)
23164 * flow.c (mark_regs_live_at_end, insn_dead_p,
23165 mark_set_1, mark_used_regs): Only give FRAME_POINTER_REGNUM
23166 and HARD_FRAME_POINTER_REGNUM special treatment if reload
23167 hasn't run or the frame pointer is needed.
23168 * haifa-sched.c (attach_deaths): Likewise.
23169 * sched.c (attach_deaths): Likewise.
23171 Mon May 31 00:46:17 1999 Jeffrey A Law (law@cygnus.com)
23173 * jump.c (jump_optimize_1): Only set CAN_REACH_END if
23174 calculate_can_reach_end returns nonzero.
23176 * configure.in (native gas tests): Search for an assembler in the
23177 same manner that the installed compiler will.
23178 * configure: Rebuilt.
23179 * tm.texi (MD_EXEC_PREFIX): Note need to update configure.in too.
23181 * alias.c (find_base_term): Improve handling of addresses
23182 constructed from binary operations.
23184 Sun May 30 14:29:17 1999 Eric Raskin (ehr@listworks.com)
23186 * dgux.h (STARTFILE_SPEC): Fix incorrectly matched curly-braces.
23188 Sun May 30 14:19:13 1999 Jeffrey A Law (law@cygnus.com)
23190 * function.h (cleanup_label, frame_offset): Declare.
23191 (tail_recursion_label, tail_recursion_reentry): Likewise.
23192 (arg_pointer_save_area, rtl_expr_chain): Likewise.
23193 * stmt.c (cleanup_label, frame_offset): Delete extern declarations.
23194 (tail_recursion_label, tail_recursion_reentry): Likewise.
23195 (arg_pointer_save_area, rtl_expr_chain): Likewise.
23197 Sat May 29 19:08:10 1999 Philip Blundell <philb@gnu.org>
23199 * config/arm/aout.h (ASM_OUTPUT_ALIGN): Only define if not already
23201 * config/arm/elf.h (ASM_OUTPUT_ALIGN): Define.
23202 (MAX_OFILE_ALIGNMENT): Define.
23204 Fri May 28 21:40 1999 Robert Lipe <robertlipe@usa.net>
23206 * fixincl.c: Replace local include scheme with #includes of
23207 gansidecl.h and system.h.
23208 * procopen.c: Likewise.
23209 * server.c: Likewise.
23211 Fri May 28 03:47:03 1999 Eric Raskin (ehr@listworks.com)
23213 * i386/t-dgux (EXTRA_PARTS): Add crti.o
23214 (crti.o): Add build rule and dependencies.
23215 * fixinc/fixinc.dgux: Use modified _int_varargs.h
23217 Fri May 28 03:41:02 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
23219 * rs6000/sysv4.h (CC1_SPEC): Add support for -profile
23220 (LIB_LINUX_SPEC): Likewise.
23221 (LIB_LINUX_SPEC): Add support for -pthread
23222 (CPP_OS_LINUX_SPEC): Likewise.
23223 (CPP_SYSV_SPEC): Avoid redefinitions if both -fpic and -fPIC are
23226 Thu May 27 13:04:52 1999 H.J. Lu (hjl@gnu.org)
23228 * i386.c (output_fp_cc0_set): Don't check the JUMP_INSN code for
23230 (notice_update_cc, output_float_compare): Enable TARGET_CMOVE support.
23231 (output_float_compare, output_fp_cc0_set): Fix the FLOAT comparison
23232 for IEEE math and CC_FCOMI.
23233 (put_jump_code): No IEEE if CC_FCOMI is set.
23235 1999-05-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
23237 * fold-const.c (fold_truthop): Make the field reference unsigned
23238 when converting a single bit compare.
23240 Thu May 27 02:40:48 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
23242 * loop.c (strength_reduce): Don't do biv->giv conversion on constants.
23244 Thu May 27 02:09:27 1999 Jeffrey A Law (law@cygnus.com)
23246 * varasm.c (STRIP_NAME_ENCODING): Remove default definition.
23247 * output.h (STRIP_NAME_ENCODING): Strip '*' like the old varasm
23250 * reload.c (push_reload): Do not call remove_address_replacements
23251 when presented with identical optional reloads.
23253 Wed May 26 14:18:05 1999 Richard Henderson <rth@cygnus.com>
23255 * alpha.h (MASK_FIX, TARGET_FIX): New.
23256 (MASK_*): Reorganize constants.
23257 (CPP_AM_FIX_SPEC): New.
23258 (TARGET_SWITCHES): Add FIX.
23259 (EXTRA_SPECS): Likewise.
23260 (CPP_CPU_EV6_SPEC): Use FIX, not CIX.
23261 (SECONDARY_MEMORY_NEEDED): Likewise.
23262 (REGISTER_MOVE_COST): Likewise.
23263 * alpha.c (override_options): Add FIX support. Always use
23264 ALPHA_TP_PROG for ev6.
23265 * alpha.md (sqrt and mov[sd]i patterns): Use FIX, not CIX.
23266 * alpha/elf.h (ASM_FILE_START): Look at FIX too.
23267 * configure.in (target_cpu_default2) [ev6]: Use FIX, not CIX.
23269 Wed May 26 09:53:05 1999 Mark Mitchell <mark@codesourcery.com>
23271 * fold-const.c (fold): STRIP_NOPS when deciding whether or not
23272 something is a candidate for optimize_bit_field_compare.
23274 Wed May 26 09:40:02 1999 Mark Mitchell <mark@codesourcery.com>
23276 * gcc.texi (Passes): Document branch-shortening.
23277 * invoke.texi (Debugging Options): Document the fact that `-dp'
23278 outputs length information for instructions.
23280 Wed May 26 08:49:31 1999 Nick Clifton <nickc@cygnus.com>
23282 * flow.c: Revert previous delta.
23284 Wed May 26 06:05:10 1999 Nick Clifton <nickc@cygnus.com>
23286 * flow.c (insn_dead_p): Check against frame_pointer_rtx not
23287 FRAME_POINTER_REGNUM.
23288 (mark_set_1): Ditto.
23289 (mark_used_regs): Ditto.
23291 Wed May 26 02:19:31 1999 Philip Blundell <pb@nexus.co.uk>
23293 * arm.h (NEED_PLT_GOT): Fix mistake in last change.
23294 (GOT_PCREL): New macro. Define to 1 if not already defined.
23295 * arm/elf.h (GOT_PCREL): Define to 0.
23296 * arm.c (arm_finalize_pic): Take into account the setting of
23299 Tue May 25 14:06:06 1999 Jeffrey A Law (law@cygnus.com)
23301 * output.h (STRIP_NAME_ENCODING): Provide default definition.
23302 * dwarf2out.c (ASM_NAME_TO_STRING): Use STRIP_NAME_ENCODING.
23304 * flow.c (mark_set_1): Do not record BLKmode stores as dead
23305 store elimination candidates.
23307 Tue May 25 08:55:57 1999 Gavin Romig-Koch <gavin@cygnus.com>
23309 * config/mips/mips.h (ASM_OUTPUT_DOUBLE_INT) : Use 'dword' if
23312 Mon May 24 20:30:08 1999 Jim Wilson <wilson@cygnus.com>
23314 * configure.in (rs6000-ibm-aix4.[12]*): Delete use of aix41-gld.h.
23315 Add use of x-aix41-gld.
23317 Mon May 24 16:44:09 1999 Jakub Jelinek <jj@ultra.linux.cz>
23319 * sparc/linux64.h (ASM_OUTPUT_CONSTRUCTOR): Define.
23320 (ASM_OUTPUT_DESTRUCTOR): Define.
23322 Mon May 24 14:35:24 1999 Jeffrey A Law (law@cygnus.com)
23324 * loop.c (strength_reduce): Do not clear NOT_EVERY_ITERATION at the
23325 last CODE_LABEL in a loop if we have previously passed a jump
23326 to the top of the loop.
23328 Mon May 24 07:56:29 1999 Nick Clifton <nickc@cygnus.com>
23330 * config/arm/arm.h (OUTPUT_INT_ADDR_CONST): Fix blunder made when
23331 applying Philip's patch.
23333 Mon May 24 01:02:12 1999 Mark Mitchell <mark@codesourcery.com>
23335 * stmt.c (expand_end_bindings): Ignore any elements of VARS that
23338 Sun May 23 20:31:16 1999 Jeffrey A Law (law@cygnus.com)
23340 * loop.c (strength_reduce): Grow reg_single_usage as needed.
23342 Sun May 23 10:13:20 1999 David O'Brien <obrien@FreeBSD.org>
23344 * i386/freebsd-elf.h (LINK_SPEC): Change -static to -Bstatic.
23345 Also remove a useless comment.
23347 Sun May 23 10:05:23 1999 Jerry Quinn <jquinn@nortelnetworks.com>
23349 * pa.md (negdf2,negsf2): Use fneg instead of fsub on pa 2.0.
23351 Sat May 22 21:02:06 1999 David Edelsohn <edelsohn@gnu.org>
23353 * collect2.c (main): Only generate import or export file and add
23354 to link arguments if non-empty. Use xmalloc not alloca.
23355 (write_{export,import}_file): Delete.
23356 (write_aix_file): New function.
23357 (locatelib): Use xmalloc not malloc.
23358 (GCC_OK_SYMBOL): Do not check type if aix64.
23360 Sat May 22 09:35:51 1999 Philip Blundell <pb@nexus.co.uk>
23362 Based on patch by Scott Bambrough and Pat Beirne:
23363 * config/arm/arm.c (making_const_table): New variable.
23364 * config/arm/arm.h (making_const_table): Declare.
23365 (OUTPUT_INT_ADDR_CONST): Mark symbols as position independent if
23367 * config/arm/arm.md (consttable_4, consttable_8, consttable_end):
23368 Keep track of when we are building the constant table.
23370 Sat May 22 09:34:22 1999 Philip Blundell <pb@nexus.co.uk>
23372 * config/arm/arm.c (arm_override_options): Fix erroneous warning
23375 Sat May 22 09:06:33 1999 Nick Clifton <nickc@cygnus.com>
23377 * config/arm/arm.h (NEED_PLT_GOT): Only define if not already
23380 Sat May 22 07:17:05 1999 Nick Clifton <nickc@cygnus.com>
23382 * tm.texi (FUNCTION_ARG): Correct description of a stack element
23385 Sat May 22 01:27:49 1999 Mark Mitchell <mark@codesourcery.com>
23387 * expr.h (lang_expand_constant): Guard with #ifdef TREE_CODE.
23389 Fri May 21 21:19:02 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
23391 * rs6000.c (output_mi_thunk): Enable full support again.
23393 Fri May 21 20:09:52 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
23395 * sh.h (BRANCH_COST): Define.
23397 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
23399 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
23401 Thu May 20 09:58:57 1999 Jan Hubicka <hubicka@freesoft.cz>
23403 * function.c (assign_stack_local): Align stack slot propertly.
23404 (assign_outer_stack_local): Likewise.
23406 Thu May 20 10:38:43 1999 Mark Mitchell <mark@codesourcery.com>
23408 * expr.h (lang_expand_constant): Declare.
23409 * toplev.c (lang_expand_constant): Define it.
23410 * varasm.c (output_constant): Use it.
23412 Thu May 20 11:28:53 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
23414 * optabs.c (expand_cmplxdiv_straight, expand_cmplxdiv_wide):
23415 Change function definitions to K&R style.
23417 Thu May 20 08:16:39 1999 Bruce Korb <ddsinc09@ix.netcom.com>
23419 * fixinc/fixincl.c: We must not ignore SIGCLD now.
23421 Thu May 20 07:06:39 1999 Alexandre Oliva <aoliva@acm.org>
23423 * fixinc/Makefile.in(gnu-regex.o): add $(INCLUDES) to compile options
23424 * fixinc/fixincl.c(wait_for_pid): K&R-ify arguments
23425 (several places): omit static initialization
23426 (process): use single fd, since only the read fd is used
23427 * fixinc/gnu-regex.c: define 'const' away, if not supported
23428 * fixinc/procopen.c(several places): omit static initialization
23429 * fixinc/server.c: define 'volitile' away, if not supported
23431 1999-05-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
23433 * config/dbxcoff.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Use
23434 asm_fprintf and %L to generate the label name.
23435 * config/dbxelf.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Likewise.
23436 (ASM_OUTPUT_SOURCE_LINE): Correct generation of internal labels.
23438 Thu May 20 01:40:55 1999 Jeffrey A Law (law@cygnus.com)
23440 * jump.c (can_reverse_comparison_p): Do not abort if the comparison
23441 insn for a conditional jump can not be found.
23443 Wed May 19 23:58:58 1999 Jeffrey A Law (law@cygnus.com)
23445 * mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations
23446 on variables in specific sections other than .sbss and .sdata.
23448 Wed May 19 03:56:56 1999 Mark Mitchell <mark@codesourcery.com>
23450 * stmt.c (expand_return): Call start_cleanup_deferral and
23451 end_cleanup_deferral around conditional code.
23453 Wed May 19 08:40:08 1999 Bruce Korb <ddsinc09@ix.netcom.com>
23455 * fixinc/fixincl.tpl: Avoid depending on ANSI C features for
23456 filename lists. Utilizes new "krstr" AutoGen function.
23457 * fixinc/fixincl.x: Rebuilt.
23459 Wed May 19 02:47:11 1999 Jan Hubicka (hubicka@freesoft.cz)
23461 * i386.c (output_float_compare): Avoid GNU-C extensions.
23463 Wed May 19 00:34:40 1999 Jeffrey A Law (law@cygnus.com)
23465 * version.c: Bump to distinguish mainline tree from the
23468 See ChangeLog.1 for earlier changes.