OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [20000207-2.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-do preprocess } */
2
 
3
/* Test for proper handling of unary plus in #if.  */
4
 
5
#if !(+1)
6
#error Error    /* { dg-bogus "Error" "case !(+1)" } */
7
#endif
8
 
9
#if !+1
10
#error Error    /* { dg-bogus "Error" "case !+1" } */
11
#endif
12
 
13
#if +1
14
#else
15
#error Error    /* { dg-bogus "Error" "case +1" } */
16
#endif

powered by: WebSVN 2.1.0

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