This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]