1 /* Test float on alpha. */
4 /* { dg-options "-mieee -O2" } */
6 extern void abort(void);
7 extern int printf(const char *, ...);
9 typedef int int32_t __attribute__ ((__mode__ ( __SI__
))) ;
14 } ieee_float_shape_type
;
19 ieee_float_shape_type gf_u
;
26 return ~(t
>> 31) & (1 - ((ix
& 0x80000000) >> 30));