2018-03-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / invsize-3.c
blobbd23353fe0013a15e70fb8e8b151c8e490d4f36a
1 /* { dg-do compile } */
2 /* { dg-options "" } */
4 void foo (long double x)
6 __asm__ volatile ("# %0" : : "r" (x));
7 } /* { dg-warning "unsupported size" } */