URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [pch/] [cpp-3.c] - Rev 826
Compare with Previous | Blame | View Log
/* PR preprocessor/36649 */ /* { dg-do compile } */ /* { dg-options "-H -I." } */ /* { dg-message "cpp-3.h\[^\n\]*(\n\[^\n\]*cpp-3.c)?\n\[^\n\]*cpp-3a.h\n\[^\n\]*cpp-3b.h" "" { target *-*-* } 0 } */ #include "cpp-3.h" #include "cpp-3a.h" int main (void) { return 0; }