summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/gcc.target/bfin/builtins/norm32-3.c
blob: cc565b7290dcc5acbbf309b9f1b752f8e08ecb62 (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 (0xfedcba98);
  if (a != 6)
    abort ();

  exit (0);
}

OpenPOWER on IntegriCloud