代码搜索:patch

找到约 9,523 项符合「patch」的源代码

代码结果 9,523
www.eeworm.com/read/368758/2811884

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/368386/2816585

s misc.s

/* * BK Id: SCCS/s.misc.S 1.7 05/18/01 06:20:29 patch */ /* * Copyright (C) Paul Mackerras 1997. * * This program is free software; you can redistribute it and/or * modify it under the terms of
www.eeworm.com/read/368383/2822429

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/367224/2849635

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/366702/2876366

f90 entry_7.f90

! { dg-do compile } ! Check that PR20877 and PR25047 are fixed by the patch for ! PR24558. Both modules would emit the error: ! insert_bbt(): Duplicate key found! ! because of the prior references to
www.eeworm.com/read/366702/2876445

f90 alloc_comp_basics_3.f90

! { dg-do compile } ! Test the patch for PR30202 in which the INTENT(OUT) ! caused an ICE. ! ! Contributed by Salvatore Filippone ! program class_scal_p implicit none type
www.eeworm.com/read/366702/2876563

f90 transfer_array_intrinsic_4.f90

! { dg-do run } ! { dg-options "-std=gnu" } ! Tests patch for pr27155, where character scalar string_lengths ! were not correctly translated by the array transfer intrinsic. ! ! Contributed by Bo Berg
www.eeworm.com/read/366702/2876921

f90 generic_5.f90

! { dg-do compile } ! Tests the patch for PR28201, in which the call to ice would cause an ICE ! because resolve.c(resolve_generic_s) would try to look in the parent ! namespace to see if the subrouti
www.eeworm.com/read/366702/2876931

f90 allocate_char_star_scalar_1.f90

! { dg-do compile } ! Tests the patch for PR26038 that used to ICE in gfc_trans_allocate ! for the want of a string_length to pass to the library. ! Contributed by hjl@lucon.org && Erik Edelmann
www.eeworm.com/read/366702/2876976

f90 derived_pointer_null_1.f90

! { dg-do compile } ! { dg-options "-std=gnu" } ! ! Test of fix (patch unknown) for pr19181 and pr21300. This test is based ! on the example given in 21300. Note that this can be executed. ! ! Contri