代码搜索:Booth
找到约 978 项符合「Booth」的源代码
代码结果 978
www.eeworm.com/read/366702/2883968
c macro7.c
/* { dg-do preprocess } */
/* Test we don't complain about directives in macro expansions when
looking for the '(' of a function-like macro.
Submitter: Neil Booth. 3 Mar 2000. */
#define f(x
www.eeworm.com/read/366702/2883969
c macro8.c
/* { dg-do compile } */
/* { dg-options -std=gnu89 } */
/* GCC 2.95.2 used to get the following variable argument macro
expansions wrong.
Source: Neil Booth, from PR 3852 with persmission. 31
www.eeworm.com/read/366702/2884176
c backslash2.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Test warnings for backslash-space-newline.
Source: Neil Booth. 6 Dec 2000. */
foo \
bar
/* { dg-warning
www.eeworm.com/read/366702/2884199
c ucs.c
/* Copyright (C) 2001 Free Software Foundation, Inc. */
/* { dg-do compile } */
/* { dg-options "-std=c99" } */
/* This tests universal character sequences.
Neil Booth, 22 May 2001.
Richard
www.eeworm.com/read/366702/2884311
c vararg3.c
/* Copyright (C) 2002 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-std=c99" } */
/* Source: Neil Booth, 6 Aug 2002.
Tests that we DTRT with varargs commas for
www.eeworm.com/read/162614/5530886
c macro7.c
/* { dg-do preprocess } */
/* Test we don't complain about directives in macro expansions when
looking for the '(' of a function-like macro.
Submitter: Neil Booth. 3 Mar 2000. */
#define f(x
www.eeworm.com/read/162614/5530887
c macro8.c
/* { dg-do compile } */
/* { dg-options -std=gnu89 } */
/* GCC 2.95.2 used to get the following variable argument macro
expansions wrong.
Source: Neil Booth, from PR 3852 with persmission. 31
www.eeworm.com/read/162614/5531083
c backslash2.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Test warnings for backslash-space-newline.
Source: Neil Booth. 6 Dec 2000. */
foo \
bar
/* { dg-warning
www.eeworm.com/read/162614/5531104
c ucs.c
/* Copyright (C) 2001 Free Software Foundation, Inc. */
/* { dg-do compile } */
/* { dg-options "-std=c99" } */
/* This tests universal character sequences.
Neil Booth, 22 May 2001.
Richard
www.eeworm.com/read/162614/5531203
c vararg3.c
/* Copyright (C) 2002 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-std=c99" } */
/* Source: Neil Booth, 6 Aug 2002.
Tests that we DTRT with varargs commas for