1 2 3 4 5 6 7 8 9 10 11
/* PR middle-end/84309 */ /* { dg-do compile } */ /* { dg-options "-Ofast -fdump-tree-optimized" } */ double foo (double x) { return __builtin_pow (2.0, x); } /* { dg-final { scan-tree-dump "__builtin_exp2 " "optimized" { target *-*-linux* *-*-gnu* } } } */