代码搜索:contributed
找到约 10,000 项符合「contributed」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5521604
c attrib3.c
// { dg-do run { target i?86-*-* x86_64-*-* } }
// { dg-require-effective-target ilp32 }
// Test for proper handling of attributes in template instantiation.
// Contributed by Jason Merrill
www.eeworm.com/read/162614/5521616
c jump1.c
// { dg-do run }
// { dg-options "-fpermissive -w" }
// Test that we can jump over the declaration of a non-POD object.
// Contributed by Jason Merrill
struct A { };
union U {
v
www.eeworm.com/read/162614/5521622
c addrfunc2.c
// { dg-do run }
// { dg-options "-fms-extensions" }
// Test for implicit & on methods.
// Contributed by Jason Merrill .
struct A {
void f (int = 0) { }
};
int
main ()
{
void
www.eeworm.com/read/162614/5521624
c attrib1.c
// { dg-do assemble { target i?86-*-* x86_64-*-* } }
// { dg-require-effective-target ilp32 }
// Test for using prefix attributes in a parameter decl.
// Contributed by Jason Merrill
www.eeworm.com/read/162614/5522120
c cast-align1.c
// { dg-do assemble { target sparc-*-* } }
// { dg-options "-ansi -pedantic-errors -Wcast-align" }
// Copyright (C) 1999 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 7 Dec 1999
www.eeworm.com/read/162614/5523009
m protocol-isequal-2.m
/* Contributed by Nicola Pero - Fri Jun 4 03:16:17 BST 2004 */
/* Test that protocols with different names are different. */
#include
@protocol Foo1
- (void)foo1;
@end
@protocol
www.eeworm.com/read/162614/5523074
m string3.m
/* Based on a test case contributed by Nicola Pero. */
#include
#include
#ifdef __NEXT_RUNTIME__
#include "next_mapping.h"
#else
#include
#endif
#define S
www.eeworm.com/read/162614/5526055
f90 equiv_constraint_4.f90
! { dg-do run }
! { dg-options "-O0" }
! PR20901 - check that derived/numeric equivalence works with std!=f95.
! Contributed by Joost VandeVondele
TYPE data_type
SEQUENCE
INTEGER :
www.eeworm.com/read/162614/5526329
f90 used_types_1.f90
! { dg-do compile }
! This checks that the fix for PR25730, which was a regression
! caused by the fix for PR19362.
!
! Contributed by Andrea Bedini
!==============
MODULE te
www.eeworm.com/read/162614/5529669
c struct-by-value-2_main.c
/* Test structures passed by value, including to a function with a
variable-length argument list.
This test is based on one contributed by Alan Modra. */
extern void struct_by_value_2_x (void)