diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/protected_3.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/protected_3.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/protected_3.f90 b/gcc/testsuite/gfortran.dg/protected_3.f90 index e3d31a6bf8f..95cdad057cf 100644 --- a/gcc/testsuite/gfortran.dg/protected_3.f90 +++ b/gcc/testsuite/gfortran.dg/protected_3.f90 @@ -1,4 +1,4 @@ -! { dg-options "-std=f95 -fall-intrinsics" } +! { dg-options "-std=f95" } ! PR fortran/23994 ! ! Test PROTECTED attribute. Within the module everything is allowed. |