[committed] [RISC-V] Skip zbs-ext-2.c for -Oz as well
[official-gcc.git] / gcc / testsuite / gcc.target / arm / fp16-compile-ieee-10.c
blob51604374e365ef3d44c47dd21651465a6264d950
1 /* { dg-do compile } */
2 /* { dg-options "-mfp16-format=ieee -std=gnu99" } */
4 #include <math.h>
6 /* 0x7e00 = 32256 */
7 __fp16 xx = NAN;
9 /* { dg-final { scan-assembler "\t.size\txx, 2" } } */
10 /* { dg-final { scan-assembler "\t.short\t32256" } } */