https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63867
Dominique d'Humieres changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63867
Dominique d'Humieres changed:
What|Removed |Added
Status|NEW |WAITING
--- Comment #3 from Domin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63867
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
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