summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/function.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 25ffd6655c5..7607c84292b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Wed Nov 14 12:30:57 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
+
+ * function.c (struct temp_slot): ALIGN now unsigned.
+
2001-11-14 Kazu Hirata <kazu@hxi.com>
* config/dsp16xx/dsp16xx.c: Fix comment formatting.
diff --git a/gcc/function.c b/gcc/function.c
index 3f3f11c302f..eeea78c4aed 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -181,7 +181,7 @@ struct temp_slot
slot above. May be an EXPR_LIST if multiple addresses exist. */
rtx address;
/* The alignment (in bits) of the slot. */
- int align;
+ unsigned int align;
/* The size, in units, of the slot. */
HOST_WIDE_INT size;
/* The type of the object in the slot, or zero if it doesn't correspond
OpenPOWER on IntegriCloud