PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / arm / pr67439_1.c
blobf7a6128758a00a29cac1f7d757d1827d5fe563d2
1 /* { dg-do compile } */
2 /* { dg-require-effective-target arm_thumb2_ok } */
3 /* { dg-options "-O1 -mfp16-format=ieee -march=armv7-a -mfpu=neon -mthumb -mrestrict-it" } */
5 __fp16 h0 = -1.0;
7 void
8 f (__fp16 *p)
10 h0 = 1.0;