2018-03-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr36786.c
blob89bc938beea962d80e36e8b2e3f1eb1b23b0d2a2
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;