summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture/pr64199.c
blob: e3f1002f1bd4215cfb444e02a7879c16d9f01511 (plain)
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;
}