PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / invsize-4.c
blobd4a6d467aee18d2797888e89defa98fd49c5180f
1 /* { dg-do compile { target int128 } } */
2 /* { dg-options "" } */
4 void foo (__int128 x)
6 __asm__ volatile ("# %0" : : "r" (x));
7 } /* { dg-warning "unsupported size" } */