OSDN Git Service

* i386.h (TARGET_SWITCHES): Fix descriptions.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 16c65e2..21d0244 100644 (file)
@@ -1,3 +1,26 @@
+2001-09-07  Andreas Jaeger  <aj@suse.de>
+
+       * i386.h (TARGET_SWITCHES): Fix descriptions.
+
+2001-09-07  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
+
+       * stor-layout.c (compute_record_mode): Check DECL_SIZE is set.
+
+2001-09-06  Ira Ruben  <ira@apple.com>
+
+       Remove OP_IDENTIFIER.
+       * tree.def (OP_IDENTIFIER): Remove.
+       * tree.c (tree_node_kind enum): Remove op_id_kind.
+       (tree_node_kind_names): Remove "op_identifiers".
+       (make_node): Remove OP_IDENTIFIER test.
+       (build_op_identifier): Removed because it isn't being used.
+       * print-tree.c (print_node): Remove OP_IDENTIFIER case.
+       * cp/pt.c (tsubst): Remove OP_IDENTIFIER case.
+
+2001-09-06  Richard Henderson  <rth@redhat.com>
+
+       * simplify-rtx.c (simplify_binary_operation): Revert last change.
+
 2001-09-06  Richard Henderson  <rth@redhat.com>
 
        * simplify-rtx.c (simplify_binary_operation): Simplify contents
@@ -92,12 +115,12 @@ Wed Sep  5 17:28:49 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
 2001-09-05  David Billinghurst <David.Billinghurst@riotinto.com>
 
-       * gcc.c: (process_command) Add parentheses around assignment 
+       * gcc.c: (process_command) Add parentheses around assignment
        used as truth value.
 
 2001-09-05  Richard Sandiford  <rsandifo@redhat.com>
 
-       * config/mips/mips.c (save_restore_insns): Don't mark any register
+       * config/mips/mips.c (save_restore_insns): Don't mark any register
        save slots as unchanging if current_function_calls_eh_return.
 
 2001-09-05  Richard Henderson  <rth@redhat.com>