代码搜索:Contributed

找到约 10,000 项符合「Contributed」的源代码

代码结果 10,000
www.eeworm.com/read/162614/5518735

c scope1.c

// { dg-do compile } // Copyright (C) 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 30 Nov 2001 // PR 3381 namespace N { template
www.eeworm.com/read/162614/5518754

c init2.c

// { dg-do run } // Copyright (C) 2001 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 20 Dec 2001 // PR 160. Wrong code emitted for some reference i
www.eeworm.com/read/162614/5519277

c qual2.c

// { dg-do run } // Copyright (C) 2003 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 23 Jan 2003 // PR9415. Forgot a lookup was scoped int here; int ther
www.eeworm.com/read/162614/5519633

c using9.c

// { dg-do assemble } // // Copyright (C) 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 26 Feb 2001 // Bug 75. using declarations cannot introduce f
www.eeworm.com/read/162614/5519743

c shadow1.c

// { dg-do assemble } // Bug: g++ thinks that the i in g() shadows the parm from f() // Contributed by Jason Merrill void f (int i) { struct A { void g () { int i;
www.eeworm.com/read/162614/5519867

c syntax3.c

// { dg-do assemble } // Copyright (C) 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 22 June 2000 // Origin GNATS bug report 262 from Jeremy Sanders
www.eeworm.com/read/162614/5519880

c ambig3.c

// { dg-do assemble } // Copyright (C) 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 23 June 2000 // Origin GNATS bug report 69 from Glenn Ammons
www.eeworm.com/read/162614/5520123

c for2.c

// { dg-do assemble } // Copyright (C) 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 24 Jul 2000 // Bug 306 // binding a reference in for scope crea
www.eeworm.com/read/162614/5523019

m protocol-isequal-4.m

/* Contributed by David Ayers - Fri Jun 4 03:16:17 BST 2004 */ /* Test that a protocol is not equal to something which is not a protocol. */ #include @protocol Foo - (void)foo; @e
www.eeworm.com/read/162614/5526030

f90 arrayio_3.f90

! { dg-do run } ! PR 21875 : Test formatted input/output to/from character arrays. ! This test deliberately exceeds the record length in a write and verifies ! the error message. Contributed by Jerry