[Bug libfortran/26253] fallback scalbn doesn't handle denormals correctly

2008-01-21 Thread danglin at gcc dot gnu dot org
--- Comment #10 from danglin at gcc dot gnu dot org 2008-01-21 17:25 --- Subject: Bug 26253 Author: danglin Date: Mon Jan 21 17:24:30 2008 New Revision: 131698 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=131698 Log: PR libfortran/34699 Backport:

[Bug libfortran/26253] fallback scalbn doesn't handle denormals correctly

2008-01-21 Thread danglin at gcc dot gnu dot org
--- Comment #11 from danglin at gcc dot gnu dot org 2008-01-21 18:13 --- Subject: Bug 26253 Author: danglin Date: Mon Jan 21 18:13:04 2008 New Revision: 131699 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=131699 Log: PR libfortran/34699 Backport:

[Bug libfortran/26253] fallback scalbn doesn't handle denormals correctly

2007-09-21 Thread fxcoudert at gcc dot gnu dot org
--- Comment #8 from fxcoudert at gcc dot gnu dot org 2007-09-21 10:54 --- Subject: Bug 26253 Author: fxcoudert Date: Fri Sep 21 10:54:20 2007 New Revision: 128648 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128648 Log: PR libfortran/26253 *

[Bug libfortran/26253] fallback scalbn doesn't handle denormals correctly

2007-09-21 Thread fxcoudert at gcc dot gnu dot org
--- Comment #9 from fxcoudert at gcc dot gnu dot org 2007-09-21 10:55 --- This should now be fixed. Please reopen if I fumbled in any way and the issue is still present. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/26253] fallback scalbn doesn't handle denormals correctly

2007-09-19 Thread fxcoudert at gcc dot gnu dot org
--- Comment #6 from fxcoudert at gcc dot gnu dot org 2007-09-19 09:16 --- For some reason, I had completely forgotten about ldexp(). But as it is C89, it should be available, and as all GCC supported targets now have (FLT_RADIX == 2), it should fix the problem. John, could you confirm

[Bug libfortran/26253] fallback scalbn doesn't handle denormals correctly

2007-09-19 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #7 from dave at hiauly1 dot hia dot nrc dot ca 2007-09-20 02:24 --- Subject: Re: fallback scalbn doesn't handle denormals correctly For some reason, I had completely forgotten about ldexp(). But as it is C89, it should be available, and as all GCC supported targets

[Bug libfortran/26253] fallback scalbn doesn't handle denormals correctly

2007-01-06 Thread danglin at gcc dot gnu dot org
--- Comment #5 from danglin at gcc dot gnu dot org 2007-01-07 00:55 --- This failure also occurs in 4.0.3 hppa1.1-hp-hpux10.20. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26253

[Bug libfortran/26253] fallback scalbn doesn't handle denormals correctly

2006-02-17 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2006-02-17 20:33 --- This is a problem in libgfortran scalbn fallback version not handling correctly denormals. A i686-linux testcase is included below. I switch this to severity minor. $ cat a.c #include stdio.h #include math.h