https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108321
--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-13 branch has been updated by Torbjorn Svensson <az...@gcc.gnu.org>: https://gcc.gnu.org/g:0cdb04629641c51498f099db04021e8de51adedb commit r13-8297-g0cdb04629641c51498f099db04021e8de51adedb Author: Andrew Pinski <quic_apin...@quicinc.com> Date: Thu Nov 23 18:55:30 2023 -0800 Fix contracts-tmpl-spec2.C on targets where plain char is unsigned by default Since contracts-tmpl-spec2.C is just testing contracts, I thought it would be better to just add `-fsigned-char` to the options rather than change the testcase to support both cases. Committed after testing on aarch64-linux-gnu. gcc/testsuite/ChangeLog: PR testsuite/108321 * g++.dg/contracts/contracts-tmpl-spec2.C: Add -fsigned-char to options. Signed-off-by: Andrew Pinski <quic_apin...@quicinc.com> (cherry picked from commit 6e15e4e1abed02443a27a69455f4bfa49457c99e)