]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/ChangeLog
haifa-sched.c: Include "system.h" to get <stdlib.h> and <stdio.h>.
[gcc.git] / gcc / ChangeLog
index 85518bf666cc3565676f80037425663c1852f625..0fe0f0778a4d9de429653eae1628cc84837f8203 100644 (file)
@@ -1,4 +1,179 @@
-Wed Feb 11 21:44:40 1998  Robert Lipe  <robertl@dgii.com>
+Tue Feb 17 22:37:22 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * haifa-sched.c: Include "system.h" to get <stdlib.h> and <stdio.h>.
+       (BLOCKAGE_RANGE): Add parentheses around arithmetic in operand of |.
+       (sched_note_set): Remove unused parameter `b', all callers changed.
+       (schedule_block): Likewise for `rgn'.
+       (split_hard_reg_notes): Likewise for `orig_insn'.
+       (check_live): Likewise for `trg'.
+       (update_live): Likewise.
+       (check_live_1): Explcitly declare variable `i' as int.
+       (update_live_1): Likewise.
+       (insn_issue_delay): Remove unused variable `link'.
+       (sched_analyze_2): Add default case in enumeration switch.
+       (schedule_insns): Remove unused variable `i'.
+
+       * Makefile.in ($(SCHED_PREFIX)sched.o): Depend on system.h.
+
+Tue Feb 17 22:31:04 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * loop.c (rtx_equal_for_loop_p): Add some braces to disambiguate
+       a dangling else clause.
+
+Tue Feb 17 21:28:12 1998  Gavin Koch  <gavin@cygnus.com>
+
+       * mips/mips.h (CAN_ELIMINATE): Don't eliminate the frame
+       pointer for the stack pointer in MIPS16 and 64BIT.
+
+Tue Feb 17 21:17:30 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
+
+       * rtl.h (force_line_numbers, restore_line_number_status): Declare.
+       * emit-rtl.c (force_line_numbers, restore_line_number_status):
+       New functions.
+       * stmt.c (struct nesting): Replace seenlabel with line_number_status.
+       (expand_start_case): Adjust to this change.
+       (check_seenlabel): New function.
+       (pushcase, pushcase_range, expand_endcase): Use it.
+
+Tue Feb 17 10:14:32 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
+
+       * i386.md (adddi3): Add =!r,0,0,X alternative.
+
+Mon Feb 16 16:13:43 1998  David Edelsohn  <edelsohn@mhpcc.edu>
+
+       * rs6000.h (MY_ISCOFF): Add numeric value of U803XTOCMAGIC.
+       * x-aix31 (INSTALL): Delete.
+
+Mon Feb 16 09:24:32 1998  Gavin Koch  <gavin@cygnus.com>
+
+       * mips/mips.c (mips_expand_epilogue): Update tsize_rtx if 
+       tsize changes to something other than zero.
+
+Mon Feb 16 09:11:48 1998  Gavin Koch  <gavin@cygnus.com>
+
+       * ginclude/va-mips.h: Replace casts of pointers to int with
+       casts of pointers to __PTRDIFF_TYPE__.
+
+Mon Feb 16 08:17:14 1998  John Carr  <jfc@mit.edu>
+
+       * loop.c (strength_reduce, record_biv, record_giv): Use
+        HOST_WIDE_INT_PRINT_DEC to print CONST_INT values.
+
+1998-02-16  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * tree.c (first_rtl_op): New fn.
+       (unsave_expr_now): Use it.
+       * print-tree.c (print_node): Likewise.
+       * tree.c (has_cleanups): New fn.
+       * fold-const.c (fold, case CLEANUP_POINT_EXPR): Use it.  Be more
+       conservative about pushing the cleanup point down.
+       * tree.h: Declare them.
+
+Sun Feb 15 23:28:44 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * toplev.c (flag_schedule_reverse_before_reload): Delete variable.
+       (flag_schedule_reverse_after_reload): Likewise.
+       (f_options): Remove reverse scheduling support.
+       * flags.h (flag_schedule_reverse_before_reload): Delete declaration.
+       (flag_schedule_reverse_after_reload): Likewise.
+       * haifa-sched.c (rank_for_schedule): Remove support for reverse
+       scheduling.
+       
+Sun Feb 15 21:33:55 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.c: Get system includes, prototypes and macros via "system.h"
+       instead of doing it manually.  Change all calls of the ctype
+       macros to custom versions defined in "system.h".
+
+       * system.h: Fix return type of bcmp prototype from `void' to `int'.
+       Make bcopy, bcmp and bzero prototypes explicitly `extern'.
+       Add a prototype for getenv.
+
+Sun Feb 15 17:05:41 1998  Jim Wilson  <wilson@cygnus.com>
+
+       * mips/mips.h (INITIAL_ELIMINATION_OFFSET): Readd Jun 6 change.
+
+Sun Feb 15 15:23:15 1998  John Carr  <jfc@mit.edu>
+
+       * alias.c: Include <stdlib.h> and <string.h>.
+       (init_alias_analysis): Pass NULL_RTX instead of 0 to record_set.
+
+Sat Feb 14 11:23:09 PST 1998 Jeff Law  (law@cygnus.com)
+
+       * version.c: Bump for snapshot.
+
+Sat Feb 14 05:08:21 1998  Richard Earnshaw (rearnsha@arm.com)
+
+       * arm.md (movsfcc): Also validate operands[3] when compiling hard
+       float.
+       (movdfcc): Only accept fpu_add_operand for operands[3].
+
+       * arm/t-semi (STMP_FIXPROTO): Define to nothing.
+       * arm/t-semiaof (STMP_FIXPROTO): Likewise.
+
+Sat Feb 14 02:02:41 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * varasm.c (output_constant_pool): Bring back 'done' label inside
+       an appropriate #ifdef.
+
+       * bitmap.c (bitmap_element_allocate): Wrap variable 'i' in an 
+       appropriate #ifdef.
+       (bitmap_copy, bitmap_operation): Likewise.
+       * combine.c (combinable_i3pat): Similarly for 'src'.
+       * function.c (fixup_var_refs_1): Similarly for 'outerdest'.
+       (locate_and_pad_parm): Similarly for 'reg_parm_stack_space'.
+       * regclass.c (copy_cost): Similarly for 'secondary_class'.
+       * reload.c (make_memloc): Simliarly for 'i'.
+       (find_reloads_address_1): Similarly for 'link'.
+       * reload1.c (reload): Similarly for 'previous_frame_pointer_needed'.
+       (emit_reload_insns): Similarly for 'second_reloadreg'.
+       * unroll.c (iteration_info): Similarly for 'v'.
+
+       * caller-save.c (insert_save_restore): Remove unused variable 'i'.
+       * calls.c (expand_call): Similarly for 'i'.
+       (emit_library_call, emit_library_call_value): Similarly for 'mode'.
+       * fold-const.c (strip_compund_expr): Similarly for 'type'.
+       * function.c (fixup_var_refs_1): Similarly  for 'width'.
+       (fixup_memory_subreg): Similarly for 'saved'.
+       (locate_and_pad_parm): Similarly for 'boundary_in_bytes.'
+       (setjmp_protect): Similarly for 'sub'.
+       (thread_prologue_and_epilogue_insns): Similarly for 'insn'.
+       * loop.c (record_giv): Similarly for 'p'.
+       (combine_givs): Similarly for 'temp_iv'.
+       (indirect_jump_in_function_p): Similarly for 'is_indirect_jump'.
+       * recog.c (validate_replace_rtx_1): Similarly for 'width'.
+       * tree.c (get_set_constructor_bytes): Similarly for 'vals'.
+       * unroll.c (unroll_loop): Similarly for 'copy'.
+       (iteration_info): Similarly for 'b'.
+       * varasm.c (assemble_string): Similarly for 'i'.
+       * i386.h (LEGITIMIZE_ADDRESS): Similarly for 'orig_x'.
+
+Fri Feb 13 14:38:34 1998  Jim Wilson  <wilson@cygnus.com>
+
+       * dwarf2out.c (decl_scope_node): New type.
+       (decl_scope_table): Change type to use it.
+       (decl_scope_table_allocated, decl_scope_depth): Change type to int.
+       (push_decl_scope): Use new type.  New locals containing_scope, i.
+       Add code to handle setting previous field.
+       (scope_die_for): Change type of local i to int.  Add code to use
+       previous field.
+       (dwarf2out_init): Use new type.
+
+1998-02-13  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * except.c (emit_throw): Lose throw_used.
+
+Fri Feb 13 20:36:05 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
+
+       * sched.c (update_flow_info, REG_WAS_0): Ignore if setting insn
+       was deleted.
+       * haifa-sched.c (update_flow_info, REG_WAS_0): Likewise.
+
+Fri Feb 13 12:18:40 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * genextract.c (main): Fix typo.
+
+Fri Feb 13 08:41:49 1998  Robert Lipe  <robertl@dgii.com>
 
        * c-lang.c (finish_file): Bracket declaration of static_ctors, 
        static_dtors.
This page took 0.037531 seconds and 5 git commands to generate.