https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108321

--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Andrew Pinski <pins...@gcc.gnu.org>:

https://gcc.gnu.org/g:6e15e4e1abed02443a27a69455f4bfa49457c99e

commit r14-5848-g6e15e4e1abed02443a27a69455f4bfa49457c99e
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>

Reply via email to