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: "tkoenig at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 May 2008 20:08:51 -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 #2 from tkoenig at gcc dot gnu dot org 2008-05-25 20:08 -------
This works for me down to 4.1.3:
$ gfortran-4.1 -static foo.f
$ ./a.out
$ head -4 fort.10
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
$ gfortran-4.1 -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1
--enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug
--enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.3 20080114 (prerelease) (Debian 4.1.2-19)
This must have been fixed a long time ago.
I'd like to echo Steve's advice: You should upgrade to 4.3.0 at least,
or wait another week for the 4.3.1 release.
--
tkoenig at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Known to work|4.2.3 4.4.0 |4.2.3 4.4.0 4.1.2
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36305