代码搜索:contributed
找到约 10,000 项符合「contributed」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2872866
m type-size-2.m
/* Make sure that array arguments to methods are given the size of pointers. */
/* As in the case of ivars, arrays without size (e.g., 'int []') are
encoded as pointers. */
/* Contributed by Ziem
www.eeworm.com/read/366702/2876030
f90 namelist_25.f90
! { dg-do compile }
! Tests patch for PR29407, in which the declaration of 'my' as
! a local variable was ignored, so that the procedure and namelist
! attributes for 'my' clashed..
!
! Contributed by
www.eeworm.com/read/366702/2876370
f90 array_constructor_17.f90
! { dg-do run }
! Tests the fix for PR31219, in which the character length of
! the functions in the array constructor was not being obtained
! correctly and this caused an ICE.
!
! Contributed by Joo
www.eeworm.com/read/366702/2876924
f90 dependency_19.f90
! { dg-do compile }
! Tests the fix for PR30273, in which the pointer assignment was
! wrongly determined to have dependence because NULL() was not
! recognised by the analysis.
!
! Contributed by Har
www.eeworm.com/read/366702/2877014
f90 stfunc_3.f90
! { dg-do compile }
! Tests the fix for PR20867 in which implicit typing was not done within
! statement functions and so was not confirmed or not by subsequent
! type delarations.
!
! Contributed by
www.eeworm.com/read/366702/2877181
f90 elemental_subroutine_4.f90
! { dg-do compile }
! Test the fix for PR25099, in which conformance checking was not being
! done for elemental subroutines and therefore for interface assignments.
!
! Contributed by Joost VandeVond
www.eeworm.com/read/366702/2877759
f90 alloc_comp_basics_5.f90
! { dg-do run }
! This checks the correct functioning of derived types with the SAVE
! attribute and allocatable components - PR31163
!
! Contributed by Salvatore Filippone
www.eeworm.com/read/366702/2877802
f90 pr32738.f90
! { dg-do compile }
! PR fortran/32738
!
! A regression that mysteriously appeared and disappeared again.
! Added to the testsuite "just in case".
!
! Contributed by Michael Richmond
www.eeworm.com/read/366702/2879819
c 20000827-1.c
/* Copyright (C) 2000 Free Software Foundation */
/* Contributed by Alexandre Oliva */
int
foo ()
{
while (1)
{
int a;
char b;
/* gcse should not merge