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/32962] b = conjg(transpose(a)) is erroneous if b is an allocatable array



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


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