summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr77323.c
blob: 281c334749a527daf520a87c4e54d3a5294fedde (plain)
1
2
3
4
5
6
/* PR c/77323 */
/* { dg-do compile { target ia32 } } */
/* { dg-options "" } */

__int128 a; /* { dg-error "not supported" } */
_Float128x b; /* { dg-error "not supported" } */