summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/f
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-03-30 03:23:37 +0000
committerobrien <obrien@FreeBSD.org>2000-03-30 03:23:37 +0000
commit89d6e979f6e51927c13633bc1c374b05a37d0238 (patch)
tree8ab72411e3369d8509f9af95bd6e3b2941ff630a /contrib/gcc/f
parentd960933253199247491f17d26251ce15129dd8b4 (diff)
downloadFreeBSD-src-89d6e979f6e51927c13633bc1c374b05a37d0238.zip
FreeBSD-src-89d6e979f6e51927c13633bc1c374b05a37d0238.tar.gz
Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"
branch as of March 29th, 2000. [these are changes March 7-29th]
Diffstat (limited to 'contrib/gcc/f')
-rw-r--r--contrib/gcc/f/ChangeLog4
-rw-r--r--contrib/gcc/f/stw.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/gcc/f/ChangeLog b/contrib/gcc/f/ChangeLog
index bc62110..47a745e 100644
--- a/contrib/gcc/f/ChangeLog
+++ b/contrib/gcc/f/ChangeLog
@@ -1,3 +1,7 @@
+Mon Mar 13 01:00:55 2000 Toon Moene <toon@moene.indiv.nluug.nl>
+
+ * stw.h (struct _ffestw_): Change type of uses_ to int.
+
Fri Feb 18 13:36:50 2000 Martin von Loewis <loewis@informatik.hu-berlin.de>
* g77spec.c (lang_specific_driver): Use GCCBUGURL.
diff --git a/contrib/gcc/f/stw.h b/contrib/gcc/f/stw.h
index 58818a6..554d047 100644
--- a/contrib/gcc/f/stw.h
+++ b/contrib/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
OpenPOWER on IntegriCloud