https://gcc.gnu.org/g:a892a2dac6b9c304553e2c2b4f2bd17a2526478d
commit r16-5262-ga892a2dac6b9c304553e2c2b4f2bd17a2526478d Author: Jerry DeLisle <[email protected]> Date: Thu Nov 13 15:31:06 2025 -0800 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: --- gcc/testsuite/gfortran.dg/do_concurrent_typespec_1.f90 | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/testsuite/gfortran.dg/do_concurrent_typespec_1.f90 b/gcc/testsuite/gfortran.dg/do_concurrent_typespec_1.f90 index 45407a162e7d..5a25739da0f1 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
