代码搜索:contributed

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

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

c linkage1.c

// { dg-do compile } // Copyright (C) 2001 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 9 Dec 2001 // PR 51 // This example snippet is from the IS
www.eeworm.com/read/162614/5518768

c constref1.c

// { dg-do compile } // Copyright (C) 2002 Free Software Foundation, Inc. // Contributed by Matt Austern 12 Sep 2002 // Make sure that we can pass a cast-expression as an argumen
www.eeworm.com/read/162614/5518784

c constref2.c

// { dg-do compile } // Copyright (C) 2002 Free Software Foundation, Inc. // Contributed by Matt Austern 12 Sep 2002 // Make sure that we can pass a cast-expression as an argumen
www.eeworm.com/read/162614/5518788

c error4.c

// { dg-do compile } // Copyright (C) 2003 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 21 Mar 2003 // PR 9898. Confusing error message struct Wrapper {
www.eeworm.com/read/162614/5518798

c do1.c

// { dg-do compile } // Copyright (C) 2002 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 16 Sep 2002 // PR 7640. ICE. void init () { do { } while (0)
www.eeworm.com/read/162614/5518800

c const1.c

// { dg-do compile } // Copyright (C) 2001 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 26 Dec 2001 // PR 335. Missed diagnostic struct Foo { u
www.eeworm.com/read/162614/5518807

c classkey1.c

// { dg-do compile } // Copyright (C) 2002 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 28 Feb 2002 // PR 775. Some mismatches which were broken. templa
www.eeworm.com/read/162614/5518812

c error1.c

// { dg-do compile } // Copyright (C) 2001, 2002 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 18 Dec 2001 // PR 90, stupid error message `(this +
www.eeworm.com/read/162614/5518814

c infloop-1.c

// PR 18300: This sends old compilers into an infinite loop on x86_64 // Testcase and patch contributed by Zak Kipling struct base1 { }; struct base2 { }; struct base3 { }; str
www.eeworm.com/read/162614/5518825

c switch2.c

// Copyright (C) 2005 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 13 Oct 2005 // PR 22551:ICE // Origin: Johnny Casey