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

--- Comment #3 from CVS 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:12039c9f40a81605e59951f80007827bc0413573

commit r14-4287-g12039c9f40a81605e59951f80007827bc0413573
Author: Andrew Pinski <pins...@gmail.com>
Date:   Tue Sep 26 15:00:38 2023 -0700

    Fix pr111456-1.c for targets that use unsigned char by default

    This fixes the testcase to use an explicit `signed char` instead of plain
`char`.

    Committed as obvious after a test with a cross to powerpc64-linux-gnu and
x86_64-linux-gnu.

    gcc/testsuite/ChangeLog:

            PR testsuite/111603
            * gcc.dg/tree-ssa/pr111456-1.c: Use `signed char` instead of plain
`char`.

Reply via email to