[Bug fortran/97123] double free detected in tcache 2 with recursive allocatable type

2020-09-28 Thread dlhough at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97123 Luke Hough changed: What|Removed |Added CC||dlhough at gmail dot com --- Comment #2

[Bug fortran/96910] New: intrinsic assignment does not duplicate allocatable component of nested derived type

2020-09-02 Thread dlhough at gmail dot com
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

[Bug fortran/96909] New: ICE with nested polymorphic allocatable component

2020-09-02 Thread dlhough at gmail dot com
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