diff options
author | Michael Tiemann <michael@impact.tiemann.org> | 1998-09-19 23:27:02 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-09-19 17:27:02 -0600 |
commit | a58bd5080ad5fc39a02eb1e786f71615ed3146fe (patch) | |
tree | bf68cba9a0bcd3905cd9990cc6ba8f391559f0f1 /gcc/ChangeLog | |
parent | 750930c1f87332d91ef00835a8e3bb4cd2e028f9 (diff) | |
download | gcc-a58bd5080ad5fc39a02eb1e786f71615ed3146fe.zip gcc-a58bd5080ad5fc39a02eb1e786f71615ed3146fe.tar.gz gcc-a58bd5080ad5fc39a02eb1e786f71615ed3146fe.tar.bz2 |
fold-const.c (fold): Fix typo in COND_EXPR handling code.
* fold-const.c (fold): Fix typo in COND_EXPR handling code.
(invert_truthvalue): Enable truthvalue inversion for
floating-point operands if -ffast-math.
From-SVN: r22488
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 65d67d5..ae27929 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Sun Sep 20 00:22:23 1998 Michael Tiemann <michael@impact.tiemann.org> + + * fold-const.c (fold): Fix typo in COND_EXPR handling code. + (invert_truthvalue): Enable truthvalue inversion for + floating-point operands if -ffast-math. + Sat Sep 19 23:58:07 1998 Melissa O'Neill <oneill@cs.sfu.ca> * configure.in: Disable collect2 for nextstep. Instead use |