代码搜索:Contributed

找到约 10,000 项符合「Contributed」的源代码

代码结果 10,000
www.eeworm.com/read/162614/5520078

c vbase4.c

// { dg-do assemble } // Copyright (C) 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 10 Jan 2001 // Origin snyder@fnal.gov // Bug 933. Secondary vta
www.eeworm.com/read/162614/5520124

c typedef8.c

// { dg-do assemble } // // Copyright (C) 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 17 Aug 2000 // bug 39. We'd generated bogus errors when usin
www.eeworm.com/read/162614/5522817

mm selector-4.mm

/* Test warning for non existing selectors. */ /* Contributed by Devang Patel . */ /* { dg-options "-Wselector -fnext-runtime" } */ /* { dg-do compile } */ typedef struct objc_ob
www.eeworm.com/read/162614/5522896

m selector-1.m

/* Test warning for non existing selectors. */ /* Contributed by Devang Patel . */ /* { dg-options "-Wselector -fnext-runtime" } */ /* { dg-do compile } */ typedef struct objc_obj
www.eeworm.com/read/162614/5522898

m stabs-1.m

/* Check if the final SO STABS record goes into the .text section. */ /* Contributed by Ziemowit Laski */ /* { dg-do compile } */ /* { dg-skip-if "No stabs" { mmix-*-* *-*-aix* al
www.eeworm.com/read/162614/5522947

m volatile-1.m

/* Test for proper handling of volatile parameters in ObjC methods. */ /* { dg-do compile } */ /* { dg-options "-O2" } */ /* Contributed by Ziemowit Laski */ @interface Test -(v
www.eeworm.com/read/162614/5526152

f90 assumed_present.f90

! { dg-do compile } ! This tests the fix for the regression PR25785, where line 7 started ! generating an assumed size error. ! Contributed by Dale Ranta subroutine my_sio_file_w
www.eeworm.com/read/162614/5526280

f90 data_constraints_2.f90

! { dg-do compile } ! { dg-options "-std=f95" } ! Tests constraints for variables in a data statement that are commonly ! relaxed. ! ! Contributed by Paul Thomas ! common // a
www.eeworm.com/read/162614/5530587

c 20040713-1.c

/* { dg-do compile } */ /* { dg-options "-Os" } */ /* Extracted from PR 16443. Contributed by Volker Reichelt. Scanning of __asm__ operands wasn't considering call-clobbered variables discover
www.eeworm.com/read/162614/5530670

c pr17635.c

/* PR 17635 */ /* Contributed by Devang Patel */ /* { dg-do compile } */ /* { dg-options "-O2 -ftree-vectorize" } */ void foo(int i) { while (1) if (i) ++i; }