代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/366702/2876051
f90 argument_checking_14.f90
! { dg-do compile }
! { dg-options "-std=f95" }
!
! PR fortran/34796
!
! This checks for Fortran 2003 extensions.
!
! Argument checks:
! - elements of deferred-shape arrays (= non-dummies) are allowed
www.eeworm.com/read/366702/2876130
f90 argument_checking_10.f90
! { dg-do compile }
!
! PR fortran/34425
!
! Contributed by Joost VandeVondele
!
IMPLICIT NONE
INTEGER :: i(-1:1)
INTEGER :: j(-2:-1)
CALL S(i)
CALL S(j) ! { dg-warning "Actual argument contains too f
www.eeworm.com/read/366702/2876318
f90 argument_checking_13.f90
! { dg-do compile }
!
! PR fortran/34796
!
! Argument checks:
! - elements of deferred-shape arrays (= non-dummies) are allowed
! as the memory is contiguous
! - while assumed-shape arrays (= dummy
www.eeworm.com/read/366702/2876800
f90 argument_checking_6.f90
! { dg-do compile }
! PR fortran/32669
!
! Contributed by Janus Weil
!
program tfe
implicit none
real,dimension(-1:1) :: w
real,dimension(1:4) :: x
real,dimension(0:3) :: y
re
www.eeworm.com/read/366702/2876914
f90 argument_checking_3.f90
! { dg-do compile }
!
! PR fortran/30940
program test
implicit none
interface
subroutine foo(a)
character(len=1),dimension(:) :: a
end subroutine foo
subroutine bar(a)
character(len=1)
www.eeworm.com/read/366702/2877044
f90 argument_checking_12.f90
! { dg-do compile }
! { dg-options "-std=f2003" }
!
! PR fortran/34665
!
! Test argument checking
!
implicit none
CONTAINS
SUBROUTINE test2(a,b,c,d,e)
character(len=*), dimension(:) :: a
character(l
www.eeworm.com/read/366702/2877153
f90 argument_checking_5.f90
! { dg-do compile }
!
! PR fortran/30940
program test
implicit none
interface
subroutine foobar(x)
integer,dimension(4) :: x
end subroutine foobar
subroutine arr(y)
integer,dimension(1
www.eeworm.com/read/366702/2877199
f90 argument_checking_7.f90
! { dg-do compile }
! PR31306 ICE with implicit character variables
! Test case from PR and prepared by Jerry DeLisle
module cyclic
implicit none
contains
function ouch
www.eeworm.com/read/366702/2877482
f90 argument_checking_11.f90
! { dg-do compile }
! { dg-options "-std=f95 -fmax-errors=100" }
!
! PR fortran/34665
!
! Test argument checking
!
! TODO: Check also expressions, e.g. "(a(1))" instead of "a(1)
! for strings; check a
www.eeworm.com/read/366702/2877536
f90 argument_checking_15.f90
! { dg-do compile }
!
! PR fortran/32616
!
! Check for to few elements of the actual argument
! and reject mismatching string lengths for assumed-shape dummies
!
implicit none
external test
integer ::