public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/24902]  New: COMPLEX_ASSIGN is wrong
@ 2005-11-16 18:57 pinskia at gcc dot gnu dot org
  2005-11-16 18:58 ` [Bug libfortran/24902] " pinskia at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-16 18:57 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2007-01-05 14:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-16 18:57 [Bug libfortran/24902] New: COMPLEX_ASSIGN is wrong pinskia at gcc dot gnu dot org
2005-11-16 18:58 ` [Bug libfortran/24902] " pinskia at gcc dot gnu dot org
2005-11-16 19:43 ` gdr at integrable-solutions dot net
2005-11-16 19:50 ` pinskia at physics dot uc dot edu
2005-11-16 19:53 ` pinskia at gcc dot gnu dot org
2005-11-16 20:24 ` gdr at integrable-solutions dot net
2005-11-16 20:27 ` gdr at integrable-solutions dot net
2005-11-16 20:29 ` pinskia at physics dot uc dot edu
2005-11-16 20:39 ` gdr at integrable-solutions dot net
2005-11-16 22:45 ` kargl at gcc dot gnu dot org
2007-01-05 14:06 ` fxcoudert at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).