[Bug fortran/36305] real and imaginary part of complex exponential

kargl at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri May 23 03:03:00 GMT 2008



------- Comment #1 from kargl at gcc dot gnu dot org  2008-05-23 03:02 -------
Upgrade your compiler.  4.1.2 is extremely old, and the 4.1.x branch
is no longer maintained.  With 4.2.3, the first four values are

  0.99950656E+00  0.31410759E-01  0.99950656E+00  0.31410759E-01
  0.99802673E+00  0.62790520E-01  0.99802673E+00  0.62790520E-01
  0.99556196E+00  0.94108313E-01  0.99556196E+00  0.94108313E-01
  0.99211470E+00  0.12533323E+00  0.99211470E+00  0.12533323E+00

With 4.4.0, the first four values are

  0.99950656E+00  0.31410759E-01  0.99950656E+00  0.31410759E-01
  0.99802673E+00  0.62790520E-01  0.99802673E+00  0.62790520E-01
  0.99556196E+00  0.94108313E-01  0.99556196E+00  0.94108313E-01
  0.99211470E+00  0.12533323E+00  0.99211470E+00  0.12533323E+00

This PR should be closed with a WONTFIX.


-- 

kargl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |normal
      Known to work|                            |4.2.3 4.4.0
           Priority|P3                          |P4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36305



More information about the Gcc-bugs mailing list