repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
static_assert6.C
blob
5323e71676bcb20f629d5544e7fb7d15eb4253c0
1
// PR c++/51397
2
// { dg-do compile { target c++11 } }
3
4
static_assert('X' != '\130', "'X' has the wrong value"); // { dg-error "'X' has the wrong value" }