[Bug fortran/46978] [4.6 Regression] TRANSPOSE corrupts structure and memory

2010-12-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46978 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug fortran/46978] [4.6 Regression] TRANSPOSE corrupts structure and memory

2010-12-16 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46978 --- Comment #3 from Tobias Burnus 2010-12-16 14:48:53 UTC --- Reduced test case: program elastic2 implicit none type mesh_t real, allocatable, dimension(:,:) :: coor end type mesh_t type(mesh_t) :: mesh3 real, allocatable, dimensio

[Bug fortran/46978] [4.6 Regression] TRANSPOSE corrupts structure and memory

2010-12-16 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46978 Tobias Burnus changed: What|Removed |Added Keywords||wrong-code CC|