OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [vararg4.c] - Blame information for rev 154

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
/* Copyright (C) 2002 Free Software Foundation, Inc.  */
2
 
3
/* { dg-do preprocess } */
4
/* { dg-options -std=gnu99 } */
5
 
6
/* Source: Neil Booth, 6 Aug 2002.
7
 
8
   Tests that we DTRT with varargs commas.  */
9
 
10
#define g(a, ...) a , ## __VA_ARGS__
11
 
12
/* The comma from g's expansion should be retained.  */
13
#if g (2, ) 3             /* { dg-bogus "missing binary operator" } */
14
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.