代码搜索:contributed
找到约 10,000 项符合「contributed」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5519685
c pod1.c
// { dg-do assemble }
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 28 Feb 2001
// DR 148. Now allows pointer to members in POD str
www.eeworm.com/read/162614/5519729
c lineno3.c
// { dg-do assemble }
// Bug: g++ gets confused by the #line directive within a method.
// Contributed by Mark Mitchell
struct S
{
void f ()
{
int i;
www.eeworm.com/read/162614/5519763
c defarg9.c
// { dg-do assemble }
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 24 April 2001
// Bug 2608. A default parameter introduced in
www.eeworm.com/read/162614/5519799
c override2.c
// { dg-do assemble }
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Jason Merrill 14 Jun 2001
// Test for diagnosis of missing final overrider.
struct A
www.eeworm.com/read/162614/5519800
c anon4.c
// { dg-do assemble }
// Copyright (C) 1999 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 20 May 1999
// Anon unions cannot have user defined member functions
//
www.eeworm.com/read/162614/5519831
c lineno5.c
// { dg-do assemble }
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 25 Jul 2001
// Origin: johanb@DoCS.UU.SE
// Bug 3621. At the
www.eeworm.com/read/162614/5519847
c signed.c
// { dg-do assemble }
// Copyright (C) 1999 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 24 Mar 1999
// Determine that function style casts are groked
void fn()
www.eeworm.com/read/162614/5519858
c parse2.c
// { dg-do assemble }
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 24 Nov 2000
// Bug 531: We ICEd trying to give a parse error.
www.eeworm.com/read/162614/5519924
c ambig2.c
// { dg-do assemble }
// Copyright (C) 1999, 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 29 Aug 1999
// We should spot all ambiguities
struct A {int m;};
s
www.eeworm.com/read/162614/5519925
c lookup16.c
// { dg-do assemble }
// Copyright (C) 1999 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 25 Aug 1999
// Bug 3
// typenames are not injected early enough, [basic.s