------- 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
pinskia at gcc dot gnu dot org Tue, 26 Oct 2004 21:40:56 -0700
------- 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