1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-optimized" } */
4 extern int printf (const char *, ...);
9 /* We should be able to transform these into the same expression, and only have two additions. */
14 printf ("%d %d\n", e
, f
);
17 /* { dg-final { scan-tree-dump-times "a \\\+ b" 1 "optimized"} } */
18 /* { dg-final { cleanup-tree-dump "optimized" } } */