c++: Add [dcl.init.aggr] examples to testsuite
[official-gcc.git] / gcc / testsuite / gcc.target / epiphany / fnma-1.c
blob3155079f4a14cf8ca7f1c2b17ca1b14f9e0bfff2
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3 /* { dg-final { scan-assembler-times "fmsub\[ \ta-zA-Z0-9\]*," 1 } } */
5 float
6 f (float ar, float ai, float br, float bi)
8 return ar * br - ai * bi;