Index: gcc/gcc/testsuite/gfortran.dg/scalar_return_1.f90 |
diff --git a/gcc/gcc/testsuite/gfortran.dg/scalar_return_1.f90 b/gcc/gcc/testsuite/gfortran.dg/scalar_return_1.f90 |
index d7583bc10b446412d8ac55ab3bce122775ea0112..df206458e3a885cd2ed57182e6026e87425b1aa9 100644 |
--- a/gcc/gcc/testsuite/gfortran.dg/scalar_return_1.f90 |
+++ b/gcc/gcc/testsuite/gfortran.dg/scalar_return_1.f90 |
@@ -1,4 +1,6 @@ |
! { dg-do compile } |
+! { dg-options "-std=legacy" } |
+! |
! tests the fix for pr25082 in which the return of an array by a |
! subroutine went undremarked. |
! |