URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [cpp/] [string-1.C] - Rev 693
Compare with Previous | Blame | View Log
// Test location of diagnostics for interpreting strings. Bug 17964.
// Origin: Joseph Myers <joseph@codesourcery.com>
// { dg-do compile }
const char *s = "\q"; // { dg-error "unknown escape sequence" }
const char *t = "\ "; // { dg-error "unknown escape sequence" }
const char *u = "";