My recently added testcase gcc.dg/fold-eqandshift-4.c, incorrectly assumed that "char" was "signed char", and hence fails on powerpc64 where this isn't the case. Fixed by making "signed char" explicit where needed in this test. Committed as obvious. 2022-08-10 Roger Sayle gcc/testsuite/ChangeLog * gcc.dg/fold-eqandshift-4.c: Use "signed char" explicitly. Apologies for the inconvenience. Roger --