2015-12-10 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr36786.c
blob6b62e80e75f38324e58490e97bbe9713605fa04c
1 /* { dg-do compile { target { ! { ia32 } } } } */
3 typedef int DItype __attribute__ ((mode (DI)));
4 typedef unsigned int UDItype __attribute__ ((mode (DI)));
5 typedef int TItype __attribute__ ((mode (TI)));
7 __floattisf (TItype u)
9 DItype hi = u >> (8 * 8);
10 UDItype count, shift;
11 hi = u >> shift;