Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / gcc.target / bfin / builtins / add_fr1x32-2.c
blob2345cb09e96489f4a9b4ea2b847afb7733b3548e
1 extern void abort (void);
3 typedef long fract32;
5 int main ()
7 fract32 t;
9 t = __builtin_bfin_add_fr1x32 (0x40003000, 0xc000d000);
10 if (t != 0x00010000)
11 abort ();
13 return 0;