]> git.ipfire.org Git - thirdparty/gcc.git/commit
fold-const.c (fold): Don't convert (T)(x & c) into (T)x & (T)c if T is a boolean...
authorAndrew Haley <aph@redhat.com>
Mon, 27 May 2002 14:40:38 +0000 (14:40 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Mon, 27 May 2002 14:40:38 +0000 (14:40 +0000)
commit57f851a378793094a5a2630bfe3b0b7927f6e39d
treebf8fc37775452fe22590c83cbb3ba0123a89b2b3
parent1802ffac65ef0324ffa44d1b5d91a83d2e0cb396
fold-const.c (fold): Don't convert (T)(x & c) into (T)x & (T)c if T is a boolean type.

2002-05-24  Andrew Haley  <aph@redhat.com>

        * fold-const.c (fold): Don't convert (T)(x & c) into (T)x & (T)c
        if T is a boolean type.

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