代码搜索:contributed
找到约 10,000 项符合「contributed」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5518832
c c++_cmd_1.c
/* Copyright (C) 2003 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-c -include ${srcdir}/g++.dg/cpp/c++_cmd_1.h" } */
/* Contributed by Devang Patel
www.eeworm.com/read/162614/5518904
c crash2.c
// Copyright (C) 2005 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 16 Jun 2005
// Crash when compiler is optimized
// Origin: Andrew Pinski pinskia@gcc.g
www.eeworm.com/read/162614/5518912
c memfriend11.c
// { dg-do compile }
// Copyright (C) 2004 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// Nested class template of class template as friend
temp
www.eeworm.com/read/162614/5518926
c explicit4.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 27 Jul 2003
// Failed to spot specialization using a template-id
www.eeworm.com/read/162614/5518956
c access1.c
// { dg-do compile }
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 19 Jan 2002
// It is legal to specialize a template with a differ
www.eeworm.com/read/162614/5518959
c explicit6.c
// Copyright (C) 2005 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 14 Feb 2005
// Origin: Volker Reichelt
// Bug 19895: ICE on inva
www.eeworm.com/read/162614/5518976
c crash18.c
// { dg-do compile }
// Contributed by:
// PR c++/15064: typeid does not form an integral constant expression
#include
template
void
www.eeworm.com/read/162614/5519003
c memfriend4.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// Member function of class template as friend
template
www.eeworm.com/read/162614/5519020
c qualttp6.c
// Copyright (C) 2001 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
template class C {
};
template
www.eeworm.com/read/162614/5519021
c spec16.c
// { dg-do compile }
// Contributed by Giovanni Bajo
// PR c++/14497: Reject specialization without template headers
template
struct A {
template