2018-05-17 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / pr18589-6.c
blobece01a892467d24e410708b7033f8199e71305d0
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -ffast-math -fdump-tree-optimized" } */
4 double baz (double x, double y)
6 return __builtin_pow (x, 3.0) * __builtin_pow (y, 4.0);
9 /* { dg-final { scan-tree-dump-times " \\* " 4 "optimized" } } */