代码搜索:contributed
找到约 10,000 项符合「contributed」的源代码
代码结果 10,000
www.eeworm.com/read/120487/6073043
h geqo_mutation.h
/*-------------------------------------------------------------------------
*
* geqo_mutation.h
* prototypes for mutation functions in optimizer/geqo
*
* Portions Copyright (c) 1996-2003, Postg
www.eeworm.com/read/110034/6167776
s stackcheck.s
/*
* arch/alpha/lib/stackcheck.S
* Contributed by Richard Henderson (rth@tamu.edu)
*
* Verify that we have not overflowed the stack. Oops if we have.
*/
#include
.text
.s
www.eeworm.com/read/102935/6226621
s stackcheck.s
/*
* arch/alpha/lib/stackcheck.S
* Contributed by Richard Henderson (rth@tamu.edu)
*
* Verify that we have not overflowed the stack. Oops if we have.
*/
#include
.text
.s
www.eeworm.com/read/216674/14998057
acks
Acknowledgements
----------------
This list is sorted in alphabetical order, and is probably incomplete.
I'd like to thank everybody who contributed in any way, with code, bug
reports, and comments.
www.eeworm.com/read/162614/5517215
c effc1.c
// { dg-options -Weffc++ }
// { dg-do compile }
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 26 Apr 2002
// Bug 5719
class A
{
www.eeworm.com/read/162614/5517747
c args1.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 9 Jul 2003
// PR c++ 11050. Accepted ill-formed
void Foo (int)
www.eeworm.com/read/162614/5517837
c new2.c
// { dg-do compile }
// Contributed by David Daney
// PR c++/14181: Cryptic error message for ill-formed new expressions
void f1(void)
{
(void)new (char*)[10]; // {
www.eeworm.com/read/162614/5517845
c crash10.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 22 Jul 2003
// PR c++ 10953. ICE
// { dg-bogus "" "" { target *-
www.eeworm.com/read/162614/5517933
c decl-specifier-1.c
// Contributed by Gabriel Dos Reis
// Origin: PRs 7721 and 7803
// { dg-do compile }
namespace N
{
template
struct X { };
}
N::X X;
www.eeworm.com/read/162614/5517937
c ptrmem2.c
// { dg-do compile }
// Copyright (C) 2004 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 2 Dec 2004
// PR 18782: ICE with ptr-to-member
// Origin: Volke