代码搜索:contributed
找到约 10,000 项符合「contributed」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5517483
c hidden-class5.c
// Copyright (C) 2005 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
class A {
friend class B;
};
B* b; // { dg-error "expec
www.eeworm.com/read/162614/5517485
c forscope1.c
// { dg-do compile }
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 4 Sept 2001
// Bug 4206. We were nesting SCOPE_STMTs badly.
stru
www.eeworm.com/read/162614/5517490
c conv-2.c
// { dg-do compile }
// Copyright (C) 2004 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 21 Jul 2004
// { dg-final { scan-assembler "_ZNK2A1cviEv" } }
st
www.eeworm.com/read/162614/5517491
c hidden-class1.c
// Copyright (C) 2005 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
class A {
friend class B;
B *b; // { dg-error "no type
www.eeworm.com/read/162614/5517493
c hidden-class8.c
// Copyright (C) 2005 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
namespace N {
class A {
friend class B;
};
}
class
www.eeworm.com/read/162614/5517501
c decl1.c
// { dg-do compile }
// Copyright (C) 2002 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 24 Dec 2002
// PR 8702. Failure to match templates.
template
www.eeworm.com/read/162614/5517511
c struct-hack1.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 19 Apr 2003
// PR 10405. ICE
#define MEM_ENUM(name) int name; en
www.eeworm.com/read/162614/5517577
c lvaddr.c
// Copyright (C) 2002 Free Software Foundation
// Contributed by Matt Austern
// { dg-do compile }
void f()
{
int n;
char* p = &(char) n; // { dg-error "lvalue" }
}
www.eeworm.com/read/162614/5517610
c oper1.c
// { dg-do run }
// Copyright 2002 Free Software Foundation
// Contributed by Jason Merrill
// Make sure the GNU extension of accepting dropping cv-qualifiers for
// the implicit
www.eeworm.com/read/162614/5517620
c fnname2.c
// Test whether __func__ works for ordinary member functions.
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Matt Austern , 3 Aug 2003
// { dg-do run }
str