[Bug fortran/95138] ICE on transfer to unlimited polymorphic

2020-06-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95138 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug fortran/95138] ICE on transfer to unlimited polymorphic

2020-05-16 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95138 --- Comment #2 from anlauf at gcc dot gnu.org --- Another datapoint: inserting select type (o) type is (integer) print *, transfer(o, v) end select prints the right thing: 1 2 3 Also note the possibly

[Bug fortran/95138] ICE on transfer to unlimited polymorphic

2020-05-14 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95138 anlauf at gcc dot gnu.org changed: What|Removed |Added Last reconfirmed||2020-5-14 CC|