OSDN Git Service

* g++.dg/cpp/_Pragma1.C: Skip on fido-*-* and m68k-*-*.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / cpp / string-2.C
1 // Test diagnostics for interpreting strings: should be an error by
2 // default.
3 // Origin: Joseph Myers <joseph@codesourcery.com>
4 // { dg-do compile }
5 // { dg-options "" }
6
7 const char *s = "\q"; // { dg-error "error: unknown escape sequence" }