summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/invsize-4.c
blob: d4a6d467aee18d2797888e89defa98fd49c5180f (plain)
1
2
3
4
5
6
7
/* { dg-do compile { target int128 } } */
/* { dg-options "" } */

void foo (__int128 x)
{
  __asm__ volatile ("# %0" : : "r" (x));
} /* { dg-warning "unsupported size" }  */