* fold-const.c (fold <EQ_EXPR>): Don't fold x == x only if x
commitd150f981143084e491c7a91ae43b26a82906273c
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Jun 2003 13:00:17 +0000 (10 13:00 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Jun 2003 13:00:17 +0000 (10 13:00 +0000)
tree987f545d4d639023d07bc9cd6e5221857cd77a19
parent1f9d68085036206def2f3a44088247c6022ff9fd
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67700 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/fold-const.c