1 2 3 4 5 6 7 8
/* { dg-do compile } */ /* { dg-additional-options "-ffast-math -frounding-math" } */ float foo (void) { return 1.1f + 2.2f + 2.2f; }