代码搜索:Interface

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

代码结果 10,000
www.eeworm.com/read/366702/2876579

f90 interface_11.f90

! { dg-do compile } ! Tests the fix for PR30883 in which interface functions and ! their results did not get an implicit type. ! ! Contributed by Joost VandeVondele ! MODULE M1 IMP
www.eeworm.com/read/366702/2876622

f90 interface_4.f90

! { dg-do run } ! Tests the fix for the interface bit of PR29975, in which the ! interfaces bl_copy were rejected as ambiguous, even though ! they import different specific interfaces. ! ! Contributed
www.eeworm.com/read/366702/2876756

f90 interface_12.f90

! { dg-do run } ! Test the fix for PR31293. ! ! File: interface4.f90 ! http://home.comcast.net/%7Ekmbtib/Fortran_stuff/interface4.f90 ! Public domain 2004 James Van Buskirk ! Second attempt to actuall
www.eeworm.com/read/366702/2876838

f90 interface_20.f90

! { dg-do compile } ! PR33162 INTRINSIC functions as ACTUAL argument ! Test case adapted from PR by Jerry DeLisle module m implicit none contains subroutine sub(a) interf
www.eeworm.com/read/366702/2876913

f90 named_interface.f90

! { dg-do compile } ! PR 20363 module snafu interface foo subroutine really_snafu (foo) integer, intent (inout) :: foo end subroutine really_snafu end interface foo end modu
www.eeworm.com/read/366702/2876954

f90 interface_15.f90

! { dg-do compile } ! { dg-options "-c -std=f95" } ! Testcase from PR fortran/25094 ! Contributed by Joost VandeVondele MODULE M1 TYPE T1 INTEGER :: I END TYPE T1 INTERFAC
www.eeworm.com/read/366702/2877097

f90 interface_13.f90

! { dg-do compile } ! PR32612 gfortran - incorrectly flags error on interface module ! Test case is that of the reporters module files_module implicit none integer, parameter :: REA
www.eeworm.com/read/366702/2877202

f90 interface_1.f90

! { dg-do compile } ! This program would segfault without the patch for PR fortran/24005. module y ! ! If private statement is removed, then we get a bunch of errors ! private f ! ! If we
www.eeworm.com/read/366702/2877423

f90 interface_22.f90

! { dg-do compile } ! ! This is a check for error recovery: we used to ICE in various places, or ! emit bogus error messages (PR 25252) ! module foo interface bar module procedure X, Y, ! { dg-e
www.eeworm.com/read/366702/2877489

f90 interface_17.f90

! { dg-do compile } ! Tests the fix for PR32727, which was a regression caused ! by the fix for PR32634 ! ! Contributed by Joost VandeVondele ! MODULE kinds INTEGER, PARAMETER :: d