[Bug fortran/48746] Matmul with allocate on assignment
jpr at csc dot fi
gcc-bugzilla@gcc.gnu.org
Wed Apr 27 06:05:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48746
jpr at csc dot fi changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jpr at csc dot fi
--- Comment #1 from jpr at csc dot fi 2011-04-27 05:56:57 UTC ---
Problem here is that the return array "dtype" field is uninitialized when
lhs is (unallocated) allocatable. Due to this there are also similiar
problems in other intrinsics such as reshape(), etc...
More information about the Gcc-bugs
mailing list