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