From: Jerry DeLisle Date: Thu, 13 Nov 2025 23:31:06 +0000 (-0800) Subject: Fortran: Remove dg-bogus from test case. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a892a2dac6b9c304553e2c2b4f2bd17a2526478d;p=thirdparty%2Fgcc.git Fortran: Remove dg-bogus from test case. PR fortran/96255 gcc/testsuite/ChangeLog: * gfortran.dg/do_concurrent_typespec_1.f90: Delete three dg-bogus directives not needed. --- diff --git a/gcc/testsuite/gfortran.dg/do_concurrent_typespec_1.f90 b/gcc/testsuite/gfortran.dg/do_concurrent_typespec_1.f90 index 45407a162e7..5a25739da0f 100644 --- a/gcc/testsuite/gfortran.dg/do_concurrent_typespec_1.f90 +++ b/gcc/testsuite/gfortran.dg/do_concurrent_typespec_1.f90 @@ -1,8 +1,5 @@ ! { dg-do run } ! { dg-options "-std=f2008 -Wall" } -! { dg-bogus "Unused variable '_i' declared" } -! { dg-bogus "Unused variable '_k' declared" } -! { dg-bogus "Unused variable 'n' declared" } ! ! PR fortran/96255 ! Test DO CONCURRENT with optional type specification