代码搜索:Contributed
找到约 10,000 项符合「Contributed」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5518673
c covariant6.c
// { dg-do compile }
// Copyright (C) 2002 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 27 Dec 2002
// We ICE'd
struct c0 {};
struct c1 : virtual c0
{
www.eeworm.com/read/162614/5518674
c covariant5.c
// { dg-do compile }
// Copyright (C) 2002 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 27 Dec 2002
// We ICE'd
struct c0 {};
struct c1 : virtual c0
{
www.eeworm.com/read/162614/5518680
c covariant8.c
// { dg-do compile }
// Copyright (C) 2002 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 31 Dec 2002
// ICE with covariant thunks.
struct c0 {};
struct
www.eeworm.com/read/162614/5518693
c covariant7.c
// { dg-do compile }
// Copyright (C) 2002 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 27 Dec 2002
// We ICE'd
struct c0 {};
struct c1 : virtual c0
{
www.eeworm.com/read/162614/5518694
c base1.c
// { dg-do compile }
// { dg-options "-pedantic-errors -w" }
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 29 Nov 2001
// PR
www.eeworm.com/read/162614/5518722
c error9.c
// { dg-options -Wall }
// Copyright (C) 2004 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 27 Sept 2004
// Origin: v.haisman@sh.cvut.cz
// Bug 17681:
www.eeworm.com/read/162614/5518723
c conversion1.c
// PR C++/2213
// Origin: philippeb@corel.com
// Copyright (C), 2002 Free Software Foundation
// Contributed by Gabriel Dos Reis
// { dg-do compile }
class QObject
{
www.eeworm.com/read/162614/5518887
c to-virtual-base-1.c
// Copyright (C) 2002 Free Software Foundation
// Contributed by Gabriel Dos Reis
struct A {
virtual void f(const A* a) = 0;
};
struct B : virtual A {
virtual void
www.eeworm.com/read/162614/5518938
c koenig5.c
// { dg-do compile }
// Contributed by David Abrahams
// PR c++/14143: Koenig lookup should only look into template arguments only
// if the argument is a template
www.eeworm.com/read/162614/5518994
c spec12.c
// { dg-do compile }
// Contributed by: Wolfgang Bangerth
// PR c++/14409: Accepts invalid function signature for explicit instantiation
struct X
{
template