代码搜索:Contributed
找到约 10,000 项符合「Contributed」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5518924
c sizeof6.c
// { dg-do compile }
// Contributed by Giovanni Bajo
// PR c++/13683: bogus warning about passing non-PODs through ellipsis
struct B {};
struct NonPOD : B {};
s
www.eeworm.com/read/162614/5518932
c ttp12.c
// Copyright (C) 2004 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
// Check the type of non-type parameter in template templat
www.eeworm.com/read/162614/5518944
c friend18.c
// { dg-do run }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 26 Mar 2003
// PR 10158. implicit inline template friends ICE'd
temp
www.eeworm.com/read/162614/5518946
c init5.c
// Copyright (C) 2005 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 31 May 2005
// PR 21165. ICE on valid
// Origin:Volker Reichelt reichelt@gcc.gnu.org
www.eeworm.com/read/162614/5518965
c member5.c
// { dg-do compile }
// Contributed by:
// PR c++/14389: Disambiguate overloaded member templates which differ only
// in the template argument list.
namespace N1 {
struct S
www.eeworm.com/read/162614/5518969
c dependent-expr2.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 2 Aug 2003
// PR 11704. ICE
struct A
{
int foo()
{
ret
www.eeworm.com/read/162614/5518970
c ttp2.c
// Copyright (C) 2001 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
template struct Alloc {};
template
www.eeworm.com/read/162614/5519012
c qualttp18.c
// Copyright (C) 2001, 2002 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
struct A
{
template class B {};
};
templa
www.eeworm.com/read/162614/5519013
c init4.c
// { dg-do compile }
// Copyright (C) 2004 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 15 Dec 2004
// PR 18905. bogus error
// Origin: Andrew Pinski
www.eeworm.com/read/162614/5519037
c access8.c
// Copyright (C) 2003 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
// Template instantiate during deferred access check
templ