https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110803
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Last reconfirmed| |2023-07-25
Status|UNCONFIRMED |NEW
Host|powerpc64le-linux-gnu |
Target|powerpc64le-linux-gnu |powerpc64le-linux-gnu
| |aarch64-*-* arm*-*
Build|powerpc64le-linux-gnu |
Keywords| |testsuite-fail
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Oh the problem is `char` in gcc/testsuite/gcc.dg/tree-ssa/pr109986.c really
should be `signed char` .
Confirmed. If I get some time I will commit the obvious patch to fix that ...