代码搜索:contributed

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

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

c dtor3.c

// { dg-do compile } // Contributed by Wolfgang Bangerth // PR c++/12335: Make sure we don't ICE on the qualified-id form of a // destructor call. struct Y { ~Y() {}
www.eeworm.com/read/162614/5517951

c parameter-declaration-1.c

// Contributed by Gabriel Dos Reis // Origin: Robert Schiele; PR C++/8799 // { dg-do compile } struct { a(void = 0; a(0), a(0) // { dg-error "" "" { target *-*-* } }
www.eeworm.com/read/162614/5518004

c template15.c

// { dg-do compile } // Contributed by: Peter Schmid // // PR c++/14545: constructor calls are not integer constant expressions struct
www.eeworm.com/read/162614/5518010

c angle-bracket2.c

// { dg-do compile } // Contributed by MattyT // PR c++/14028: Parser accepts invalid unbalanced bracket. template struct A {}; template cl
www.eeworm.com/read/162614/5518442

c const2.c

// Copyright (C) 2005 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 1 Apr 2005 // { dg-options "-ggdb2" } // Origin: ivan // pinskia@
www.eeworm.com/read/162614/5518446

c dwarf2-1.c

// Copyright (C) 2006 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 6 Jan 2006 // PR 24824 // Origin: wanderer@rsu.ru // { dg-options "-feliminate-dwa
www.eeworm.com/read/162614/5518462

c pmf-1.c

// C++ PR/2521 // Copyright (C) 2002 Free Software Foundation // Contributed by Gabriel Dos Reis // { dg-do compile } struct A { void f(); void foo(void (A::*)(in
www.eeworm.com/read/162614/5518473

c member-of-incomplete-type-1.c

// Copyright (C) 2002 Free Software Foundation // Origin: jmr@fulcrummicro.com // Contributed by Gabriel Dos Reis struct A; int main() { A::g(); // { dg
www.eeworm.com/read/162614/5518598

c covariant2.c

// { dg-do compile } // Copyright (C) 2003 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 12 Dec 2003 // Origin: grigory@stl.sarov.ru // PR c++/12881. ICE
www.eeworm.com/read/162614/5518666

c template-as-base.c

// Contributed by Gabriel Dos Reis // Distilled from PR C++/3656 namespace N { template struct X { }; } struct A : N::X { }; // { dg-error "expected class-name"