https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103477
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Roger Sayle <sa...@gcc.gnu.org>: https://gcc.gnu.org/g:92de188ea3d36ec012b6d42959d4722e42524256 commit r12-5616-g92de188ea3d36ec012b6d42959d4722e42524256 Author: Roger Sayle <ro...@nextmovesoftware.com> Date: Tue Nov 30 10:25:35 2021 +0000 [Committed] PR testsuite/103477: Fix big-endian mistake in new test case. I missed a spot when adding the "#if __BYTE_ORDER__ == ..." guards to the new test case for PR tree-optimization/103345. Committed as obvious. 2021-11-30 Roger Sayle <ro...@nextmovesoftware.com> gcc/testsuite/ChangeLog PR testsuite/103477 * gcc.dg/tree-ssa/pr103345.c: Correct xor test for big-endian.