gcc/gcc/testsuite/gcc.dg/pr77323.c

7 lines
178 B
C

/* PR c/77323 */
/* { dg-do compile { target ia32 } } */
/* { dg-options "" } */
__int128 a; /* { dg-error "not supported" } */
_Float128x b; /* { dg-error "not supported" } */