diff --git a/gcc/testsuite/gcc.dg/torture/pr115388.c b/gcc/testsuite/gcc.dg/torture/pr115388.c index c7c902888da..17b3f1bcd90 100644 --- a/gcc/testsuite/gcc.dg/torture/pr115388.c +++ b/gcc/testsuite/gcc.dg/torture/pr115388.c @@ -2,7 +2,7 @@ int printf(const char *, ...); int a[10], b, c, d[0], h, i, j, k, l; -char e = -1, g; +signed char e = -1, g; volatile int f; static void n() { while (e >= 0)