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

--- Comment #2 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:da043f9c7172bcbfda0cdb570fb3a979a4b1a525

commit r15-3096-gda043f9c7172bcbfda0cdb570fb3a979a4b1a525
Author: Andrew Pinski <quic_apin...@quicinc.com>
Date:   Thu Aug 22 14:50:47 2024 -0700

    testsuite: Fix gcc.dg/torture/pr116420.c for targets default unsigned char
[PR116464]

    This is an obvious fix to the gcc.dg/torture/pr116420.c testcase which
simplier
    changes from plain `char` to `signed char` so it works on targets where
plain char defaults
    to unsigned.

    Pushed as obvious after a quick test for aarch64-linux-gnu to make sure the
testcase
    passes now.

            PR testsuite/116464

    gcc/testsuite/ChangeLog:

            * gcc.dg/torture/pr116420.c:

    Signed-off-by: Andrew Pinski <quic_apin...@quicinc.com>

Reply via email to