http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48462
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |burnus at gcc dot gnu.org, | |pault at gcc dot gnu.org Depends on| |48360 Target Milestone|--- |4.6.1 Summary|[4.6/4.7 Regression] matmul |[4.6/4.7 Regression] |Segmentation Fault with |realloc on assignment: |Allocatable Array |matmul Segmentation Fault | |with Allocatable Array --- Comment #3 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-04-05 15:57:52 UTC --- Work around: -fno-realloc-lhs See also other (re)allocation on assignment related bugs: PR 48360 and 48456.