summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/gcc.target/bfin/builtins/norm32-7.c
blob: 87f4579f1ea5dca4513e8b1fc73a86ce45061030 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
extern void abort (void);
extern void exit (int);

int main ()
{
  int a;

  a = __builtin_bfin_norm_fr1x32 (0xffffffff);
  if (a != 31)
    abort ();

  exit (0);
}

OpenPOWER on IntegriCloud