fold-const.c (fold <EQ_EXPR>): Don't fold x == x only if x is a floating point type...
authorRoger Sayle <roger@eyesopen.com>
Tue, 10 Jun 2003 13:00:17 +0000 (13:00 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Tue, 10 Jun 2003 13:00:17 +0000 (13:00 +0000)
commit8936c82f1ea5c9146ca32ac5c75ab166d242cf0d
tree987f545d4d639023d07bc9cd6e5221857cd77a19
parent5107c6e455a2fe4ecc15dd4d6808a2afdf70064a
fold-const.c (fold <EQ_EXPR>): Don't fold x == x only if x is a floating point type *and* we currently honor NaNs.

* fold-const.c (fold <EQ_EXPR>):  Don't fold x == x only if x
is a floating point type *and* we currently honor NaNs.
(fold <NE_EXPR>): Likewise.

From-SVN: r67700
gcc/ChangeLog
gcc/fold-const.c