Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr95770.c
blob06714ea1fa5f566df1139e451d1a20e22b36f790
1 /* { dg-do compile } */
2 /* { dg-options "-O3" } */
4 float *a;
5 void b(float c, float d)
7 a[0] = a[1] = 0.5f * (c - 2 + d);
8 a[2] = a[3] = 0.5f * (c + 2 + d);