[Bug middle-end/21282] Converting floor into lfloor built-in function

2005-04-29 Thread uros at kss-loka dot si
--- Additional Comments From uros at kss-loka dot si 2005-04-29 18:56 --- Hm, this should be fixed by a fix for PR21004: http://gcc.gnu.org/ml/gcc-cvs/2005-04/msg00794.html. If I understand correctly, the problem is shown only with newlib. Does newlib set TARGET_C99_FUNCTIONS? -- ht

[Bug middle-end/21282] Converting floor into lfloor built-in function

2005-04-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-29 12:26 --- Hmm: /* We shouldn't get here on targets without TARGET_C99_FUNCTIONS. ??? Perhaps convert (int)floorf(x) into (int)floor((double)x). */ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21282