------- Comment #5 from pinskia at gcc dot gnu dot org 2006-01-02 03:31 ------- formal->sym->as is null in: 1606 f = (formal != NULL) 1607 && !formal->sym->attr.pointer 1608 && formal->sym->as->type != AS_ASSUMED_SHAPE; 1609 f = f || !sym->attr.always_explicit;
-- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed|2005-11-03 19:58:08 |2006-01-02 03:31:21 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22146