Warn pointer to signed integer cast for ilp32
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / pr18589-1.c
blob48c904d0f8f9ddda69ee7f46aaa6b9be5c0bd056
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -ffast-math -fdump-tree-optimized" } */
4 double baz (double x, double y)
6 return x * x * x * x * y * y * y * y;
9 /* { dg-final { scan-tree-dump-times " \\* " 3 "optimized" } } */
10 /* { dg-final { cleanup-tree-dump "optimized" } } */