URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [dir-only-2.c] - Rev 754
Go to most recent revision | Compare with Previous | Blame | View Log
/* Copyright 2007 Free Software Foundation, Inc. Contributed by Ollie Wild <aaw@google.com>. */ /* { dg-do preprocess } */ /* { dg-options "-fpreprocessed -fdirectives-only -DNOT_SET" } */ /* Tests -fdirectives-only + -fpreprocessed. */ /* Check this is not defined. */ #ifdef NOT_SET #error Command line macro not disabled. #endif
Go to most recent revision | Compare with Previous | Blame | View Log