代码搜索:patch
找到约 9,523 项符合「patch」的源代码
代码结果 9,523
www.eeworm.com/read/385253/2593683
svn-base landscape.h.svn-base
#pragma once
#include "TriPool.h"
#include "Patch.h"
class LandScape
{
public:
LandScape(void);
public:
~LandScape(void);
//data for store the Height Field array
static unsigned char *
www.eeworm.com/read/381490/2644374
686 readme.686
This is a patched version of zlib, modified to use
Pentium-Pro-optimized assembly code in the deflation algorithm. The
files changed/added by this patch are:
README.686
match.S
The speedup th
www.eeworm.com/read/366702/2876009
f entry_array_specs_2.f
! { dg-do run }
! Tests the patch for PR30025, aka 25818, in which the initialization
! code for the array a, was causing a segfault in runtime for a call
! to x, since n is missing.
!
! COntributed b
www.eeworm.com/read/366702/2876049
f90 function_kinds_5.f90
! { dg-do compile }
! Tests the fix for PR34471 in which function KINDs that were
! USE associated would cause an error. This checks a regression
! caused by an intermediate version of the patch.
!
!
www.eeworm.com/read/366702/2876208
f90 generic_13.f90
! { dg-do compile }
! tests the patch for PR30870, in which the generic XX was rejected
! because the specific with the same name was not looked for.
!
! Contributed by Joost VandeVondele
www.eeworm.com/read/366702/2876227
f90 used_types_7.f90
! { dg-do compile }
! Tests the fix for a further regression caused by the
! fix for PR28788 and posted as PR28908. The problem was
! caused by the patch preventing interface derived types
! from asso
www.eeworm.com/read/366702/2877447
f90 intent_used_1.f90
! { dg-do compile }
! Tests the fix for the regression caused by the patch for PR20869
! which itself is tested and described by intrinsic_external_1.f90
!
! reported to the fortran list by Dominique
www.eeworm.com/read/366702/2877547
f90 used_types_8.f90
! { dg-do compile }
! Tests the fix for a further regression caused by the
! fix for PR28788 and posted as PR28908. The problem was
! caused by the patch preventing interface derived types
! from asso
www.eeworm.com/read/366702/2877761
f90 implicit_7.f90
! { dg-do compile }
! PR 24643
! This tests a case where the compiler used to ICE in an early
! incarnation of the patch
ylocal=1
ybtable=ylocal(1:2) ! { dg-error "Unclassifiable" }
end
www.eeworm.com/read/366702/2877778
f90 assumed_charlen_function_3.f90
! { dg-do compile }
! Tests the patch for PRs 25084, 20852, 25085 and 25086, all of
! which involve assumed character length functions.
! This test checks the things that should not emit errors.
!