| Index: gcc/gcc/testsuite/gfortran.dg/typebound_proc_4.f03
|
| diff --git a/gcc/gcc/testsuite/gfortran.dg/typebound_proc_4.f03 b/gcc/gcc/testsuite/gfortran.dg/typebound_proc_4.f03
|
| index 3eb9687ad022f2caedbffd13010fac658de2f860..92adc1a852aede49bcacb35413773ad11305c779 100644
|
| --- a/gcc/gcc/testsuite/gfortran.dg/typebound_proc_4.f03
|
| +++ b/gcc/gcc/testsuite/gfortran.dg/typebound_proc_4.f03
|
| @@ -30,10 +30,6 @@ MODULE testmod
|
| PROCEDURE, PUBLIC, PRIVATE ! { dg-error "Duplicate" }
|
| PROCEDURE, NON_OVERRIDABLE, NON_OVERRIDABLE ! { dg-error "Duplicate" }
|
| PROCEDURE, NOPASS, NOPASS ! { dg-error "illegal NOPASS" }
|
| -
|
| - ! TODO: Correct these when things get implemented.
|
| - PROCEDURE, DEFERRED :: x ! { dg-error "not yet implemented" }
|
| - PROCEDURE(abc) ! { dg-error "not yet implemented" }
|
| END TYPE t
|
|
|
| CONTAINS
|
|
|