代码搜索:Compiles
找到约 1,454 项符合「Compiles」的源代码
代码结果 1,454
www.eeworm.com/read/366702/2864840
c cix-2.c
/* Test that alpha-cix-1.c compiles with optimization. */
/* { dg-do link { target alpha*-*-* } } */
/* { dg-options "-mcpu=ev67 -O2" } */
#include "cix-1.c"
www.eeworm.com/read/366702/2869039
c static12.c
// PR c++/18470
template struct A
{
static const int i=1;
};
template struct B : A
{
using A::i;
char s[i]; // fails
char t[A::i]; // compiles
};
www.eeworm.com/read/366702/2876824
f90 blockdata_3.f90
! { dg-do compile }
! { dg-options "-W -Wall" }
! Tests the fix for PR29539, in which the derived type in a blockdata
! cause an ICE. With the fix for PR29565, this now compiles and runs
! correctly.
www.eeworm.com/read/366702/2881367
c asm3.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-*-* } && ilp32 } } }
www.eeworm.com/read/359048/2981096
java clickmeapp.java
/**
* ClickMeApp.java is an application that compiles and runs
* under J2SE v5.0. It requires two additional files:
* ClickMe.java
* Spot.java
*/
import javax.swing.SwingUtilities;
import
www.eeworm.com/read/110993/15520470
makefile
# Master makefile for Thinking in C++, 2nd Ed. by Bruce Eckel
# at http://www.BruceEckel.com
# Compiles all the code in the book
# Copyright notice in Copyright.txt
help:
@echo To compile all
www.eeworm.com/read/110993/15520583
bugs makefile.bugs
# Master makefile for Thinking in C++, 2nd Ed. by Bruce Eckel
# at http://www.BruceEckel.com
# Compiles all the code in the book
# Copyright notice in Copyright.txt
help:
@echo To compile all
www.eeworm.com/read/100204/15880467
unixware readme.unixware
CDRTOOLS compiles without changes on any UnixWare 7.0.1 or later installation
having the UnixWare/OpenServer DevKit (UODK) or GCC-2.95 and smake-1.2
installed.
You can get pre-packaged, pkgadd inst
www.eeworm.com/read/388988/8557688
news
Changes in 1.31:
* Now compiles under Linux, using NASM, rather than using
Turbo Assembler under DOS. See http://www.cryogen.com/Nasm
for information about NASM.
* Perl script to install SYSL
www.eeworm.com/read/381515/9088864
makefile
#
# Makefile - Chapter 12, apartment-thread example
#
!MESSAGE Building in-proc server.
SERVER =
TARGETS = Server.dll Proxy.dll
DIR_SERVER = InProc
#
# Flags - Always compiles debug
#
CPP_