aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/ChangeLog
diff options
context:
space:
mode:
authorBrad Lucier <lucier@math.purdue.edu>2001-03-07 11:29:41 -0800
committerRichard Henderson <rth@gcc.gnu.org>2001-03-07 11:29:41 -0800
commitde6c59795844f185e1079034b9fa777fbc12ef5a (patch)
tree996aa9dfa54be0d228dde6e7394f9adf66f7c76c /gcc/f/ChangeLog
parent6822468a694e59639c0f97975a2f48951501fd37 (diff)
downloadgcc-de6c59795844f185e1079034b9fa777fbc12ef5a.zip
gcc-de6c59795844f185e1079034b9fa777fbc12ef5a.tar.gz
gcc-de6c59795844f185e1079034b9fa777fbc12ef5a.tar.bz2
Brad's -ffast-math breakup.
From-SVN: r40300
Diffstat (limited to 'gcc/f/ChangeLog')
-rw-r--r--gcc/f/ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog
index 5da49e5..5dbe031 100644
--- a/gcc/f/ChangeLog
+++ b/gcc/f/ChangeLog
@@ -1,8 +1,13 @@
+2001-03-07 Brad Lucier <lucier@math.purdue.edu>
+
+ * g77.texi: Document new options -funsafe-math-optimizations
+ and -fno-trapping-math. Revise documentation for -ffast-math.
+
2001-03-01 Zack Weinberg <zackw@stanford.edu>
- * f/proj.h: Delete 'bool' type. Don't include stddef.h here.
- * f/com.c: Rename variables named 'true' and/or 'false'.
- * f/intdoc.c: Delete 'bool' type.
+ * proj.h: Delete 'bool' type. Don't include stddef.h here.
+ * com.c: Rename variables named 'true' and/or 'false'.
+ * intdoc.c: Delete 'bool' type.
2001-03-01 Zack Weinberg <zackw@stanford.edu>