代码搜索:contributed
找到约 10,000 项符合「contributed」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5517628
c asm3.c
// { dg-do compile }
// Copyright (C) 2002 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 16 Sep 2002
// PR 7015. ICE with asms
int two(int in)
{
regist
www.eeworm.com/read/162614/5517639
c fnname1.c
// Test whether __func__ works for namespace-scope C++ functions.
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Matt Austern , 3 Aug 2003
// { dg-do run }
www.eeworm.com/read/162614/5517670
c alignof1.c
// { dg-do run }
// Copyright (C) 2002 Free Software Foundation, Inc.
// Contributed by Gabriel Dos Reis , 2002-07-20
// Bug PR/7363.
template
int my_alignof()
{
www.eeworm.com/read/162614/5517694
c typeof1.c
// Test typeof template argument substitution
// Copyright (C) 2001 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
// { dg-optio
www.eeworm.com/read/162614/5517695
c vla2.c
// { dg-do compile }
// { dg-options "" }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 21 Mar 2003
// PR 9708. We unified a VLA siz
www.eeworm.com/read/162614/5517767
c crash18.c
// Copyright (C) 2004 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 20 Oct 2004
// PR 18095: ICE
// Origin: Volker Reichelt
struct
www.eeworm.com/read/162614/5517784
c crash26.c
// Copyright (C) 2005 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 13 Jun 2005
// Origin: Volker Reichelt
// Bug 21929: ICE on inv
www.eeworm.com/read/162614/5517854
c direct-initialization-2.c
// Copyright (C) 2002 Free Software Foundation
// Origin: C++/729
// Contributed by Gabriel Dos Reis
// { dg-do compile }
struct A {
A(int) { }
};
struct B {
typ
www.eeworm.com/read/162614/5517908
c ptrmem3.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/5517909
c dtor4.c
// { dg-do compile }
// Contributed by Paul Koning
// PR c++/15947: Accept destructor as template in qualified-id
template struct X {
~X();
};
template