#include "compat-common.h" #define T(N, NAME, TYPE) \ struct S##NAME##N { TYPE i[N]; }; \ struct S##NAME##N g1s##NAME##N, g2s##NAME##N; \ struct S##NAME##N g3s##NAME##N, g4s##NAME##N; \ st
http://www.codebf.com/read/162614/5529823
#include #include "compat-common.h" #ifdef SKIP_VA const int test_va = 0; #else const int test_va = 1; #endif #include "fp-struct-defs.h" #include "fp-struct-init.h" #include "fp-struct-
http://www.codebf.com/read/162614/5529826
#include "compat-common.h" #include "fp-struct-defs.h" #include "fp-struct-check.h" #include "fp-struct-test-by-value-x.h" DEFS(f, float) CHECKS(f, float) TEST(Sf9, float) TEST(Sf10, float) TEST(Sf
http://www.codebf.com/read/162614/5529827
#include "compat-common.h" #include "fp-struct-defs.h" #include "fp-struct-check.h" #include "fp-struct-test-by-value-x.h" #ifndef SKIP_COMPLEX_INT DEFS(cc, _Complex char) CHECKS(cc, _Complex char)
http://www.codebf.com/read/162614/5529831
/* Disable this test for 16-bit targets. */ #include #if !(defined __GNUC__) || (INT_MAX > 32767) #include "compat-common.h" #include "struct-align-2.h" #define TEST(NAME) \ struc
http://www.codebf.com/read/162614/5529837
http://www.codebf.com/read/162614/5529839
#define T(N) \ struct S##N { unsigned char i[N]; }; \ extern struct S##N g1s##N, g2s##N, g3s##N; \ \ extern void check##N (struct S##N x, int i); \ extern void test2_##N (struct S
http://www.codebf.com/read/162614/5529842
/* Test anonymous structures with type qualifiers. Bug 8420. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-std=gnu89" } */ struct s { struct { int
http://www.codebf.com/read/162614/5529848
/* { dg-do link } */ /* { dg-options "-O2" } */ struct S { int a[3]; int x; }; extern void link_error(void); static int i; int main() { struct S s; s.x = 0; s.a[i] = 1; if (s.x != 0)
http://www.codebf.com/read/162614/5530257
/* Test bad warning for anonymous int in structure. Bug 17189. */ /* { dg-do compile } */ /* { dg-options "-std=c99 -pedantic-errors" } */ struct Foo { int; }; /* { dg-bogus "unnamed" } */ /* { dg-
http://www.codebf.com/read/162614/5530740
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机