[Bug libfortran/24902] New: COMPLEX_ASSIGN is wrong
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Nov 16 18:57:00 GMT 2005
The defintion of COMPLEX_ASSIGN is wrong, it should be defined as:
#define COMPLEX_ASSIGN(z_, r_, i_) do {z_ = r_ + i_ * 1.0fi} while (0)
This is in reference to PR 23497.
--
Summary: COMPLEX_ASSIGN is wrong
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libfortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24902
More information about the Gcc-bugs
mailing list