1 /* The fp-bit.c function __floatunsisf had a latent bug where guard bits
2 could be lost leading to incorrect rounding. */
3 /* Origin: Joseph Myers <joseph@codesourcery.com> */
5 extern void abort (void);
6 extern void exit (int);
7 #if __INT_MAX__ >= 0x7fffffff
8 volatile unsigned u
= 0x80000081;
10 volatile unsigned long u
= 0x80000081;
12 volatile float f1
, f2
;
17 f2
= (float) 0x80000081;