repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR c++/85553
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp
/
string-2.C
blob
f7148623152868f636587b3a9039f33bf56be47c
1
// Test diagnostics for interpreting strings: This is a pedwarn.
2
// Origin: Joseph Myers <joseph@codesourcery.com>
3
// { dg-do compile }
4
// { dg-options "" }
5
6
const char *s = "\q"; // { dg-warning "unknown escape sequence" }