Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / gcc.dg / predict-8.c
blob5578175ec8048b835708bf56c4fa8a7ea84b54a5
1 /* { dg-do compile { target { i?86-*-* x86_64-*-* } } } */
2 /* { dg-options "-O2 -fdump-rtl-expand-details-blocks" } */
4 int foo(float a, float b) {
5 if (a == b)
6 return 1;
7 else
8 return 2;
11 /* { dg-final { scan-rtl-dump-times "65.\[34]. .guessed" 2 "expand"} } */