[Bug fortran/32962] b = conjg(transpose(a)) is erroneous if b is an allocatable array

wirawan0 at gmail dot com gcc-bugzilla@gcc.gnu.org
Wed Aug 1 20:02:00 GMT 2007



------- Comment #3 from wirawan0 at gmail dot com  2007-08-01 20:02 -------
Created an attachment (id=14007)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14007&action=view)
Magically successful testcase!

And by the way, if BOTH b and a are part of higher-dimensional arrays (see
testcase), then

  b(:,:,1) = conjg(transpose(a(:,:,1)))

magically works again!

Wirawan


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32962



More information about the Gcc-bugs mailing list