PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / ifcvt-1.c
blob02bd628d7396d3a6783687b9109811c06d3fc5de
1 /* { dg-do compile { target { { { i?86-*-* x86_64-*-* } && { ! ia32 } } || aarch64*-*-* } } } */
2 /* { dg-options "-fdump-rtl-ce1 -O2" } */
4 int
5 foo (int x)
7 return x > 100 ? x - 2 : x - 1;
10 /* { dg-final { scan-rtl-dump "3 true changes made" "ce1" } } */