代码搜索:patch
找到约 9,523 项符合「patch」的源代码
代码结果 9,523
www.eeworm.com/read/366702/2877066
f90 derived_recursion.f90
! { dg-do compile }
! { dg-options "-O0" }
! Tests patch for PR24158 - The module would compile, in spite
! of the recursion between the derived types. This would cause
! an ICE in the commented out m
www.eeworm.com/read/366702/2877765
f90 global_references_1.f90
! { dg-do compile }
! This program tests the patch for PRs 20881, 23308, 25538 & 25710
! Assembled from PRs by Paul Thomas
module m
contains
subroutine g(x) ! Local entity
www.eeworm.com/read/366702/2877805
f90 fmt_t_5.f90
! { dg-do run }
! PR32678 GFortan works incorrectly when writing with FORMAT Tx
! Before patch, NULLs were inserted in output.
! Test case from reporter enhanced to detect this problem.
characte
www.eeworm.com/read/366702/2879616
c 20030331-1.c
/* From PR/9301. Fixed by ebotcazou's patch for PR/9493. */
void bar (void);
void foo (int a, int b, int c, int d, int e)
{
if (a)
bar();
if (b && c)
;
if (d && e)
;
}
www.eeworm.com/read/362543/2932955
patchme
# master confi.mk
echo "CROSS_COMPILE = powerpc-linux-" >>include/config.mk
# patch the examples/Makefile to ignore return value from OBJCOPY
sed -e 's/$(OBJCOPY)/-&/' < examples/Makefile > examples
www.eeworm.com/read/360831/2959354
patchme
# master confi.mk
echo "CROSS_COMPILE = powerpc-linux-" >>include/config.mk
# patch the examples/Makefile to ignore return value from OBJCOPY
sed -e 's/$(OBJCOPY)/-&/' < examples/Makefile > examples
www.eeworm.com/read/357991/3009661
java multilayerperceptronoperatorresult.java
package eti.bi.alphaminer.patch.standard.operation.result;
import java.util.ArrayList;
import javax.swing.JTable;
import javax.swing.table.TableColumnModel;
import weka.classifiers.Classifier;
www.eeworm.com/read/357991/3009702
java linearregressionoperator.java
package eti.bi.alphaminer.patch.standard.operation.operator;
import java.util.Vector;
import com.prudsys.pdm.Core.MiningException;
import eti.bi.alphaminer.operation.operator.ModelOperator;
im
www.eeworm.com/read/356084/3042335
m abeamlet.m
% p=patch('faces',f,'vertices',v,'facecolor','w');
%
%
% Part of BeamLab Version:200
% Built:Friday,23-Aug-2002 00:00:00
% This is Copyrighted Material
% For Copying permissions see COPYING.m
% Commen
www.eeworm.com/read/355133/3063885
patchme
# master confi.mk
echo "CROSS_COMPILE = powerpc-linux-" >>include/config.mk
# patch the examples/Makefile to ignore return value from OBJCOPY
sed -e 's/$(OBJCOPY)/-&/' < examples/Makefile > examples