[Bug other/25028] TImode-to-floating conversions broken

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #12 from jsm28 at gcc dot gnu dot org 2010-05-22 17:20 --- As far as I can tell, this (the bug originally described here) was fixed for all targets. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/25028] TImode-to-floating conversions broken

2007-12-16 Thread ubizjak at gmail dot com
--- Comment #11 from ubizjak at gmail dot com 2007-12-16 23:27 --- *** Bug 34473 has been marked as a duplicate of this bug. *** -- ubizjak at gmail dot com changed: What|Removed |Added

[Bug other/25028] TImode-to-floating conversions broken

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #11 from chaoyingfu at gcc dot gnu dot org 2006-12-01 00:35 --- Subject: Bug 25028 Author: chaoyingfu Date: Fri Dec 1 00:32:38 2006 New Revision: 119391 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119391 Log: Merged revisions 118545-118650 via svnmerge from

[Bug other/25028] TImode-to-floating conversions broken

2006-11-15 Thread sje at gcc dot gnu dot org
--- Comment #10 from sje at gcc dot gnu dot org 2006-11-15 22:59 --- Subject: Bug 25028 Author: sje Date: Wed Nov 15 22:59:41 2006 New Revision: 118869 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=118869 Log: PR other/25028 * config/ia64/t-hpux (LIB1ASMFUNCS):

[Bug other/25028] TImode-to-floating conversions broken

2006-11-07 Thread sje at gcc dot gnu dot org
--- Comment #9 from sje at gcc dot gnu dot org 2006-11-07 19:14 --- Subject: Bug 25028 Author: sje Date: Tue Nov 7 19:14:27 2006 New Revision: 118565 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=118565 Log: PR other/25028 * config/ia64/t-hpux (LIB1ASMFUNCS):

[Bug other/25028] TImode-to-floating conversions broken

2006-08-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #5 from howarth at nitro dot med dot uc dot edu 2006-08-24 21:44 --- The testcase presented here appears to work as expected on Darwin when gcc trunk is built with Geoff Keating's proposed patch to add TImode support to Darwin...

[Bug other/25028] TImode-to-floating conversions broken

2006-08-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #6 from howarth at nitro dot med dot uc dot edu 2006-08-24 22:12 --- Strangely, while the testcase first presented here... int printf(const char *, ...); typedef int TItype __attribute__((mode(TI))); TItype x = -1; int main(void) { printf(%f %f\n, (float)x, (double)x);

[Bug other/25028] TImode-to-floating conversions broken

2006-08-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #7 from howarth at nitro dot med dot uc dot edu 2006-08-25 01:36 --- Interestingly out of the lines in the fp-int-convert-timode testcase, the one that causes the abort is... TEST_I_F(TItype, UTItype, float, FLT_MANT_DIG); The other two lines for double and long

[Bug other/25028] TImode-to-floating conversions broken

2006-08-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #8 from howarth at nitro dot med dot uc dot edu 2006-08-25 03:59 --- After looking at this in detail, only six of the testcases for the single precision float conversions in TEST_I_F(TItype, UTItype, float, FLT_MANT_DIG) fail. These are... TEST_I_F_VAL (I, F, HVAL0S (P,

[Bug other/25028] TImode-to-floating conversions broken

2006-02-09 Thread roger at eyesopen dot com
--- Comment #4 from roger at eyesopen dot com 2006-02-09 15:00 --- My recent fix for PR target/22209 adding TImode support for MIPS, just fixed this PR's testcase for me on mips-sgi-irix6.5. The new fix*.c and float*.c source files may be useful in resolving the remaining PR25028 issue

[Bug other/25028] TImode-to-floating conversions broken

2005-12-15 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2005-12-15 21:50 --- Subject: Bug 25028 Author: jsm28 Date: Thu Dec 15 21:50:10 2005 New Revision: 108598 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=108598 Log: PR other/25028 * libgcc2.h (SF_SIZE, DF_SIZE,

[Bug other/25028] TImode-to-floating conversions broken

2005-12-03 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2005-12-03 13:36 --- Patch posted http://gcc.gnu.org/ml/gcc-patches/2005-12/msg00253.html which fixes the problems except for on ia64-hpux, and includes a discussion of the problems on ia64-hpux and how they might be fixed. -- jsm28

[Bug other/25028] TImode-to-floating conversions broken

2005-11-26 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-26 22:52 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added