Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / gcc.dg / compare7.c
blobb6fe6e78334e7e387d7d206687aee1ac0dc099de
1 /* -Wall is not supposed to trigger -Wsign-compare for C. PR 10604.
2 See also g++.dg/warn/compare1.C. */
4 /* { dg-do compile } */
5 /* { dg-options "-Wall" } */
7 int f(unsigned a, int b)
9 return a < b; /* { dg-bogus "changes signedness" } */