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.5.1/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [20000529-1.c] - Blame information for rev 298

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* Regression test for bug with macro expansion on #if lines -
2
   exposed by glibc.  */
3
/* { dg-do compile } */
4
 
5
# define SHLIB_COMPAT(lib, introduced, obsoleted) \
6
  (!(ABI_##lib##_##obsoleted - 0) \
7
   || ((ABI_##lib##_##introduced - 0) < (ABI_##lib##_##obsoleted - 0)))
8
 
9
#if 0
10
bad
11
#elif SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)
12
int
13
#endif
14
x;

powered by: WebSVN 2.1.0

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