[Bug fortran/58771] [Regression] ICE in transfer_expr, at fortran/trans-io.c:2164
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58771 Paul Thomas changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org --- Comment
[Bug fortran/58771] [Regression] ICE in transfer_expr, at fortran/trans-io.c:2164
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58771 --- Comment #2 from Paul Thomas --- This one is going to drive me mad! It appears that the derived type is not being built as Steve reported in comment #1. If I force it to be built by using a type 't' variable, the ICE goes away. However, I hav