PR target/56540
[official-gcc.git] / gcc / testsuite / gcc.target / ia64 / pr56540.c
blobadcd2dba1bc804696b724fb568202f732ed16fd6
1 /* PR target/56540 */
2 /* { dg-do compile } */
4 extern int a[__SIZEOF_FPREG__ != sizeof (__fpreg) ? -1 : 1];
5 extern int b[__SIZEOF_FLOAT80__ != sizeof (__float80) ? -1 : 1];
6 extern int c[__SIZEOF_FLOAT128__ != sizeof (__float128) ? -1 : 1];