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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:5bf998275aff311b9804c1de944a88c219f35db6

commit r11-7607-g5bf998275aff311b9804c1de944a88c219f35db6
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Wed Mar 10 17:40:25 2021 +0100

    testsuite: Fix up pr99305.C test on unsigned_char targets [PR99498]

    On unsigned_char targets, the cast stmt to unsigned char is obviously
    not needed (and shouldn't be there).  But it doesn't hurt to test
    the rest also on targets where char is unsigned.

    2021-03-10  Jakub Jelinek  <ja...@redhat.com>

            PR tree-optimization/99305
            PR testsuite/99498
            * g++.dg/opt/pr99305.C: Don't expect cast to unsigned char on
            unsigned_char effective targets.

Reply via email to