------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-27 04:20 
-------
Here is the reduced C code:
double Fore (double lo, double hi)
{
  return lo>=hi?lo:hi;
}

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17956

Reply via email to