2018-02-09 Sebastian Perta <sebastian.perta@renesas.com>
[official-gcc.git] / gcc / testsuite / gcc.target / s390 / load-and-test-fp-2.c
blob7646fdd5def8cedf44ec45f184c00ebb8b82bdf4
1 /* { dg-do compile } */
2 /* { dg-options "-O3" } */
4 /* a is not used after the comparison. So we should use load and test
5 here. */
7 double gl;
9 void
10 bar (double a)
12 if (a == 0.0)
13 gl = 1;
16 /* { dg-final { scan-assembler "ltdbr\t" } } */