代码搜索:Check

找到约 10,000 项符合「Check」的源代码

代码结果 10,000
www.eeworm.com/read/367730/2831271

patch 300-012_check_ldrunpath_length.patch

#!/bin/sh -e ## 012_check_ldrunpath_length.dpatch by Chris Chimelis ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Only generate an RPATH entry if LD
www.eeworm.com/read/367730/2831278

patch 300-012_check_ldrunpath_length.patch

#!/bin/sh -e ## 012_check_ldrunpath_length.dpatch by Chris Chimelis ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Only generate an RPATH entry if LD
www.eeworm.com/read/367730/2831283

patch 300-012_check_ldrunpath_length.patch

#!/bin/sh -e ## 012_check_ldrunpath_length.dpatch by Chris Chimelis ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Only generate an RPATH entry if LD
www.eeworm.com/read/367730/2831288

patch 300-012_check_ldrunpath_length.patch

#!/bin/sh -e ## 012_check_ldrunpath_length.dpatch by Chris Chimelis ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Only generate an RPATH entry if LD
www.eeworm.com/read/367730/2831293

patch 300-012_check_ldrunpath_length.patch

#!/bin/sh -e ## 012_check_ldrunpath_length.dpatch by Chris Chimelis ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Only generate an RPATH entry if LD
www.eeworm.com/read/367730/2831305

patch 300-012_check_ldrunpath_length.patch

#!/bin/sh -e ## 012_check_ldrunpath_length.dpatch by Chris Chimelis ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Only generate an RPATH entry if LD
www.eeworm.com/read/367730/2831310

patch 300-012_check_ldrunpath_length.patch

#!/bin/sh -e ## 012_check_ldrunpath_length.dpatch by Chris Chimelis ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Only generate an RPATH entry if LD
www.eeworm.com/read/366702/2876242

f90 bounds_check_fail_1.f90

! { dg-do run } ! { dg-options "-fbounds-check" } ! { dg-shouldfail "foo" } integer x(1) x(2) = x(1) ! { dg-warning "out of bounds" } end ! { dg-output "out of bounds for array 'x', upper bound
www.eeworm.com/read/366702/2877369

f90 bounds_check_fail_2.f90

! { dg-do run } ! { dg-options "-fbounds-check" } ! { dg-shouldfail "foo" } ! ! PR 31119 module sub_mod contains elemental subroutine set_optional(i,idef,iopt) integer, intent(out) :: i
www.eeworm.com/read/366702/2877416

f90 elemental_args_check_2.f90

! { dg-do compile } ! ! PR fortran/34660 ! ! Check for elemental constrain C1277 (F2003). ! Contributed by Joost VandeVondele. ! MODULE M1 IMPLICIT NONE CONTAINS PURE ELEMENTAL SUBROUTINE S1(I,F)