https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96671
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:aaec739250b1b148f7db5aa86719fe76645efc06 commit r11-6731-gaaec739250b1b148f7db5aa86719fe76645efc06 Author: Jakub Jelinek <ja...@redhat.com> Date: Fri Jan 15 19:26:01 2021 +0100 testsuite: Add testcase coverage for already fixed [PR96671] The fix for this PR didn't come with any test coverage, I've added tests that make sure we optimize it no matter what order of the x ^ y ^ z operands is used. 2021-01-15 Jakub Jelinek <ja...@redhat.com> PR tree-optimization/96671 * gcc.dg/tree-ssa/pr96671-1.c: New test. * gcc.dg/tree-ssa/pr96671-2.c: New test.