代码搜索:patch
找到约 9,523 项符合「patch」的源代码
代码结果 9,523
www.eeworm.com/read/366702/2876257
f90 value_3.f90
! { dg-do compile }
! Tests the constraints in the patch for PR29642, which requested the
! implementation of the F2003 VALUE attribute for gfortran.
!
! Contributed by Paul Thomas
www.eeworm.com/read/366702/2876514
f90 generic_6.f90
! { dg-do compile }
! Tests the patch for PR28873, in which the call create () would cause an
! error because resolve.c(resolve_generic_s) was failing to look in the
! parent namespace for a matching
www.eeworm.com/read/366702/2876555
f90 implicit_9.f90
! { dg-do compile }
! Tests patch for PR29373, in which the implicit character
! statement messes up the function declaration because the
! requisite functions in decl.c were told nothing about
! impl
www.eeworm.com/read/366702/2876692
f90 derived_pointer_recursion.f90
! { dg-do compile }
! { dg-options "-O0" }
! Tests patch for PR24092 - This would ICE because of the loop in the
! derived type definitions.
!
module llo
type :: it
character*10 :
www.eeworm.com/read/366702/2876801
f90 reshape_source_size_1.f90
! { dg-do compile }
! Tests patch for PR29758, which arose from PR29431. There was no check that there
! were enough elements in the source to match the shape.
!
! Contributed by Paul Thomas
www.eeworm.com/read/366702/2877035
f90 parens_5.f90
! { dg-do run }
! Another case of fallout from the original patch for PR14771
! Testcase by Erik Zeek
module para
contains
function bobo(n)
integer, intent(in) :: n
character(len=(n))
www.eeworm.com/read/366702/2877060
f90 used_types_11.f90
! { dg-do compile }
! Tests the patch for PR 29641, in which an ICE would occur with
! the ordering of USE statements below.
!
! Contributed by Jakub Jelinek
!
module A
type :: T
www.eeworm.com/read/366702/2877133
f90 used_dummy_types_7.f90
! { dg-do compile }
! This tests a patch for a regression caused by the second part of
! the fix for PR30554. The linked derived types dummy_atom and
! dummy_atom_list caused a segment fault because
www.eeworm.com/read/366702/2877615
f90 interface_9.f90
! { dg-do compile }
! Test of the patch for PR30096, in which gfortran incorrectly.
! compared local with host associated interfaces.
!
! Based on contribution by Harald Anlauf
!
modu
www.eeworm.com/read/365298/2897800
658_oldnotify_awk
#!/bin/sh -e
## by Giuseppe Sacco
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix a problem when using the old notify script. See #386036.
##