From: Richard Henderson Date: Thu, 30 Dec 1999 21:15:24 +0000 (-0800) Subject: * stw.h (struct _ffestw_): Change type of uses_ to int. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f0353e33dc68775a0c880a86d24b7f8df95ed7c7;p=gcc.git * stw.h (struct _ffestw_): Change type of uses_ to int. From-SVN: r31143 --- diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index b1463dfbd9a..2e33d09e026 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,7 @@ +Thu Dec 30 13:14:31 1999 Richard Henderson + + * stw.h (struct _ffestw_): Change type of uses_ to int. + Thu Dec 30 11:42:05 1999 Geoff Keating * com.c (ffecom_init_0): Make double_ftype_double, diff --git a/gcc/f/stw.h b/gcc/f/stw.h index 58818a61bf2..554d047e611 100644 --- a/gcc/f/stw.h +++ b/gcc/f/stw.h @@ -70,7 +70,7 @@ struct _ffestw_ ffewhereLine line_; /* Where first token of statement triggering state */ ffewhereColumn col_; /* was seen in source file. */ - char uses_; /* # uses (new+use-kill calls). */ + int uses_; /* # uses (new+use-kill calls). */ ffestvState state_; int substate_; /* Used on a per-block-state basis. */ #if FFECOM_targetCURRENT == FFECOM_targetGCC