OSDN Git Service

* alpha.md (tablejump): Use pic_offset_table_rtx
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 5d9e6a0..2406ae6 100644 (file)
@@ -1,5 +1,184 @@
+Thu Nov 29 00:24:15 EST 2001  John Wehle  (john@feith.com)
+
+       * alpha.md (tablejump): Use pic_offset_table_rtx
+       instead of gen_rtx_REG.
+
+Wed Nov 28 15:36:13 2001  Jeffrey A Law  (law@cygnus.com)
+
+       * expr.c (store_expr): When copying a string constant into an
+       array, reset the known alignment of the MEM for the section to
+       be cleared to BITS_PER_UNIT.
+
+2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
+
+       * config/cris/cris.c: Remove whitespace at end of line.
+
+Wed Nov 28 14:51:23 2001  Douglas B. Rupp  <rupp@gnat.com>
+
+       * config.gcc (i[34567]86-*-interix3*): New case.
+       * config/x-interix3, config/interix3.h, config/i386/i386-interix3.h:
+       New files.
+       
+2001-11-28  Richard Henderson  <rth@redhat.com>
+
+       * config/alpha/alpha.md (sibcall_osf_1, sibcall_value_osf_1): Use
+       symbolic_operand as the predicate.
+
+2001-11-28  Richard Henderson  <rth@redhat.com>
+
+       * doloop.c (doloop_modify_runtime): Properly select induction
+       variable; skip late entry test if biv initializer created by loop.
+
+Wed Nov 28 08:21:47 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * tree.h (EXPR_WFL_LINECOL): Used by Java in node other than
+       EXPR_WITH_FILE_LOCATION, so change checks and documentation.
+
+       * tree.h (TREE_VIA_PROTECTED): Update to show can be in TREE_VEC.
+
+       * tree.h: Add missing checks on some macros; make formatting more
+       consistent.
+
+       * stor-layout.c (put_pending_size): Look for SAVE_EXPR if not at top
+       level; only add to pending_sizes if find it.
+
+       * langhooks.c (lhd_safe_from_p): Add ATTRIBUTE_UNUSED.
+
+       * df.c (iterate_dataflow_sbitmap, iterate_dataflow_bitmap):
+       Add casts to remove warnings.
+
+       * Makefile.in (OBJS): Sort alphabetically.
+
+       * print-rtl.c (print_rtx): If RTX code is bad, just say so.
+       Also minor cleanups.
+
+Wed Nov 28 06:52:27 2001  Arnaud Charlet  <charlet@ACT-Europe.FR>
+
+       * Makefile.in (ORDINARY_FLAGS_TO_PASS): Remove STAGE_PREFIX.
+       (FLAGS_TO_PASS): Add STAGE_PREFIX.
+       (SUBDIR_FLAGS_TO_PASS): Apply PREPEND_DOTDOT_TO_RELATIVE_PATH
+       to STAGE_PREFIX.
+
+Wed Nov 28 10:42:19 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * cse.c (true_dependence_in_rtx): New function.
+       (invalidate): Use it.
+
+       * c-common.h (GOTO_FAKE_P): New macro.
+       * tree-inline.c (GOTO_FAKE_P): Set.
+       * c-tree.texi (GOTO_FAKE_P): Document.
+
+       * varasm.c (assemble_variable): Set reloc to 3 for error_mark
+       containing pointers.
+       (output_addressed_constants): Check for local/external relocations.
+       * elfos.h (SELECT_SECTION): Classify data section.
+       * tm.texi (SELECT_SECTION): Update documentation.
+
+       * cfganal.c (flow_dfs_compute_reverse_add_bb): set visited bit.
+       (flow_dfs_compute_reverse_execute): Add only unvisited blocks.
+
+2001-11-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * defaults.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
+       UNALIGNED_DOUBLE_INT_ASM_OP): Also provide defaults when we have
+       OBJECT_FORMAT_ROSE.
+
+2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
+
+       * config/cris/cris.c: Tweak spacing for prototypes.
+       (LOSE_AND_RETURN): New macro.
+       (cris_operand_lossage): New function.
+       (cris_print_index, cris_print_base): Use cris_operand_lossage
+       rather than fatal_insn.
+       (cris_print_operand, cris_print_operand_address): Use
+       LOSE_AND_RETURN rather than fatal_insn and internal_error.
+       (cris_output_addr_const): Use LOSE_AND_RETURN and
+       output_operand_lossage rather than fatal_insn and internal_error
+       for valid but unexpected rtx expressions.
+
+       * config/cris/cris.c (cris_split_movdx): Don't call alter_subreg
+       for a SUBREG in src or dest, abort instead.
+
+2001-11-28  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
+
+       * doc/passes.texi: Remove reference to c-dump.c. Update tree inlining
+       doc.
+
+2001-11-27  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc.c (ASM_DEBUG_SPEC): Use conditional expression rather than
+       preprocessor define.  If only DBX_DEBUGGING_INFO or only
+       DWARF2_DEBUGGING_INFO is supported for the target, provide
+       appropriate definitions.
+
+2001-11-27  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * Makefile.in: Update, and add c-objc-common.o dependencies.
+       * c-lang.c: Remove unnecessary includes.
+       (c_init): Move bulk of code to c_objc_common_init, and call it.
+       (c_tree_printer, c_missing_noreturn_ok_p, c_disregard_inline_limits,
+       inline_forbidden_p, c_cannot_inline_tree_fn): Move to
+       c-objc-common.c.
+       * c-objc-common.c: New.  Mostly pulled from c-lang.c.
+       * c-tree.h (c_disregard_inline_limits, c_cannot_inline_fn,
+       c_objc_common_init, c_missing_noreturn_ok_p): New.
+       * toplev.c: Update comment.
+       * doc/passes.texi: Update.
+objc:
+       * ojbc-act.c (LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN,
+       LANG_HOOKS_TREE_INLINING_DISREGARD_INLINE_LIMITS,
+       LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P): Override.
+       (objc_init): Update to use c_objc_common_init.
+
+2001-11-27  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * cpphash.c (_cpp_init_hashtable): Update.
+       * cpphash.h (struct spec_nodes): Remove n_L.
+       * cpplex.c (_cpp_lex_direct): Check for prefix L separately.
+
+2001-11-17  Richard Henderson  <rth@redhat.com>
+
+       * unroll.c (loop_iterations): Move last change ...
+       * doloop.c (doloop_modify_runtime): ... here.
+
+2001-11-17  Corey Minyard  <minyard@acm.org>
+           Richard Henderson  <rth@redhat.com>
+
+       * unroll.c (loop_iterations): Detect one situation in which we
+       overestimate the number of iterations.
+
+2001-11-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * gcc.c (set_input): Export.
+       Move declaration ...
+       gcc.h (set_input): ... here.
+
+2001-11-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * gcc.c (set_collect_gcc_options): New function, split out from
+       main.
+       Ignore elided switches.
+       (do_spec): Invoke before executing command.
+       (do_spec_1): Likewise.
+       Fixes PR other/3968.
+
+2001-11-27  Hans-Peter Nilsson  <hp@axis.com>
+
+       * config/cris/cris.h (INT_ASM_OP): Remove.
+
+2001-11-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * config/i386/sol2.h (WINT_TYPE): Redefine.
+       (WINT_TYPE_SIZE): Likewise.
+
 2001-11-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
+       * collect2.c: Check HAVE_DUP2 instead of NO_DUP2.
+       (dup2): Make static and add prototype.
+       * m68k/plexus.h: Don't define NO_DUP2.
+       * configure.in (AC_CHECK_FUNCS): Add dup2.
+       * config.in, configure: Regenerate.
+
        * ia64/aix.h (REG_SIZE): Don't #undef.
        * sparc.h (REG_SIZE): Delete.
        * flow.c (mark_used_regs): Don't use REG_SIZE.