1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-pre-stats" } */
3 double cos (double) __attribute__ ((const));
4 double sin (double) __attribute__ ((const));
9 double (*fp
) (double) __attribute__ ((const));
10 /* Partially redundant call */
25 /* { dg-final { scan-tree-dump-times "Eliminated: 1" 1 "pre"} } */
26 /* { dg-final { cleanup-tree-dump "pre" } } */