代码搜索:contributed

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

代码结果 10,000
www.eeworm.com/read/162614/5526079

f90 advance.f90

! { dg-do run } ! PR25463 Check that advance='no' works correctly. ! Derived from example given in PR by Thomas Koenig ! Contributed by Jerry DeLisle program pr25463 charac
www.eeworm.com/read/162614/5526083

f90 internal_dummy_1.f90

! { dg-do compile } ! Tests the fix for 20861, in which internal procedures were permitted to ! be dummy arguments. ! ! Contributed by Joost VandeVondele ! CALL DD(TT) ! { dg-error
www.eeworm.com/read/162614/5526120

f90 equiv_constraint_7.f90

! { dg-do compile } ! { dg-options "-O0" } ! PR20890 - Equivalence cannot contain more than one initialized variables. ! Contributed by Joost VandeVondele ! Started out being in BLOC
www.eeworm.com/read/162614/5526128

f90 host_dummy_index_1.f90

! { dg-do run } ! Tests the fix for PR23446. Based on PR example. ! ! Contributed by Paul Thomas ! PROGRAM TST INTEGER IMAX INTEGER :: A(4) = 1 IMAX=2 CALL S(A) CALL T(
www.eeworm.com/read/162614/5526214

f90 merge_char_const.f90

! { dg-do run } ! { dg-options "-O0" } ! This tests the patch for PR24311 in which the PRINT statement would ! ICE on trying to print a MERGE statement with character constants ! for the first two arg
www.eeworm.com/read/162614/5526274

f90 arrayio_5.f90

! { dg-do run } ! PR 21875 : Test formatted input/output to/from character arrays. ! This test checks the error checking for end of file condition. ! Contributed by Jerry DeLisle
www.eeworm.com/read/162614/5526305

f90 namelist_empty.f90

! pr24584, segfault on namelist reading an empty string ! Contributed by Jerry DeLisle implicit none character*20 temp character(len=10) var nameli
www.eeworm.com/read/162614/5526369

f90 typed_subroutine_1.f90

! { dg-do compile } ! Tests the fix for 20858, in which the compiler failed to detect that ! a called object had a type. ! ! Contributed by Joost VandeVondele ! INTEGER :: S ! { dg
www.eeworm.com/read/162614/5526386

f t_editing.f

! { dg-do run } ! PR25349 Check T editing. Test case from PR submitted by Thomas Koenig ! Contributed by Jerry DeLisle program main character(len=10) line
www.eeworm.com/read/162614/5526492

f90 equiv_constraint_5.f90

! { dg-do compile } ! { dg-options "-O0" } ! PR20902 - Structure with default initializer cannot be equivalence memeber. ! Contributed by Joost VandeVondele TYPE T1 sequence intege