aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr103075.c
blob: b332fb01434c2e3c42070b547a6ce84ec16281b4 (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-options "-O -frounding-math" } */

float
foo (void)
{
  return (float) 0x1699925 * 1.1;
}