[Bug fortran/63867] LEN is lost for a CHARACTER variable inside SELECT TYPE

2016-02-28 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63867 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/63867] LEN is lost for a CHARACTER variable inside SELECT TYPE

2016-02-21 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63867 Dominique d'Humieres changed: What|Removed |Added Status|NEW |WAITING --- Comment #3 from Domin

[Bug fortran/63867] LEN is lost for a CHARACTER variable inside SELECT TYPE

2014-11-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63867 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/63867] LEN is lost for a CHARACTER variable inside SELECT TYPE

2014-11-14 Thread mrestelli at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63867 --- Comment #1 from mrestelli --- Also, I should add that changing type is(character(len=*)) to type is(character(len=:)) given an internal compiler error (anyway, the code then is invalid) Marco