aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/sse2-float16-1.c
blob: 1b645eb499da7f3c3b404f236d5a1f34da59e96f (plain)
1
2
3
4
5
6
7
8
/* { 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;
}