blob: 1b645eb499da7f3c3b404f236d5a1f34da59e96f [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -mno-sse2" } */
_Float16/* { dg-error "is not supported on this target" } */
foo (_Float16 x) /* { dg-error "is not supported on this target" } */
{
return x;
}