2 ! { dg-options "-Wall" }
4 ! PR 58471: [4.8/4.9 Regression] ICE on invalid with missing type constructor and -Wall
6 ! Contributed by Andrew Benson <abensonca@gmail.com>
13 module procedure mdedc
! { dg-error "is neither function nor subroutine" }
17 type(cfmde
), pointer :: cfd
18 cfd
=cfmde() ! { dg-error "Can't convert" }