diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/proc_ptr_comp_21.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/proc_ptr_comp_21.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/proc_ptr_comp_21.f90 b/gcc/testsuite/gfortran.dg/proc_ptr_comp_21.f90 index a21916bc844..c000896d549 100644 --- a/gcc/testsuite/gfortran.dg/proc_ptr_comp_21.f90 +++ b/gcc/testsuite/gfortran.dg/proc_ptr_comp_21.f90 @@ -19,7 +19,7 @@ contains - elemental subroutine op_assign (str, ch) ! { dg-warning "Extension: Internal procedure" } + elemental subroutine op_assign (str, ch) type(nf_t), intent(out) :: str character(len=*), intent(in) :: ch end subroutine |