]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.target/i386/pr70750-1.c
Enable support for bfloat16 which will be in Future Cooper Lake.
[thirdparty/gcc.git] / gcc / testsuite / gcc.target / i386 / pr70750-1.c
CommitLineData
04a63c24
L
1/* { dg-do compile { target *-*-linux* } } */
2/* { dg-options "-O2" } */
3
4int
5f (int (**p) (void))
6{
7 return p[1]();
8}
9
4e395d91
UB
10/* { dg-final { scan-assembler "jmp\[ \t\].*\\(%rdi\\)" { target lp64 } } } */
11/* { dg-final { scan-assembler "jmp\[ \t\]\\*%rax" { target x32 } } } */