i386: Use BLKmode for {ld,st}tilecfg
[official-gcc.git] / gcc / testsuite / gcc.dg / pr84309-2.c
blobced55d4a6468c60f00023150ec2f93330683df5e
1 /* PR middle-end/84309 */
2 /* { dg-do compile } */
3 /* { dg-options "-Ofast -fdump-tree-optimized" } */
5 double
6 foo (double x)
8 return __builtin_pow (2.0, x);
11 /* { dg-final { scan-tree-dump "__builtin_exp2 " "optimized" { target *-*-linux* *-*-gnu* } } } */