PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / fma-2.c
blob41d20a4296709d328e416c6feb6ed1f876cee641
1 /* { dg-options "-O2 -fdump-tree-widening_mul" } */
3 float
4 f1 (float a, float b, float c)
6 return a * b - c;
9 double
10 f2 (double a, double b, double c)
12 return a * b - c;
15 /* { dg-final { scan-tree-dump-times { = \.FMS \(} 2 "widening_mul" { target scalar_all_fma } } } */