代码搜索:preprocessor
找到约 5,886 项符合「preprocessor」的源代码
代码结果 5,886
www.eeworm.com/read/233448/4685961
c 20000519-1.c
/* Regression test for preprocessor crash.
Reported by Mathias Froehlich . */
/* { dg-do preprocess } */
#define foo
#define __CAT__(a,b,c,d) a##b##c##d
#define CAT(
www.eeworm.com/read/233448/4686008
c 20000209-2.c
/* { dg-do compile } */
/* { dg-options "-Wall" } */
/* Distilled from glibc sources. Tests preprocessor corner cases.
Since it uses rest args, we must turn off -pedantic-errors. */
#define NO_P
www.eeworm.com/read/233448/4686091
c c89.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-std=c89" } */
/* This file is for testing the preprocessor in -std=c89 mode.
Neil Booth, 2 De
www.eeworm.com/read/229812/4737112
c pp28.c
// pp28.c -- preprocessor test # 28
//
//
#include
#include "fail.h"
main() {
#if -3 > 3U
#else
fail( __LINE__ );
#endif
#if -3 > 3
fail( __LINE__ );
#endif
#if ULO
www.eeworm.com/read/229812/4738950
c pp28.c
// pp28.c -- preprocessor test # 28
//
//
#include
#include "fail.h"
main() {
#if -3 > 3U
#else
fail( __LINE__ );
#endif
#if -3 > 3
fail( __LINE__ );
#endif
#if __W
www.eeworm.com/read/216499/4892388
1 rc.1
.th RC I 5/15/74
.sh NAME
rc \*- Ratfor compiler
.sh SYNOPSIS
.bd rc
[
.bd \*-c
] [
.bd \*-r
] [
.bd \*-f
] [
.bd \*-v
] file ...
.sh DESCRIPTION
.it Rc
invokes the Ratfor preprocessor on a set of Rat
www.eeworm.com/read/195341/5111800
1 rc.1
.th RC I 5/15/74
.sh NAME
rc \*- Ratfor compiler
.sh SYNOPSIS
.bd rc
[
.bd \*-c
] [
.bd \*-r
] [
.bd \*-f
] [
.bd \*-v
] file ...
.sh DESCRIPTION
.it Rc
invokes the Ratfor preprocessor on a set of Rat
www.eeworm.com/read/190666/5179784
c c99.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-std=c99" } */
/* This file is for testing the preprocessor in -std=c99 mode.
Neil Booth, 2 De
www.eeworm.com/read/190666/5179785
c 20020927-1.c
/* Test case for buffer overflow bug in token stringification.
See PR preprocessor/8055 for details.
Reported by Alexander N. Kabaev .
Test case written by Zack Weinberg
www.eeworm.com/read/190666/5179815
c 20000519-1.c
/* Regression test for preprocessor crash.
Reported by Mathias Froehlich . */
/* { dg-do preprocess } */
#define foo
#define __CAT__(a,b,c,d) a##b##c##d
#define CAT(