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