]> git.ipfire.org Git - thirdparty/gcc.git/commit
2005-04-19 James A. Morrison <phython@gcc.gnu.org>
authorphython <phython@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Apr 2005 02:31:26 +0000 (02:31 +0000)
committerphython <phython@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Apr 2005 02:31:26 +0000 (02:31 +0000)
commit8cadcd8f65bc9687741b66aec776086ef375e3a3
tree16946e0d737d4e878583432cead2d91d65f93a7a
parent86281e87f9ac84b5ef9f631f76bb61e39c196dfa
2005-04-19  James A. Morrison  <phython@gcc.gnu.org>

* fold-const (fold_binary):  Fold ~X ^ ~ Y to X ^ Y.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98434 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/fold-const.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/fold-xor-1.c [new file with mode: 0644]