mirror of git://gcc.gnu.org/git/gcc.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.
This commit is contained in:
parent
83ead1cf51
commit
a892a2dac6
|
|
@ -1,8 +1,5 @@
|
||||||
! { dg-do run }
|
! { dg-do run }
|
||||||
! { dg-options "-std=f2008 -Wall" }
|
! { 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
|
! PR fortran/96255
|
||||||
! Test DO CONCURRENT with optional type specification
|
! Test DO CONCURRENT with optional type specification
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue