Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr107262.c
blob2ced0474645fb968eb90516aa7da412c139e58e8
1 /* PR middle-end/107262 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -ffast-math" } */
4 /* { dg-add-options bfloat16 } */
5 /* { dg-require-effective-target bfloat16_runtime } */
7 __bf16
8 foo (__bf16 a)
10 __bf16 b = 0;
11 b /= a;
12 return b;