代码搜索:Compiles

找到约 1,454 项符合「Compiles」的源代码

代码结果 1,454
www.eeworm.com/read/178760/5313612

c bug-460444.c

/* bug 460444 */ #include void testXOR(void) { volatile int p = 5; if (p ^ 0x60) { // Good. } else { FAIL(); } /* Test is to see if it compiles. */ ASSERT((p^0x
www.eeworm.com/read/162614/5517386

c asm2.c

/* Test for complex asm statements. Make sure it compiles then test for some of the asm statements not being translated. */ /* { dg-do compile { target i?86-*-* x86_64-*-* } } { dg-require-icon
www.eeworm.com/read/346982/3179168

cpp main.cpp

// this code compiles and runs with our latest prototype for this specification #include "scv.h" // hack to fake a true fifo_mutex #define fifo_mutex sc_mutex const unsigned ram_size = 256; class
www.eeworm.com/read/340665/3280234

c alpha-max-2.c

/* Test that alpha-max-1.c compiles with optimization. */ /* { dg-do link { target alpha*-*-* } } */ /* { dg-options "-mcpu=pca56 -O2" } */ #include "alpha-max-1.c"
www.eeworm.com/read/340665/3280257

c alpha-cix-2.c

/* Test that alpha-cix-1.c compiles with optimization. */ /* { dg-do link { target alpha*-*-* } } */ /* { dg-options "-mcpu=ev67 -O2" } */ #include "alpha-cix-1.c"
www.eeworm.com/read/340665/3280280

c alpha-base-2.c

/* Test that alpha-base-1.c compiles with optimization. */ /* { dg-do link { target alpha*-*-* } } */ /* { dg-options "-mcpu=ev4 -O2" } */ #include "alpha-base-1.c"
www.eeworm.com/read/440906/1781878

c alpha-max-2.c

/* Test that alpha-max-1.c compiles with optimization. */ /* { dg-do link { target alpha*-*-* } } */ /* { dg-options "-mcpu=pca56 -O2" } */ #include "alpha-max-1.c"
www.eeworm.com/read/440906/1781901

c alpha-cix-2.c

/* Test that alpha-cix-1.c compiles with optimization. */ /* { dg-do link { target alpha*-*-* } } */ /* { dg-options "-mcpu=ev67 -O2" } */ #include "alpha-cix-1.c"
www.eeworm.com/read/440906/1781924

c alpha-base-2.c

/* Test that alpha-base-1.c compiles with optimization. */ /* { dg-do link { target alpha*-*-* } } */ /* { dg-options "-mcpu=ev4 -O2" } */ #include "alpha-base-1.c"
www.eeworm.com/read/366702/2865833

c asm2.c

/* Test for complex asm statements. Make sure it compiles then test for some of the asm statements not being translated. */ /* { dg-do compile { target i?86-*-* x86_64-*-* } } { dg-require-icon