[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr70086-1.c
blob7289798a4f3cdb8d30f9c83103aa600b61800d5a
1 /* PR target/70086 */
2 /* { dg-do compile } */
3 /* { dg-options "-mtune=barcelona -mavx512vl -ffloat-store" } */
5 float
6 foo (float a, float b, double c, float d, double e, float f)
8 e -= d;
9 d *= e;
10 return e + d;