代码搜索:contributed
找到约 10,000 项符合「contributed」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5518619
c mangle19-1.c
// { dg-do compile }
// { dg-options "-fabi-version=2" }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 15 Dec 2003
// PR 13242
// ma
www.eeworm.com/read/162614/5518624
c mangle20-2.c
// { dg-do compile }
// { dg-options "-fabi-version=1 -Wabi" }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 15 Dec 2003
// PR 9043
www.eeworm.com/read/162614/5518638
c mangle19-2.c
// { dg-do compile }
// { dg-options "-fabi-version=1 -Wabi" }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 15 Dec 2003
// PR 13242
www.eeworm.com/read/162614/5518643
c mangle18-1.c
// { dg-do compile }
// { dg-options "-fabi-version=2" }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 30 Nov 2003
// PR 13241
// ma
www.eeworm.com/read/162614/5518676
c covariant9.c
// { dg-do link }
// { dg-options "-w -ansi -pedantic" }
// Contributed by Nathan Sidwell 23 Oct 2003
// Origin: grigory@stl.sarov.ru
// PR c++/12698. Duplicate covariant th
www.eeworm.com/read/162614/5518692
c covariant11.c
// { dg-do compile }
// Contributed by Nathan Sidwell 23 Oct 2003
// Origin: grigory@stl.sarov.ru
// PR c++/12700 ICE with covariancy
struct c2 { int i; };
struct c1 {
v
www.eeworm.com/read/162614/5518717
c offsetof3.c
/* Verify that offsetof warns if given a non-POD */
/* Copyright (C) 2003 Free Software Foundation, Inc. */
/* Contributed by Matt Austern 15 May 2003 */
/* { dg-do compile } */
s
www.eeworm.com/read/162614/5518750
c crash-2.c
// { dg-do compile }
// { dg-options "-finline -finline-functions" }
// Contributed by Hans Buchmann
// PR c++/14033: ICE while inlining a function with incomplete p
www.eeworm.com/read/162614/5519073
c qualttp17.c
// Copyright (C) 2001 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
// { dg-options "-fno-inline -fabi-version=1" }
struct A
{
www.eeworm.com/read/162614/5519297
c cast1.c
// { dg-do compile }
// Copyright (C) 2004 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 14 Dec 2004
// PR 18949. Forgot to convert from reference.
// Ori