PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / fold-compare-8.c
blob45456f40382618343ce5497faf62ead23dd9779a
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-original" } */
4 int
5 foo (int x, int y)
7 return x - y < 0;
10 /* { dg-final { scan-tree-dump "x < y" "original" { xfail *-*-* } } } */