2 ! Check for re-definition of inherited components in the sub-type.
15 USE m1 ! { dg-error "already in the parent type" }
18 TYPE, EXTENDS(supert) :: subt
19 INTEGER :: c1 ! { dg-error "already in the parent type" }
20 INTEGER :: c2 ! { dg-error "already in the parent type" }