blob: 70331216613ef10f595aa633b8ff648562bd741e [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 float64 } */
/* { dg-require-effective-target float64x } */
/* { dg-add-options float64 } */
/* { dg-add-options float64x } */
_Float64 f64;
_Float64x f64x;