aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/950816-2.c
blob: 41e770d177d01a5b2ba08d20fd9f67c1eef820e0 (plain)
1
2
3
4
5
6
7
8
f ()
{
  int i;
  float a,b,c;
  unsigned char val[2];
  i = func (&c);
  val[0] = c < a ? a : c >= 1.0 ? b : c;
}