This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/18331] [4.0 regression] mmix-knuth-mmixware testsuite failure: execute/ieee/fp-cmp-8.c


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-07 02:16 -------
Here is the reduced testcase:
double
test_islessequal(double x, double y, double a, double b)
{
  return __builtin_islessequal(x, y)?a:b;
}



-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]