gcc/
commit228476d259ebb8e30c6e85b603465dbca4ff1461
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Sep 2014 08:54:49 +0000 (7 08:54 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Sep 2014 08:54:49 +0000 (7 08:54 +0000)
treef0f5e8b0a3fdb2fc36e7ffa174ab9682d07467dc
parent2f087f785d35c1855cea9254b4625483ed57bfe4
gcc/
PR rtl-optimization/62208
* simplify-rtx.c (simplify_relational_operation_1): Use CONST0_RTX
rather than const0_rtx in eq/ne-xor simplifications.

gcc/testsuite/
* gcc.target/i386/pr62208.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215002 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/simplify-rtx.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr62208.c [new file with mode: 0644]