blob: 026f9e06f672dac1ee685ffff775ac1c767c1784 [file] [log] [blame]
/* CTF does not have representation for some types at this time. These types
are skipped in the CTF generation phase in the compiler.
Skip IEEE interchange and extended formats for CTF generation.
In this testcase, CTF records for types are not added as CTF has no
representation for IEEE interchange and extended formats.
CTF records for variables and pointer do exist, however. The referenced
type is CTF_TYPE_NULLID. */
/* { dg-do compile } */
/* { dg-options "-gctf" } */
/* { dg-require-effective-target float128 } */
/* { dg-require-effective-target float128x } */
_Float128 f128;
_Float128x f128x;