re PR tree-optimization/66757 (wrong code at -O1 and above on x86_64-linux-gnu)
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 6 Jul 2015 08:43:58 +0000 (08:43 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 6 Jul 2015 08:43:58 +0000 (08:43 +0000)
commitc8ba649886633947106b28f1ebf43b3b0d86be6c
tree3e27070b49bb39532fbd3c286b5b62b54ba5e09d
parent43cbef95550f95ff267e306f7c9c970323781ef5
re PR tree-optimization/66757 (wrong code at -O1 and above on x86_64-linux-gnu)

PR tree-optimization/66757
* match.pd: Add missing condition to ~X ^ C -> X ^ ~C.

From-SVN: r225446
gcc/ChangeLog
gcc/match.pd
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pr66757.c [new file with mode: 0644]