aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/arm/fp16-unprototyped-2.c
blob: 0c0f9cda6ba9d0025afed49d949c88c161edfe86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* { dg-do compile } */
/* { dg-options "-mfp16-format=ieee" } */

extern int f ();

int
f (double xx, double yy)
{
  if (xx == 42.0 && yy == -42.0)
    return 1;
  return 0;
}