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

2005-05-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-05 14:43 --- *** Bug 21400 has been marked as a duplicate of this bug. *** -- What|Removed |Added

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

2005-05-03 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-03 08:09 --- Subject: Bug 21282 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-03 08:08:46 Modified files: gcc: ChangeLog convert.c

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

2005-05-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-03 14:51 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

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

2005-04-30 Thread uros at kss-loka dot si
--- Additional Comments From uros at kss-loka dot si 2005-04-30 07:59 --- I think that the best way to fix problems with missing floorf(), floorl(), ceilf() and ceill() builtins is to completely disable all (int)floor() and (int)ceil() optimizations for !TARGET_C99_FUNCTIONS. I'll make

[Bug middle-end/21282] [4.1 Regression] 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 19:26 --- Oh, this is why CSiBE has been broken, I might look into it later if I get some time. -- What|Removed |Added

[Bug middle-end/21282] [4.1 Regression] 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 19:47 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW

[Bug middle-end/21282] [4.1 Regression] 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 19:49 --- Hmm, even though floor is C99, some libc (or in this case newlib) don't have full TARGET_C99_FUNCTIONS support. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21282

[Bug middle-end/21282] [4.1 Regression] 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 20:48 --- (In reply to comment #5) Hmm, even though floor is C99, some libc (or in this case newlib) don't have full TARGET_C99_FUNCTIONS support. Andrew, did you mean floorf in your comment? The problem is that