代码搜索:contributed
找到约 10,000 项符合「contributed」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5517953
c template4.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 32 Jan 2003
// PR 795. fields are not necessarily a dependent typ
www.eeworm.com/read/162614/5517973
c defarg2.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 4 Jan 2003
// We erroneously prohibited default args on parenthes
www.eeworm.com/read/162614/5517974
c crash15.c
// { dg-do compile }
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 29 Jun 2004
// Origin: Volker Reichelt
//
www.eeworm.com/read/162614/5517976
c crash29.c
// Copyright (C) 2005 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 23 Aug 2005
// PR 22454: ICE
// Origin: Volker Reichelt reichelt@gcc.gnu.org
template
www.eeworm.com/read/162614/5517982
c conv_op1.c
// { dg-do compile }
// Copyright (C) 2002 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 21 Dec 2002
// PR 8572. ICE with templated conversion operators.
www.eeworm.com/read/162614/5517992
c crash14.c
// { dg-do compile }
// Contributed by: Giovanni Bajo
// PR c++/14448: Fold constant initializers in templates
template struct A
{
A();
};
template
www.eeworm.com/read/162614/5517993
c template6.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Wolfgang Bangerth 20 Feb 2003.
// PR c++/9778. Ensure templated functions in
www.eeworm.com/read/162614/5518000
c nontype1.c
// Copyright (C) 2003 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
// PR c++/13289: Incorrectly reject non-type template argum
www.eeworm.com/read/162614/5518003
c template5.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 28 Jan 2003
// PR 3902. More type/decl confusion.
template
www.eeworm.com/read/162614/5518018
c angle-bracket.c
// Contributed by Gabriel Dos Reis
// Origin: Bill Somerville
// { dg-do compile }
int main()
{
( int() > int() );
return 0;
}