diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/class_30.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/class_30.f90 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/class_30.f90 b/gcc/testsuite/gfortran.dg/class_30.f90 index f2cedcb9763..343c0d6139a 100644 --- a/gcc/testsuite/gfortran.dg/class_30.f90 +++ b/gcc/testsuite/gfortran.dg/class_30.f90 @@ -15,7 +15,6 @@ end type t2 type, bind(C):: t3 class(t), pointer :: y - ! { dg-warning "may not be C interoperable" "" { target *-*-* } 17 } ! { dg-error "Polymorphic component y at .1. in SEQUENCE or BIND" "" { target *-*-* } 17 } end type t3 end |