This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/36305] real and imaginary part of complex exponential
- From: "kargl at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 May 2008 03:02:32 -0000
- Subject: [Bug fortran/36305] real and imaginary part of complex exponential
- References: <bug-36305-16222@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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