URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [20000129-1.c] - Rev 315
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