https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97123
Luke Hough changed:
What|Removed |Added
CC||dlhough at gmail dot com
--- Comment #2
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: dlhough at gmail dot com
Target Milestone: ---
In the following code, I would expect a new allocation to be made for copy%nest
in the assignment copy=original in
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: dlhough at gmail dot com
Target Milestone: ---
The following code compiles successfully if the "nest" component is declared as
type() rather than class().
module Test_m
implicit none
private
ty