aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pass.h
diff options
context:
space:
mode:
authorAndrew Pinski <quic_apinski@quicinc.com>2024-06-10 08:23:00 -0700
committerAndrew Pinski <quic_apinski@quicinc.com>2024-06-10 08:23:00 -0700
commitc3d1153bc0a2b820e3c373ecf19a5a127703f854 (patch)
tree9604fe22b3a14634dce69bb5f3c27451a6e67f35 /gcc/tree-pass.h
parent3472c1b500cf9184766237bfd3d102aa8451b99f (diff)
downloadgcc-c3d1153bc0a2b820e3c373ecf19a5a127703f854.zip
gcc-c3d1153bc0a2b820e3c373ecf19a5a127703f854.tar.gz
gcc-c3d1153bc0a2b820e3c373ecf19a5a127703f854.tar.bz2
Fix pr115388.c: plain char could be unsigned by default [PR115415]
This is a simple fix to the testcase as plain `char` could be unsigned by default on some targets (e.g. aarch64 and powerpc). Committed as obvious after quick test of the testcase on both aarch64 and x86_64. gcc/testsuite/ChangeLog: PR testsuite/115415 PR tree-optimization/115388 * gcc.dg/torture/pr115388.c: Use `signed char` directly instead of plain `char`. Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
Diffstat (limited to 'gcc/tree-pass.h')
0 files changed, 0 insertions, 0 deletions