URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [cpp/] [string-2.C] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
// Test diagnostics for interpreting strings: This is a pedwarn.
// Origin: Joseph Myers <joseph@codesourcery.com>
// { dg-do compile }
// { dg-options "" }
const char *s = "\q"; // { dg-warning "unknown escape sequence" }
Go to most recent revision | Compare with Previous | Blame | View Log