http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46978
Jakub Jelinek changed:
What|Removed |Added
Priority|P3 |P4
CC|
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46978
Tobias Burnus changed:
What|Removed |Added
Keywords||wrong-code
CC|