summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/entry_17.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/entry_17.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/entry_17.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/entry_17.f90 b/gcc/testsuite/gfortran.dg/entry_17.f90
index 22aabb3a88f..b4e91c2a8ee 100644
--- a/gcc/testsuite/gfortran.dg/entry_17.f90
+++ b/gcc/testsuite/gfortran.dg/entry_17.f90
@@ -24,7 +24,7 @@ function test3() ! { dg-warning "Obsolescent feature" }
return
entry bar3()
bar3 = ""
-end function test3 ! { dg-warning "Obsolescent feature" }
+end function test3
function test4(n) ! { dg-error "returning variables of different string lengths" }
integer :: n
@@ -52,4 +52,4 @@ function test6() ! { dg-warning "Obsolescent feature|returning variables of diff
return
entry bar6()
bar6 = ""
-end function test6 ! { dg-warning "Obsolescent feature" }
+end function test6