代码搜索:contributed

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

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

c cond1.c

// { dg-do run } // Copyright (C) 2001 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 17 Oct 2002 // PR 7209. We didn't SAVE_EXPR in the right place char
www.eeworm.com/read/162614/5518488

c lval1.c

// Contributed by Matt Austern void f () { int n; (char) n = 1; // { dg-error "" } }
www.eeworm.com/read/162614/5518577

c dcast1.c

// { dg-do compile } // Copyright (C) 2003 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 28 Jan 2003 // PR 9433. segfault at runtime. struct A { v
www.eeworm.com/read/162614/5518670

c covariant12.c

// Copyright (C) 2004 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 27 Feb 2005 // PR 20232: ICE on invalid struct T { }; struct S; struct B { virtual
www.eeworm.com/read/162614/5518679

c using6.c

// Copyright (C) 2005 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 8 Jun 2005 struct A { operator int (); }; template struct TPL : A { u
www.eeworm.com/read/162614/5518681

c covariant10.c

// { dg-do compile } // Contributed by Nathan Sidwell 23 Oct 2003 // Origin: grigory@stl.sarov.ru // PR c++/12699 ICE with covariancy struct c1 { virtual void f1() const
www.eeworm.com/read/162614/5518687

c covariant13.c

// Copyright (C) 2004 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 8 May 2005 // Origin:Andrew Pinski: pinskia@gcc.gnu.org // PR 21427: ICE on valid struc
www.eeworm.com/read/162614/5518702

c covariant14.c

// Copyright (C) 2005 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 18 Oct 2005 // PR 22604 // Origin: Volker Reichelt struct A; s
www.eeworm.com/read/162614/5518716

c using5.c

// Copyright (C) 2005 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 8 Jun 2005 // PR 19496: Missing error during parsing. // Origin: Volker Reichelt
www.eeworm.com/read/162614/5518734

c anon-struct.c

// Contributed by Gabriel Dos Reis // { dg-do compile } namespace N { } namespace M { typedef struct { } N; }