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/] [g++.dg/] [cpp/] [truefalse.C] - Rev 399

Go to most recent revision | Compare with Previous | Blame | View Log

/* Copyright (C) 2003 Free Software Foundation, Inc.  */

/* Source: Neil Booth, 18 Apr 2003.  */

/* { dg-do preprocess } */
/* { dg-options "-ansi -pedantic -Wundef" } */

/* Check that for C++ we handle true and false correctly, and do not
   treat them as undefined identifiers.  */

#if true                /* { dg-bogus "is not defined" } */
#error foo              /* { dg-error "foo" } */
#endif

#if false               /* { dg-bogus "is not defined" } */
#error foo              /* { dg-bogus "foo" } */
#endif

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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