------- Comment #6 from kargl at gcc dot gnu dot org 2010-07-13 20:41 ------- (In reply to comment #1) > Reported by Satish at http://gcc.gnu.org/ml/fortran/2010-07/msg00152.html
Is the original code invalid? A type is specified in several contexts by a type specifier. R401 type-spec is intrinsic-type-spec or derived-type-spec C401 (R401) The derived-type-spec shall not specify an abstract type (4.5.6). Satish extends an abstract type. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44929