This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32962] b = conjg(transpose(a)) is erroneous if b is an allocatable array
- From: "dominiq at lps dot ens dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Aug 2007 20:01:39 -0000
- Subject: [Bug fortran/32962] b = conjg(transpose(a)) is erroneous if b is an allocatable array
- References: <bug-32962-3515@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from dominiq at lps dot ens dot fr 2007-08-01 20:01 -------
Confirmed with 4.3.0 of today on PPC Darwin8:
original = ( 2.00000000000000 , 0.00000000000000 ) (
3.00000000000000 , 0.00000000000000 ) ( 7.00000000000000 ,
0.00000000000000 ) ( 11.0000000000000 , 0.00000000000000 )
WRONG conjg(transpose(a)) = (-1.506281629186761E-154, 1.506293009711558E-154)
( 1.382417208487872E+306,-1.382417208482782E+306) (-1.506293009711557E-154,
1.506293009711558E-154) ( 2.00000000000000 , -0.00000000000000 )
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32962