This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/15441] New: [gfortran] RRSPACING broken for denormals
- From: "tobi at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 May 2004 17:30:39 -0000
- Subject: [Bug fortran/15441] New: [gfortran] RRSPACING broken for denormals
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Quoting from http://gcc.gnu.org/ml/gcc-patches/2004-05/msg00851.html:
The existing rrspacing code to handle denormals is broken. This occurs when x <
TINY(x), ie. expn == 0, frac != 0 I suspect the right shift should be a logical
(unsigned) shift, not an arithmetic (signed) one.
--
Summary: [gfortran] RRSPACING broken for denormals
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tobi at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org,pbrook at gcc dot gnu
dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15441