代码搜索:contributed

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

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

c warn5.c

// { dg-do assemble } // { dg-options "-W " } // // Copyright (C) 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 6 Febs 2001 // Bug 1765. We gave bog
www.eeworm.com/read/162614/5519815

c cond6.c

// { dg-do assemble } // Test that the result of `x ? const E : E' is an E rvalue. // Contributed by Jason Merrill enum E { a }; bool b; int main () { E e1 = a; const E &er
www.eeworm.com/read/162614/5519998

c decl9.c

// { dg-do assemble } // Build don't link // Origin: batali@cogsci.ucsd.edu // Contributed by Gabriel Dos Reis typedef struct { } S; // OK typedef struct { };
www.eeworm.com/read/162614/5520187

c repo3.c

// { dg-do link } // { dg-options "-frepo" } // Test that we properly generate the vtable and such for C. // Contributed by scott snyder // Build then link: struct A { virtual ~A
www.eeworm.com/read/162614/5520230

c crash56.c

// { dg-do assemble } // // Copyright (C) 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 1 Sep 2000 // bug 127. We ICE'd when given a non-template TY
www.eeworm.com/read/162614/5520362

c syntax1.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/5520371

c expr8.c

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

c deduct7.c

// { dg-do run } // Copyright (C) 2001 Free Software Foundation, Inc. // Contributed by Jason Merrill 14 Jun 2001 // Test that deduction can add cv-quals to a pointer-to-member ty
www.eeworm.com/read/162614/5520961

c type2.c

// { dg-do assemble } // // Copyright (C) 2001 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 11 April 2001 // Origin:stephen.webb@cybersafe.com // Bug 2
www.eeworm.com/read/162614/5521602

c addrfunc1.c

// { dg-do assemble } // { dg-options "-fms-extensions" } // Test that taking the address of a member function name produces // a pointer to member function. // Contributed by Jason Merrill