summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr84309-2.c
blob: ced55d4a6468c60f00023150ec2f93330683df5e (plain)
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* } } } */