代码搜索:contributed
找到约 10,000 项符合「contributed」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5517571
c packed7.c
// PR c++/14124
// A packed enum uses the minimal underlying type.
// Copyright (C) 2004 Free Software Foundation, Inc.
// Contributed by Matt Austern
// { dg-do run }
enum XXX
www.eeworm.com/read/162614/5517683
c packed9.c
// Copyright (C) 2005 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 26 Apr 2005
// DR21166. unnecessary error on packed char
struct s1 {
char c
www.eeworm.com/read/162614/5517755
c defarg10.c
// Copyright (C) 2005 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 7 Jun 2005
// From java library.
void Foo (int = 0);
class Class
{
friend void Foo
www.eeworm.com/read/162614/5517811
c template16.c
// Copyright (C) 2005 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 26 May 2005
// Origin:Volker Reichelt reichelt@gcc.gnu.org
// PR 21681. ICE with inappr
www.eeworm.com/read/162614/5517818
c ambig1.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 4 Jan 2003
// PR 9109. Ambiguity. [dcl.ambig.res]/7
template
www.eeworm.com/read/162614/5517820
c defarg9.c
// Copyright (C) 2005 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 6 Jun 2005
// PR 21903:Reject legal with default arg confusion
// Origin: Wolfgang Ban
www.eeworm.com/read/162614/5517840
c defarg4.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 3 Jul 2003
// PR c++ 9162. default args got left unprocessed
str
www.eeworm.com/read/162614/5517842
c template3.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 24 Jan 2003
// PR 9403. We failed to parse template keyword, and
www.eeworm.com/read/162614/5517844
c local-class1.c
// Copyright (C) 2005 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 14 Feb 2005
// Origin: Jorn Wolfgang Rennecke
// Bug 19608: ICE
www.eeworm.com/read/162614/5517899
c offsetof4.c
// { dg-do compile }
// Contributed by Bill Helfinstine
// PR c++/14932: Allow subscript operator in offsetof
#include
struct A
{
int bar;
int