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.2.2/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [20000129-1.c] - Rev 645
Go to most recent revision | Compare with Previous | Blame | View Log
/* Regression test for trigraph warnings. Under certain conditions we got the line numbers wrong. Originally exposed by XEmacs and reported by Martin Buchholz <martin@xemacs.org>; this test case is synthetic. */ /* { dg-do preprocess } */ /* { dg-options -Wall } */ #define some_macro \ blah \ blah \ blah \ blah ??> /* { dg-warning "trigraph ..." "trigraph encountered" } */
Go to most recent revision | Compare with Previous | Blame | View Log